6 messages in com.googlegroups.google-talk-openlibjingle crash under Win Vista
FromSent OnAttachments
Jhorsh Mohammed23 May 2007 07:09 
TIffany Choe23 May 2007 15:25 
naythu raoo24 May 2007 01:45 
Jhorsh Mohammed24 May 2007 01:59 
TIffany Choe25 May 2007 17:23 
Jhorsh Mohammed28 May 2007 07:08 
Subject:libjingle crash under Win Vista
From:Jhorsh Mohammed (jho@gmail.com)
Date:05/23/2007 07:09:48 AM
List:com.googlegroups.google-talk-open

Hi all. I've found that my application (with libjingle) is crashing under Win Vista. Under Win XP everything is alright. Comment in xmpppump.cc told me that xmppclent should be deleted by TaskRunner, but when I start process messages in the work thread I found that after first Dispatch() call, my xmpppump member (client_) has unavailable value. My application is crashing in every instruction using client_ object. What's happened?

Thanks.

XmppPump::XmppPump(XmppPumpNotify * notify) { state_ = buzz::XmppEngine::STATE_NONE; notify_ = notify; client_ = new buzz::XmppClient(this); // NOTE: deleted by TaskRunner }