Skip to content
Prev 31314 / 63424 Next

Strange behavior of C compiled program

You might have a look at the "Writing R Extensions" manual - especially
valgrind and/or gdb.

By the way, your error is probably due to array size problem - i.e. tmp
is of size n and you call tmp[n+1] for example. Valgrind will detect in
automagically for you.

Best,
Mathieu

Le lundi 09 f?vrier 2009 ? 10:05 +0100, Christophe Genolini a ?crit :