You are wrong, Im using the sipxtapi branch. I will try to checkout the latest revision... But all revisions since about 2 months are with the same problem.
----- Original Message ----- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, February 28, 2007 8:54 PM Subject: Re: [sipxtapi-dev] Crash in sipxInitialize (debug build) > [EMAIL PROTECTED] wrote: >> Hello, >> >> It does not works for me... My crash always occurs in File: >> OsSysLogTask.cpp (about line 298) >> case OsSysLogMsg::SET_FILE: >> data = (char*) pSysLogMsg->getData(); >> processSetFile(data) ; >> if (data != NULL) >> { >> free(data) ; <<<< crash occurs here >> } >> "data" points to a static text "sipXtapi.log" and my VS .NET 2003 >> complains about it... >> >> After comment out this line my SIP client can register to the SIP >> provider, but when I try to place a >> call my client crashes again in UtlTokenizer.cpp:39 >> // Destructor >> UtlTokenizer::~UtlTokenizer() >> { >> free(m_tokens); <<< crash occurs here >> } >> >> > I noticed the revision you use exists in main branch, I use sipxtapi > branch which works. > > Jaroslav Libak > > _______________________________________________ > sipxtapi-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 268.18.4/705 - Release Date: 2/27/2007 > 3:24 PM > > _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
