[Pidgin] #6907: Pidgin seems to crash a few seconds after I start it

Pidgin trac at pidgin.im
Tue Sep 16 05:03:49 EDT 2008


#6907: Pidgin seems to crash a few seconds after I start it
------------------------------+---------------------------------------------
 Reporter:  quantum_mechanik  |        Owner:  QuLogic
     Type:  defect            |       Status:  new    
Milestone:                    |    Component:  MSN    
  Version:  2.5.1             |   Resolution:         
 Keywords:                    |  
------------------------------+---------------------------------------------

Comment(by Cetra):

 Well,

 I've added a workaround in the source so this doesn't happen because it's
 starting to annoy me:

 get the latest source, run ./configure.

 in /libpurple/protocols/msn/notification.c go to line 623 which will be
 this:

                 if (!strcmp(user->passport, "messenger at microsoft.com"))
                         continue;

 edit that, and put a sanity check around it to prevent crashing:

                 if(user->passport != NULL) {
                 if (!strcmp(user->passport, "messenger at microsoft.com"))
                         continue;
                 }

 save it then run make, then sudo make install

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


More information about the Tracker mailing list