Skip to content

JavaTechniques

Java HOWTOs, Examples, and Notes

Monthly Archives: April 2007

Generating a Stack Trace with jdb

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 …

Continue reading “Generating a Stack Trace with jdb”

Posted byPhilip IsenhourApril 25, 2007Posted inBasics
JavaTechniques, Proudly powered by WordPress.