[Rd] How to enable core dump?

2010-04-09 Thread Wincent
Dear all, I encountered a core dump like this, (R:24072): Gdk-CRITICAL **: gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed *** caught segfault *** address 0x78, cause 'memory not mapped' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R

Re: [Rd] How to enable core dump?

2010-04-09 Thread peter dalgaard
On Apr 9, 2010, at 9:59 AM, Wincent wrote: Dear all, I encountered a core dump like this, (R:24072): Gdk-CRITICAL **: gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed *** caught segfault *** address 0x78, cause 'memory not mapped' Possible actions: 1: abort

Re: [Rd] How to enable core dump?

2010-04-09 Thread Prof Brian Ripley
On Fri, 9 Apr 2010, Wincent wrote: Dear all, I encountered a core dump like this, Or it seems, *no* core dump! (R:24072): Gdk-CRITICAL **: gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed *** caught segfault *** address 0x78, cause 'memory not mapped' Possible

Re: [Rd] How to enable core dump?

2010-04-09 Thread Wincent
Thank you, both prof Brian and Peter. OS is ubuntu with bask. rghu...@ubuntu:~$ ulimit -c 2000 ## it works rghu...@ubuntu:~$ R sessionInfo() R version 2.11.0 beta (2010-04-07 r51635) x86_64-unknown-linux-gnu locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8