Skip to content
Prev 33897 / 63424 Next

enabling core dumps

pleydell at supagro.inra.fr wrote:
not really answering your question, but I find it more useful to

  R -d gdb

or

  R -d gdb -f test.R

where test.R reproduces the bug in some minimal code. A variant is

  R -d valgrind -f test.R

if the memory problem is not easy to spot.

Martin