Hi guys,
Anyone know why RankProd crashes R Studio when there are more than say 100 sample cases?
It consistently crashes R Studio for experiments with a larger number of subjects.
No error code or anything. R just encounters a fatal error.
Cheers
> sessionInfo() R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X El Capitan 10.11.5 locale: [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RankProd_3.0.0 Rmpfr_0.6-1 gmp_0.5-13.1 loaded via a namespace (and not attached): [1] tools_3.3.2 >
Crash report:
Process: RStudio [64386]
Path: /Applications/RStudio.app/Contents/MacOS/RStudio
Identifier: org.rstudio.RStudio
Version: 1.0.136 (1.0.136)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: RStudio [64386]
User ID: 501
Date/Time: 2017-06-16 16:13:17.807 +0100
OS Version: Mac OS X 10.11.5 (15F34)
Report Version: 11
Anonymous UUID: C80C5A19-D1DA-B4D5-393C-1C60B848093A
Sleep/Wake UUID: 56D8F5A1-BDD4-48C9-BD19-AF2EF89B7265
Time Awake Since Boot: 500000 seconds
Time Since Wake: 3500 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000011288c38
Exception Note: EXC_CORPSE_NOTIFY
VM Regions Near 0x11288c38:
-->
__TEXT 0000000100000000-00000001002d7000 [ 2908K] r-x/rwx SM=COW /Applications/RStudio.app/Contents/MacOS/RStudio
Application Specific Information:
objc_msgSend() selector name: _hasActiveAppearanceIgnoringKeyFocus
These types of question usually require a simple reproducible example, and information about the specific software you use. Please update your question to (a) include a reproducible example, e.g., using a data set from RankProd or simple simulated data and (b) include the output of the sessionInfo() command. For the later, I have
Edit your question with this example and information, and ADD COMMENT to indicate that you have done so.
Ok thank you.
You need to show us how you produce the problem -- a few lines of code that I can copy and paste into my own session and see what happens. You need to be using the current version of Bioconductor (R version 3.4.0, BiocInstaller version 1.26.0). It looks like you have an old version of R and RankProd. Install the current R (version 3.4.0) and be sure to follow standard Bioconductor installation instructions
Since you already have a confused installation, be sure to try and validate your updated installation with
Hi Martin,
Thank you. I did the above yesterday. I updated R to 3.4 and RankProd to 3.2
Bear in mind though, this all does work with a data set that has only 20 samples. Add 180 and it keeps crashing.
I also should add that I did gave this a go on a more powerful computer with the same problem (2.4Ghz, Core i7).
I run the following:
PS: Validation is True.
When I try and reproduce your code, I run into the following problem, for obvious reasons
Maybe you can use rnorm() or similar to make your example reproducible by others, or use an existing data set (e.g., library(ALL)) that shows the problem.
Sorry,
Let's try this: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE85426
The data set has to be large to test this so I cannot think of anything but an external one. Usually examples in R are rather small.
Hi,
I'm having the same issue. Did you find a solution?
Thanks