[from port's pkg-descr] "pstack" is a workalike for the Solaris program of the same name. Running pstack on a process or core file produces a stack trace of each thread in that process.
Be the first to post a text review of bsd-pstack. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.1->1.2 Cope with changes in 4.7-STABLE threads library: There's no longer a context "type" for a thread: all contexts come from a jump buffer. The code was not handling the lack of this type particulary gracefully, and would spin on a 4.7-STABLE box. Don't try to ignore the current thread in the uthread list. The conceptual backtrace of the current thread can be different to what the actual executing code is. (ie, the thread scheduler can be executing as the "current thread", but with a different stack to the application's concept of thread) Include BP as well as IP in stack traceback when in verbose mode. "-v" implies "-o" (or -O if -o is already in effect) Use "unique id" field in thread for thread-ids. More user-friendly than pthread_t pointers.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?