https://bugs.kde.org/show_bug.cgi?id=372504

--- Comment #10 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
(In reply to Philippe Waroquiers from comment #9)
> (In reply to Philippe Waroquiers from comment #8)
> > (In reply to David Hagood from comment #6)
> > > BTW: When I say I see no other threads - that is I see no other threads
> > > *within Valgrind itself* - I have not attached to the process running 
> > > under
> > > Valgrind.
> > 
> > IIUC, you have done:
> >   gdb
> >   (gdb) attach <the pid of valgrind>
> > 
> > To my knowledge, unless you have a recent gdb, this will *not* show
> > all the threads of the process. You must use a recent gdb for that.
> You might also check the list of threads by doing:
>   ls /proc/<the pid of valgrind>/task

Assuming you have an old gdb, you can then attach to one such task
(not the main one) and do backtrace
to see what it is doing.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to