Skip to content
Prev 284140 / 398502 Next

Hanging -- please help decipher event report

On 03/02/2012 11:53 AM, jeremyd wrote:
Down to here is normal stuff R will show when evaluating a complex 
expression.
This is where we leave R and enter your code.
Presumably polio_3A.c line 258 is meaningful to you.  It's where your 
code called some other function in your code,
and there were some nested calls...
... down to here, on line 144 of  the same file, where you decided to 
let R process some events.
and it looks as though one of those events called something in your code 
near line 165 then line 260.  Are you setting up signal handlers?

Duncan Murdoch