[Pidgin] #4610: Error reading blist.xml at every startup

Pidgin trac at pidgin.im
Thu Jan 10 12:19:09 EST 2008


#4610: Error reading blist.xml at every startup
---------------------------+------------------------------------------------
  Reporter:  Messie        |       Owner:  lschiere 
      Type:  defect        |      Status:  new      
  Priority:  minor         |   Milestone:           
 Component:  unclassified  |     Version:  2.3.1    
Resolution:                |    Keywords:  blist.xml
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by datallah):

 The xml parser (`libxml2`) is complaining that one of your ICQ buddies'
 alias contains a `'` entity.

 The problem with this is that `'` is actually a valid entity!

 For some reason `libxml2` is trying to parse it with `xmlParseCharRef` and
 not `xmlParseEntityRef` (which would have worked).  Libpurple has no
 control (as far as I can tell) of this at all.

 This actually works fine on my machine; I wonder if there is a bug in the
 version of `libxml2` that you have or something.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/4610#comment:1>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list