1 May 2010 01:08
Re: segfault with rmaMicroRna in AgiMicroRna package
Heyi,
A couple of suggestions to help you get help more quickly.
1. Try upgrading your R and Bioconductor packages to the latest release
and see if that resolves the problem for you.
2. If you still see the crash, since you are running on Linux you should
be able to extract some further debugging information that will be
useful to the package maintainer. Do as follows:
bash$ R -d gdb
(gdb) run
R> # run your example to get the crash
(gdb) bt 15
Send the output of the backtrace to help identify where things are going
astray.
+ seth
On 4/30/10 3:48 PM, heyi xiao wrote:
>
>
>
>
> Dear Pedro,
>
> I am using AgiMicroRna 1.0.0 to process my agilent miRNA
> microarray data. Agilent Feature Extraction Software v10.7 was
(Continue reading)
RSS Feed