Skip to content
Prev 46211 / 63458 Next

unmapped memory core dump with pure R program?

On 13 July 2013 at 22:24, ivo welch wrote:
| dear R developers---I am running a pure R program on the stock binary
| debian (ubuntu) 64-bit linux distribution, 3.0.1.  for identification,
[...]
| recurse some.  I don't have symbols in my R binary, so the location may not
| be useful, but I thought I would let you guys know.  

You can install the 'r-base-core-dbg' package [1] to get the (stripped)
debugging symbols back.

Dirk

[1] Quite generally, on Debian/Ubuntu, for package $xys the corresponding
    $xyz-dbg contains the corresponding debugging symbols.