Skip to content
Prev 199378 / 398503 Next

random text added to names (bug with 2.10.0?)

Johann Hibschman wrote:
Definitely a bug. Presumably memory corruption somewhere.

Is it persistent? I.e., if you do the run.diagnostics() bit again, do
you get the same corrupted name? If so, I would suspect that something
is changing the function itself (which you cannot see unless you clear
its "source" attribute).

We do say "minimal, reproducible" code, but if push comes to shove,
"reproducible" is the important bit. If you can replicate the issue and
run the code under valgrind (the gory details of doing that are in
Writing R Extensions) then you could post back its messages, and to
those in the know, it might point the finger at the guilty code.