On Mon, 2015-11-09 at 22:28 +0000, Mccall, Kurt E. (JSC-EG411) wrote:
> --27820-- warning: addVar: in range 0x0 .. 0x167 outside all rx mapped
> areas (__j)

> Do those give any clue as to the source of my error? 
The above messages are produced by the dwarf debug info reader for
--read-var-info=yes.
To my knowledge, they are harmless (but some var info will not be
loaded).

>    Also, Memcheck prints out  few messages like the following right at
> the beginning, with no other information.   Any ideas on this?
> 
> 
> --27820--    free(0x0)
This is produced due to --trace-malloc=yes.
It indicates you are freeing a NULL ptr (which is allowed: this will
be a no-op).



You might be able to have more info about your problem by
debugging using e.g. valgrind + vgdb.

Philippe



------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to