<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Crashes, complicated edition</title>
	<atom:link href="http://dom.as/2008/08/05/complicated-crashes/feed/" rel="self" type="application/rss+xml" />
	<link>http://dom.as/2008/08/05/complicated-crashes/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Dec 2011 20:14:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://dom.as/2008/08/05/complicated-crashes/#comment-1331</link>
		<dc:creator><![CDATA[Mark Callaghan]]></dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=177#comment-1331</guid>
		<description><![CDATA[Well, the easy fix didn&#039;t work. We had a few problems with MySQL source and early 4.x versions of gcc. But that was resolved by gcc 4.1. I haven&#039;t touched MySQL 4.0 in a long time. Can I share my favorite support line with you? That problem has been fixed in a recent version, you should upgrade to 5.0.]]></description>
		<content:encoded><![CDATA[<p>Well, the easy fix didn&#8217;t work. We had a few problems with MySQL source and early 4.x versions of gcc. But that was resolved by gcc 4.1. I haven&#8217;t touched MySQL 4.0 in a long time. Can I share my favorite support line with you? That problem has been fixed in a recent version, you should upgrade to 5.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2008/08/05/complicated-crashes/#comment-1330</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Tue, 05 Aug 2008 14:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=177#comment-1330</guid>
		<description><![CDATA[Mark, well, in our case it is actual segfault, not assertion failure.

Processors:
model name	: AMD Opteron(tm) Processor 248 (single-core, 2.2ghz)
model name	: Quad-Core AMD Opteron(tm) Processor 2356 (quadcore, 2.3ghz)

so it is not some revision range issue (and yes, bug#26081 is epic :)

looking at warnings of course may be interesting...]]></description>
		<content:encoded><![CDATA[<p>Mark, well, in our case it is actual segfault, not assertion failure.</p>
<p>Processors:<br />
model name	: AMD Opteron(tm) Processor 248 (single-core, 2.2ghz)<br />
model name	: Quad-Core AMD Opteron(tm) Processor 2356 (quadcore, 2.3ghz)</p>
<p>so it is not some revision range issue (and yes, bug#26081 is epic :)</p>
<p>looking at warnings of course may be interesting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://dom.as/2008/08/05/complicated-crashes/#comment-1329</link>
		<dc:creator><![CDATA[Mark Callaghan]]></dc:creator>
		<pubDate>Tue, 05 Aug 2008 13:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=177#comment-1329</guid>
		<description><![CDATA[Most of our platform is constant (OS, compiler, MySQL build) but HW is not. We get a crash that only occurs on AMD with 270 listed in /proc/cpuinfo output. The crash is from a checksum mismatch on InnoDB disk block read. What does /proc/cpuinfo list for processor model in your case?

Also, older versions of MySQL and some newer versions of gcc do not like each other. Aliasing optimizations are a possible problem. Look at your compiler warnings and enable more warnings.]]></description>
		<content:encoded><![CDATA[<p>Most of our platform is constant (OS, compiler, MySQL build) but HW is not. We get a crash that only occurs on AMD with 270 listed in /proc/cpuinfo output. The crash is from a checksum mismatch on InnoDB disk block read. What does /proc/cpuinfo list for processor model in your case?</p>
<p>Also, older versions of MySQL and some newer versions of gcc do not like each other. Aliasing optimizations are a possible problem. Look at your compiler warnings and enable more warnings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

