Hello, On 6/29/07, Daniel Sigurgeirsson <[EMAIL PROTECTED]> wrote: > What could possibly be the cause of this? Note, this only happens in release > mode. I've tried disabling optimizations in release mode, with no luck. Is > anyone else experiencing problems with the release version of sipxtapi?
It looks like an uninitialized variables problem. One of this problem was reported by Jhorsh Muhammed in "SipConnection.cpp: Variables initialization." thread. You could use some memory checked to find the problem in your environment. I'm not sure Microsoft's DCRT will work in release mode, so you may need other non-intrusive tool. Anyway, clean patches, fixing uninitialized variables issues are always welcome. But again, patched should be clean to get into sipXtapi svn. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
