Skip to content
Prev 1614 / 12125 Next

[R-pkg-devel] Help package checks using valgrind

Thanks - I missed that one!   After identifying the problem there, and increasing --num-callers in  my .valgrindrc file I can see more of the trace, however, I still have short entries like
==2044952== Conditional jump or move depends on uninitialised value(s)
==2044952==    at 0x405A0CB: ???
==2044952==    by 0x189D0A5F: ???
==2044952==    by 0x189D0A5F: ???
==2044952==    by 0x189D0A7B: ???
==2044952==    by 0xFFEFED09F: ???
==2044952==
detaching  package:MASS

Any suggestions on how to get more details on what is occurring at that point?

Thanks!
Merlise