Re: [Valgrind-users] core dump improvements - fix order of threads

2012-05-01 Thread Philippe Waroquiers
Maybe there is some other piece missing (see my posting before this topic). My gdb is not sure about the threads: (gdb) info threads Cannot find new threads: generic error But: (gdb) thread apply 1-2 bt Thread 1 (LWP 6): #0 0x003e93a329b5 in raise () from /lib64/libc.so.6 #1

Re: [Valgrind-users] core dump improvements - fix order of threads

2012-04-28 Thread Matthias Schwarzott
On 27.04.2012 19:18, Philippe Waroquiers wrote: On Fri, 2012-04-27 at 11:49 +0200, Matthias Schwarzott wrote: Hi there! Comparing the output from gdb attached to valgrind gdbserver and the core file valgrind creates, the thread order is inverted. As I have more minor issues with gdb and

[Valgrind-users] core dump improvements - fix order of threads

2012-04-27 Thread Matthias Schwarzott
Hi there! Comparing the output from gdb attached to valgrind gdbserver and the core file valgrind creates, the thread order is inverted. As I have more minor issues with gdb and valgrind core files, I do not known if this is always the case. For exactly this problem I have two possible

Re: [Valgrind-users] core dump improvements - fix order of threads

2012-04-27 Thread Philippe Waroquiers
On Fri, 2012-04-27 at 11:49 +0200, Matthias Schwarzott wrote: Hi there! Comparing the output from gdb attached to valgrind gdbserver and the core file valgrind creates, the thread order is inverted. As I have more minor issues with gdb and valgrind core files, I do not known if this is