Re: [OpenSIPStack] ATLSIP crashes
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-08-23 11:39:27
|
When are you crashing exactly? Fyi. In my case, OSSPhone crashed (or hung) during program termination. This was caused by ATLSIP still sending events during OSSPhone's FormClosing (when the event handlers are already destroyed). I modified things a bit so that this could be avoided. Checked in these mods already. My guess is your problem is similar to what I encountered. ATLSIP is sending events to an already destroyed handler (which turning off DEP could circumvent a bit). Regards, Ilian Ilian Jeri C. Pinzon wrote: > Hi Yacine, > > When does ATLSIP crash exactly? In the middle of a call? > > - Ilian > > Yacine Auczone wrote: > >> I'v made some investigations on why ATLSIP crashes on some platformes, as i told you ATLSIP never crashes on some computers and does on many others, finally i think that this is related with processors that does not hardware support DEP, and even whene DEP is turned off i still have crashes i have less crashes but i still have them >> >> _________________________________________________________________ >> Retrouvez tous les services Windows Live sur votre mobile ! >> http://mobile.live.fr/ >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |