Hello, I've posted a patch to bug #1035 which I believe caused the problem you are reporting. The issue is that some of the iterators were being double incremented deep in the code and then going NULL.
-Lukas Lukas Oberhuber ------------------------------------------------- Message: 1 Date: Tue, 10 Oct 2006 16:09:45 -0400 From: [EMAIL PROTECTED] Subject: [Wengophone-devel] I cant delete a group or contanct To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I need help when i try to delete a contact or a group the system crashes P.D. take a look of this method void CContactList::removeContactGroup(const std::string & groupId) { typedef ThreadEvent1<void (std::string contactId), std::string> MyThreadEvent; MyThreadEvent * event = new MyThreadEvent(boost::bind(&CContactList::removeContactGroupThreadSafe, this, _1), groupId); WengoPhone::postEvent(event); } Something is wrong with this line(WengoPhone::postEvent(event);) I think it doesnt regognize the event as delete because happends when you delete a contact or group Thanks, Dennis Guzman Artavia Software Development DGA Pro. ________________________________________________________________________ Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dev.openwengo.com/pipermail/wengophone-devel/attachments/20061010/38c 6a84d/attachment-0001.html _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
