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

Pidgin trac at pidgin.im
Wed Nov 19 07:54:42 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's patch is correct however also need this patch to meanwhile-1.0.2
 to fix crash on win32:

 {{{
 diff -ru meanwhile-1.0.2.orig/src/session.c meanwhile-1.0.2/src/session.c
 --- meanwhile-1.0.2.orig/src/session.c  2005-12-16 07:11:47.000000000
 +1100
 +++ meanwhile-1.0.2/src/session.c       2008-11-20 00:02:15.000000000
 +1100
 @@ -240,7 +240,7 @@

    case mwSession_LOGIN_REDIR:
      g_message("session state: %s (%s)", state_str(state),
 -             (char *)info);
 +             NSTR((char *)info));
      break;

    default:
 }}}

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


More information about the Tracker mailing list