An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20130428/6e341601/attachment.pl>
cause 'invalid permissions'
2 messages · Maxpar Lin, Brian Ripley
On 28/04/2013 17:00, Maxpar Lin wrote:
Hi folks, I am writing a package in C. It works most of the time, but fails occasionally by the segfault looking like: address 0x7f55302e2700, cause 'invalid permissions' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace I tried gdb and it appears the application hangs at __kernel_vsyscall () Since it happens randomly, I am not sure what is the exactly cause. Anyone reached the same problem? Any point is appreciated.
See the debugging section in 'Writing R Extensions' (and look at the call stack when you use gdb). One of the tools there such as ASan or valgrind will likely pinpoint your error.
Thanks. Max [[alternative HTML version deleted]]
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595