<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Java Thread Locking</title>
	<atom:link href="http://blog.xcski.com/2006/08/19/java-thread-locking/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xcski.com/2006/08/19/java-thread-locking</link>
	<description>Everything I used to bore people on newsgroups and mailing lists with, now in one inconvenient place.</description>
	<pubDate>Sat, 30 Aug 2008 11:02:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Rants and Revelations &#187; Java Barbie says &#8220;kill -3 [pid] is my new best friend&#8221;</title>
		<link>http://blog.xcski.com/2006/08/19/java-thread-locking#comment-10427</link>
		<dc:creator>Rants and Revelations &#187; Java Barbie says &#8220;kill -3 [pid] is my new best friend&#8221;</dc:creator>
		<pubDate>Fri, 01 Sep 2006 00:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://xcski.com/blogs/pt/2006/08/19/java-thread-locking#comment-10427</guid>
		<description>[...] The same problem I mentioned in Rants and Revelations Â» Java Thread Locking cropped up again. This time it was quite random, but repeatable. I dreaded going through the crap I went through last time to find where the lockup was happening, until I discovered a nifty new trick - if you do a &#8220;kill -3&#8243; of the java process id, it dumps a stack trace of every thread, including what locks it&#8217;s holding, to stdout. [...]</description>
		<content:encoded><![CDATA[<p>[...] The same problem I mentioned in Rants and Revelations Â» Java Thread Locking cropped up again. This time it was quite random, but repeatable. I dreaded going through the crap I went through last time to find where the lockup was happening, until I discovered a nifty new trick - if you do a &#8220;kill -3&#8243; of the java process id, it dumps a stack trace of every thread, including what locks it&#8217;s holding, to stdout. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
