Re: [Valgrind-users] unexpected warning

2010-10-11 Thread Mathieu Lacage
On Thu, Oct 7, 2010 at 16:21, John Reiser wrote: > Well, what is the value of the stack pointer  %rsp  [print $sp in your gdb] > and does that correspond to valgrind's current idea of the stack pointer? > It seems that ns3::StackTrampoline::SignalHandler might be the signal > handler, so executio

Re: [Valgrind-users] unexpected warning

2010-10-07 Thread John Reiser
> ==4350== Invalid read of size 8 > ==4350==at 0x5F5D092: ns3::StackTrampoline::SignalHandler(int) > (pthread-fiber-manager.cc:168) > which corresponds to the following assembly code: > 0x05f5d092 : mov > -0x8(%rbp),%rax > 0x05f5d096 : mov > 0xd0(%rax),%rax > > wit

[Valgrind-users] unexpected warning

2010-10-07 Thread Mathieu Lacage
hi, While valgrinding a program of mine, I get this warning: ==4350== Thread 2: ==4350== Invalid read of size 8 ==4350==at 0x5F5D092: ns3::StackTrampoline::SignalHandler(int) (pthread-fiber-manager.cc:168) ==4350==by 0x37FB40F0EF: ??? (in /lib64/libpthread-2.11.2.so) ==4350==by 0x37FB4