<?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>BloGTK &#187; segfault</title>
	<atom:link href="http://blogtk.jayreding.com/tag/segfault/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogtk.jayreding.com</link>
	<description>An Open Source Weblog Editor</description>
	<lastBuildDate>Tue, 15 Jun 2010 04:17:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>BloGTK, pywebkit, and WSIWYG: Crash Fixed?</title>
		<link>http://blogtk.jayreding.com/2010/03/blogtk-pywebkit-and-wsiwyg-crash-fixed/</link>
		<comments>http://blogtk.jayreding.com/2010/03/blogtk-pywebkit-and-wsiwyg-crash-fixed/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:31:29 +0000</pubDate>
		<dc:creator>BloGTK</dc:creator>
				<category><![CDATA[BloGTK]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[segfault]]></category>
		<category><![CDATA[WebKit]]></category>
		<category><![CDATA[wsiwyg]]></category>

		<guid isPermaLink="false">http://blogtk.jayreding.com/2010/03/blogtk-pywebkit-and-wsiwyg-crash-fixed/</guid>
		<description><![CDATA[Development on BloGTK 2.1 has been at a virtual standstill for a while, partially because I&#8217;ve been short on time and partially because there&#8217;s been a nasty segfault bug that kept cropping up whenever I tried to get the prototype WSIWYG editing system to work. Now, lo and behold, it looks like that bug is [...]]]></description>
			<content:encoded><![CDATA[<p>Development on BloGTK 2.1 has been at a virtual standstill for a while, partially because I&#8217;ve been short on time and partially because there&#8217;s been a nasty segfault bug that kept cropping up whenever I tried to get the prototype WSIWYG editing system to work.</p>
<p>Now, lo and behold, it looks like that bug is no longer present, at least as of the latest version of Karmic. I&#8217;m performing more tests to confirm that the bug has been wiped out, but it looks like the crashes with the WSIWYG system aren&#8217;t happening any more.</p>
<p>If the segfault bug is gone, that will mean less time trying to trace that annoying crash and more time working on the next iteration of BloGTK.</p>
<p>With luck, BloGTK 2.1 will have WSIWYG editing; support for image uploads to your blogging system, Flickr, or Picasa; and some under the hood fixes as well.</p>
<p>Thanks to everyone who has submitted bug reports lately &#8212; I always appreciate the feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogtk.jayreding.com/2010/03/blogtk-pywebkit-and-wsiwyg-crash-fixed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bad Karma</title>
		<link>http://blogtk.jayreding.com/2009/09/bad-karma/</link>
		<comments>http://blogtk.jayreding.com/2009/09/bad-karma/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:16:32 +0000</pubDate>
		<dc:creator>BloGTK</dc:creator>
				<category><![CDATA[BloGTK]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[segfault]]></category>

		<guid isPermaLink="false">http://blogtk.jayreding.com/2009/09/bad-karma/</guid>
		<description><![CDATA[For those of you using BloGTK 2.0 on Ubuntu 9.10 Karmic, you&#8217;ve probably noticed a few problems with crashes. Like, a lot of crashes. From what I&#8217;ve been able to tell, BloGTK will crash when more than two windows have been opened. Why, I&#8217;ve no idea. My guess is that there&#8217;s some garbage collection problems [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you using BloGTK 2.0 on Ubuntu 9.10 Karmic, you&#8217;ve probably noticed a few problems with crashes. Like, a lot of crashes.</p>
<p>From what I&#8217;ve been able to tell, BloGTK will crash when more than two windows have been opened. Why, I&#8217;ve no idea. My guess is that there&#8217;s some garbage collection problems that are causing problems. Whether that&#8217;s due to something in BloGTK itself or the underlying Python libraries isn&#8217;t known yet. Given that BloGTK works just fine on Jaunty, my guess is that there&#8217;s a bug with one of the libraries.</p>
<p><a href="https://bugs.launchpad.net/blogtk/+bug/435593">A bug report has already been added to the Launchpad project</a>. If anyone has a better idea of where the problem may be, please post the information either in the bug report or on this blog.</p>
<p>I apologize for the problem, and hopefully the bug will be fixed as Karmic heads towards formal release.</p>
<p>UPDATE: It appears that the crash is related to the WebKit bindings. Investigation into this bug is continuing.</p>
<p>UPDATE &#8211; Sept 24: Some more digging has revealed that the crash happens when one editor window is closed and then another is opened. There is <a href="http://code.google.com/p/pywebkitgtk/issues/detail?id=40">a bug report filed with the pywebkitgtk package</a> that seems to deal with a similar issue, if not the same one. I will continue to see if there&#8217;s anything I can do with the BloGTK codebase to prevent the crashes.</p>
<p>I apologize for the problems, and hopefully this issue will be resolved before Karmic is formally released next month.</p>
<p><strong>UPDATE: Nov. 5:</strong> Still testing this crash on Karmic. I&#8217;m hoping to be able to either find a fix or a workaround shortly. Thank you for your patience.</p>
<p>Also, keep the bug reports coming&mdash;there are definitely outstanding issues that need to get fixed with the 2.0 codebase, and the more that get squashed, the better BloGTK 2.0 will be.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogtk.jayreding.com/2009/09/bad-karma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

