[Pidgin] #48: Make SIP/SIMPLE work with Microsoft Live Communication Server

Pidgin trac at pidgin.im
Mon Dec 1 18:19:54 EST 2008


#48: Make SIP/SIMPLE work with Microsoft Live Communication Server
---------------------------+------------------------------------------------
 Reporter:  MarkDoliner    |        Owner:  shulman
     Type:  patch          |       Status:  new    
Milestone:                 |    Component:  SIMPLE 
  Version:  2.0            |   Resolution:         
 Keywords:  MS LCS SIMPLE  |  
---------------------------+------------------------------------------------

Comment(by fixxxer):

 Replying to [comment:225 andreshans]:
 > I am testing the last Mob Commint on Fedora 9 version:
 pidgin-2.5.2-3.fc9.i386 on the company I work for. I´ve logged suscefully,
 loaded groups and contacts (most of the contacts are in a general group,
 but that´s not relevant)
 > I see all contacts offline and they seem offline too.
 > But when I try to send a message to somebody that I know is online, I
 get the list of contacts and half of groups when comes
 > *** glibc detected *** pidgin: malloc(): memory corruption (fast):
 0x08f64a10 ***

 Uhmm sounds like the problem about the number of groups reported by
 djflux.
 [[BR]]

 SIPE only support 10 groups right now. You have more than 10, don't you?
 [[BR]]

 You could fix finding this line:

 // Reserved to max 10 groups. TODO be dynamic
     gr = g_new0(struct sipe_group, 10);
 [[BR]]
 Replaced for
    gr = g_new0(struct sipe_group, 20);

 Or whatever number of groups you have. Please, read the messages.

 Regards.



 Regards

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


More information about the Tracker mailing list