Re: [OpenSIPStack] ATLSIP crashes
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-08-23 11:58:43
|
Hi, Yacine Auczone wrote: > ATLSIP crashing in these cases: > I'm assuming you're using OSSPhone .NET.. For: > 1- whene receiving a call it crashes just at the moment whene i click to answer. > Can you check in what line does btnMakeCall_Click() crash? Pinpointing this will give us insight into what caused this bug. For: > 2- whene selecting a number in the drop down menu of dialed numbers. > When does this happen? Everytime? Thanks. - Ilian > I'v never encountred a crash durring a call. > > and i don't have these case of issues whith computers that have hardware DEP. > > > > > >> Date: Thu, 23 Aug 2007 19:39:29 +0800 >> From: ip...@so... >> To: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIP crashes >> >> 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 >> >> <snip> |