Message-ID: <1354294954.76050.YahooMailNeo@web171506.mail.ir2.yahoo.com>
Date: 2012-11-30T17:02:34Z
From: Donatella Quagli
Subject: segfault debugging
Hello everybody,
I have written a script with two inline cfunctions. The script crashes from time to time with:
? ?*** caught segfault ***
? address 0x10, cause 'memory not mapped'
The crashs happen within R code after the cfunctions were executed. Nevertheless I think
that the pointers in my cfunctions are not used correctly.
I tried to find some examples for debugging tools. I found something like "R -d gdb". But I
could not find an example how to use it with #!/usr/bin/Rscript. And I cannot source the script
within a running R session because I must run it with some args.
Can anybody tell me as a non nerd step by step what I can do to locate the problem? Can
you recommend tools? If so how are they used with Rscript?
Many many thanks in advance
Donatella