<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Does anyone know what this error is? (Segfault) &#8230; nevermind</title>
	<atom:link href="http://jessenoller.com/2008/06/30/does-anyone-know-what-this-error-is-segfault/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2008/06/30/does-anyone-know-what-this-error-is-segfault/</link>
	<description>python, programming and other things</description>
	<pubDate>Tue, 06 Jan 2009 10:29:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anonymous</title>
		<link>http://jessenoller.com/2008/06/30/does-anyone-know-what-this-error-is-segfault/comment-page-1/#comment-62037</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 01 Jul 2008 14:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=279#comment-62037</guid>
		<description>Pure python code should *never* segfault! Every segfault should be considered a bug and get fixed.</description>
		<content:encoded><![CDATA[<p>Pure python code should *never* segfault! Every segfault should be considered a bug and get fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brodie Rao</title>
		<link>http://jessenoller.com/2008/06/30/does-anyone-know-what-this-error-is-segfault/comment-page-1/#comment-62036</link>
		<dc:creator>Brodie Rao</dc:creator>
		<pubDate>Mon, 30 Jun 2008 23:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=279#comment-62036</guid>
		<description>Were you not able to run gdb? You can usually use it to get the stack trace of a segfault (using bt/backtrace). You have to load the Python binary with it though (and not your script), and then use "run /path/to/your/script arg1 arg2 ...".&lt;br&gt;&lt;br&gt;You can also change the user limit on core dumps so a full dump is produced on a segfault using "ulimit -c unlimited", and then load that core dump into gdb with "core core.123456".</description>
		<content:encoded><![CDATA[<p>Were you not able to run gdb? You can usually use it to get the stack trace of a segfault (using bt/backtrace). You have to load the Python binary with it though (and not your script), and then use &#8220;run /path/to/your/script arg1 arg2 &#8230;&#8221;.</p>
<p>You can also change the user limit on core dumps so a full dump is produced on a segfault using &#8220;ulimit -c unlimited&#8221;, and then load that core dump into gdb with &#8220;core core.123456&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Peppers</title>
		<link>http://jessenoller.com/2008/06/30/does-anyone-know-what-this-error-is-segfault/comment-page-1/#comment-62035</link>
		<dc:creator>Terry Peppers</dc:creator>
		<pubDate>Mon, 30 Jun 2008 21:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=279#comment-62035</guid>
		<description>Jesse, I&#39;m not sure which I loathe more from my son. The winter set of colds, flus and viruses. Or the summer set of rashes, flus and viruses - of the gastrointestinal variation. &lt;br&gt;&lt;br&gt;I think summer.</description>
		<content:encoded><![CDATA[<p>Jesse, I&#39;m not sure which I loathe more from my son. The winter set of colds, flus and viruses. Or the summer set of rashes, flus and viruses - of the gastrointestinal variation. </p>
<p>I think summer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
