<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Crack</title><guid isPermaLink="false">computers/crack-2005-07-29-12-40</guid><link>http://www.burtonini.com/blog/computers/crack-2005-07-29-12-40</link><description>This must be the most amount of crack, overkill, and insanity I've ever seen in a single email. I'm just ...</description><content:encoded><![CDATA[    <p>
      <a
      href="http://www.x-tend.be/pipermail/dconf-list/2005-July/000009.html">This</a>
      must be the most amount of crack, overkill, and insanity I've ever seen in
      a single email.  I'm just in awe.
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-29T11:40:00Z</dc:date></item><item><title>ABI Breaking Madness</title><guid isPermaLink="false">computers/abi-2005-07-29-11-54</guid><link>http://www.burtonini.com/blog/computers/abi-2005-07-29-11-54</link><description>Everything I see at the moment is tinted red from The Rage... I've just spent two days debugging Evolution and ...</description><content:encoded><![CDATA[    <p>
      Everything I see at the moment is tinted red from The Rage...
    </p>
    <p>
      I've just spent two days debugging Evolution and the DBus data server.
      When I click on a contact in the Address Book wth the DBus backend,
      Evolution crashes in a very odd manner.  Stack traces are a little odd,
      and Valgrind's output is just plain confusing.  It can't be anything
      directly related to DBus as there is no IPC occuring at this point, and
      the memory management in the DBus port is if anything better than the
      Bonobo version.  Eventually I figure out what is going on.
    </p>
    <p>
      A few weeks ago a new field was added to <tt>EContact</tt>, to store the
      URI of the book the contact belongs too.  This seems reasonable enough,
      just add the new item at the end of the enumeration and all is good.
      However, EContact does some magic for optimisation and the enumeration is
      sorted by type and the position of key items in the enumeration is stored,
      such as the location of the last simple string, or the location of the
      last list.  This means that the new field was added as the third item in
      the enumeration...
    </p>
    <p>
      Yes, really.
    </p>
    <p>
      Also the library versioning wasn't changed, so older Evolution builds just
      carry on as normal. Now when an older Evolution asks the contact for the
      list of all email addresses, it expects to get a GList, which it promptly
      tries to iterate over.  It was actually passed a structure representing
      the contact's full name, and when it tried to iterate over that as a
      list... all hell breaks loose.
    </p>
    <p>
      I really hope this somehow gets sorted out before 2.12...
    </p>
    <p>
      <small>NP: <cite>Best Of</cite>, R.E.M. (the 90's Best Of, not the 2003 one)</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-29T10:54:00Z</dc:date></item></channel></rss>