<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shared Know How &#187; evolution linux bug crash fix</title>
	<atom:link href="http://www.sharedknowhow.com/tag/evolution-linux-bug-crash-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharedknowhow.com</link>
	<description>Howto: fix, find, use, make &#38; do it guide</description>
	<lastBuildDate>Fri, 16 Apr 2010 09:41:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evolution importing old mail in Ubuntu Intrepid 8.10 hangs</title>
		<link>http://www.sharedknowhow.com/2008/10/evolution-importing-old-mail-in-ubuntu-intrepid-810-hangs/</link>
		<comments>http://www.sharedknowhow.com/2008/10/evolution-importing-old-mail-in-ubuntu-intrepid-810-hangs/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 10:02:14 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[evolution linux bug crash fix]]></category>

		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=74</guid>
		<description><![CDATA[Ofcourse yesterday when the new Ubuntu 8.10 came out I couldn't wait to install the new version. I came across a big problem though that evolution was hanging on importing/migrating my old mail. I tried to copy my old .evolution folder and even importing a backup I made.
Evolution segfaulted with the following line in messages

[   [...]]]></description>
			<content:encoded><![CDATA[<p>Ofcourse yesterday when the new Ubuntu 8.10 came out I couldn't wait to install the new version. I came across a big problem though that evolution was hanging on importing/migrating my old mail. I tried to copy my old .evolution folder and even importing a backup I made.</p>
<p>Evolution segfaulted with the following line in messages<br />
<code><br />
[   56.897763] evolution[6320]: segfault at 0 ip b6a45d07 sp bff95824 error 4 in libglib-2.0.so.0.1800.2[b69e9000+b5000]<br />
</code><br />
It turns out that importing fails on the ev-summary files in ~/.evolution/</p>
<p>The solution is deleting those ev-summary files. They will be regenerated by evolution. Because I have dozens of folders in my evolution I used the following line:</p>
<p>find ~/.evolution -name *ev-summary -print0 | xargs -0 rm</p>
<p>after that  evolution works just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharedknowhow.com/2008/10/evolution-importing-old-mail-in-ubuntu-intrepid-810-hangs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
