Re: [Valgrind-users] Another missing source/lines question

2009-07-14 Thread Andy Grove
Thanks. The FAQ does explain it. It looks like my library is being unloaded before the app terminates in this case. Andy. On Jul 14, 2009, at 4:23 PM, Nicholas Nethercote wrote: > On Wed, Jul 15, 2009 at 7:51 AM, Andy > Grove wrote: >> I saw earlier posts today where a user i

[Valgrind-users] Another missing source/lines question

2009-07-14 Thread Andy Grove
I saw earlier posts today where a user is not seeing source information in the valgrind output. I'm experiencing the same problem on one machine but not on another (with the same binary version of my library that I am testing). Here is the output on the server that does not show the source

[Valgrind-users] Problem reading valgrind memcheck error report

2009-06-10 Thread Andy Grove
, which has been invoked many times prior to the failure) so I don't understand why valgrind is reporting "at 0x1AF0F794: ???". Valgrind is not detecting any errors prior to this point. If anyone can give me any pointers on what might be going on here, I would really appreci