PDA

View Full Version : Tree view of Threads - ELF Viewer


briangochnauer
28-Mar-2006, 04:31 PM
I noticed that the "Running threads" also contain a reference to the "Calling Thread" seems logicial that there could be a 'tree view' of this relationship.

Currently I do this by just looking for the calling threads' thread.
Not to terrible difficult until there's 20 or more threads running
(some I have had more than 100 threads, then I give up)

I'm trying to figure out if these errors all occur under the same branch to get a clue for a complex process that I trying to track down.

admin
06-Apr-2006, 09:43 AM
Hi,

briangochnauer wrote:
> I noticed that the "Running threads" also contain a reference to the
> "Calling Thread" seems logicial that there could be a 'tree view' of
> this relationship.
>
> Currently I do this by just looking for the calling threads' thread.
> Not to terrible difficult until there's 20 or more threads running
> (some I have had more than 100 threads, then I give up)
>
> I'm trying to figure out if these errors all occur under the same
> branch to get a clue for a complex process that I trying to track down.

Yes, it's a good suggestion but really hard to implement because I'm
using only the WinAPI to show the call-stack. :(

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!