Skip to content
Prev 37443 / 63424 Next

segfault in embedded r after call to repldlldo1

On Aug 20, 2010, at 12:14 PM, Carl Martin Grewe wrote:

            
I fear we can't help you without a reproducible example. One thing to keep in mind is that R_ReplDLLinit uses setjmp to setup the top-level context so you have to make sure you're not using any local variables that could be on the stack from R_ReplDLLdo1 as it will get lost (and function calls of course).

Cheers,
Simon