Hi, On Wed, May 13, 2009 at 9:56 PM, dsuh <[email protected]> wrote: > I am trying to debug sipXtapi with recon and I get an OS_WAIT_TIMEOUT > in the assert in line 158 of OsServerTask.cpp when I run without any > breakpoints.
You really sure you meant "WITHOUT any breakpoints"? > Just running the testUA app works fine. > Is there any settings in sipXtapi to disable timeouts and other > hinderances to debugging? In general - no. But there are not so much places where timeouts will make you trouble when debugging. At this place exactly, timeout is set to OS_INFINITY which obviously makes it impossible to timeout ;) So, I wonder - which revision do you use? Under which OS? Are you really very sure it is timeout? -- 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/
