Skip to content

JavaTechniques

Java HOWTOs, Examples, and Notes

Generating a Stack Trace with jdb

Posted byPhilip Isenhour April 25, 2007

Every once in a while I run into a situation where the usual means for generating a thread dump does not work, making it difficult to track down pesky deadlocks. Rather than actually figuring out why that happens, here are some notes on using jdb to generate a stack trace: JDB Example: Generating a Thread Dump.

Posted byPhilip IsenhourApril 25, 2007Posted inBasics

Post navigation

Previous Post Previous post:
Checking out Apache’s FeedParser
Next Post Next post:
Opening Java WebStart from the Command Line
JavaTechniques, Proudly powered by WordPress.