[Pidgin] #7563: Intermidiate crash uppon connection to sametime server using meanwhile

Pidgin trac at pidgin.im
Wed Nov 19 08:38:48 EST 2008


#7563: Intermidiate crash uppon connection to sametime server using meanwhile
--------------------------------------+-------------------------------------
 Reporter:  shap                      |        Owner:  siege   
     Type:  defect                    |       Status:  new     
Milestone:                            |    Component:  Sametime
  Version:  2.5.2                     |   Resolution:          
 Keywords:  sametime meanwhile crash  |  
--------------------------------------+-------------------------------------

Comment(by jme):

 raikon: Notice you get an extra line in your log than what shap did above.
 On win32 it crashes when calling src/session.c:242
 {{{
     g_message("session state: %s (%s)", state_str(state),
               (char *)info);
 }}}

 quoting comment from NSTR in src/mw_debug.h:
 {{{
 /** replaces NULL strings with "(null)". useful for printf where
     you're unsure that the %s will be non-NULL. Note that while the
     linux printf will do this automatically, not all will. The others
     will instead segfault */
 #define NSTR(str) ((str)? (str): "(null)")
 }}}

 So I assume you were using Linux where this bug probably isn't a problem.

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


More information about the Tracker mailing list