Re: [OpenSIPStack] ATLSIP and ntdll.dll crashing
Brought to you by:
joegenbaclor
From: Whit T. <de...@wh...> - 2007-08-10 13:45:32
|
Ilian, I created a VS deployment project very similar to the OSS phone. I've also included most of the CRT/ATL modules I think I need. I'm assuming that since it works for a couple calls that side of things should be fine. Is there a complete list of the modules which should be included? Is there a DLL conflict with certain systems? I've used OSSPhone as a reference project for deployment. I wouldn't have thought there would be a huge difference between XP Pro and XP Home. I've been running this softphone on my dev box, but of course it may have many more of the libraries already installed because of the development enviroments. So far I've tried: Completely updated the machine with Windows Update (in case) Repaired .NET 2.0 Wrapping some exception handling code in the softphone But no luck so far. The only other thing I think may be causing this is not wrapping a Mutex around my MakeCall function like OSS phone does. Perhaps too many events are being fired at the same time. (I'm totally guessing) Let me know if you have suggestions or find anything out! Whit -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon Sent: Friday, August 10, 2007 2:20 AM To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIP and ntdll.dll crashing Hi Whit, I'm on a XP Pro box today so I can't reproduce this yet. How are you deploying your softphone to XP Home? If it's via a VS Setup project, try packaging it with the appropriate CRT and ATL merge modules (and the policies that come with them). Regards, Ilian Whit Thiele wrote: > Hey Guys, > > I was going to post this on the ATLSIP list, but it bounced back to me. > (Maybe not working yet?) > > > > Anyway, I've been using ATLSIP for some time now, with pretty good success. > I'm currently having a very bizarre issue. I've built a C# softphone and it > runs fine on XP Pro machines. However, when it's installed on XP Home boxes, > it sporadically crashes, giving the windows Send/Don't Send big report. > > The module which is affected and causing the crash is "ntdll.dll" . The > softphone typically works for 2-3 calls, then crashes. Has anyone > experienced this? I've compiled ATLSIP from CVS yesterday. Any suggestions > on how to debug or even a possible solution for this would be great! > > > Whit > > > > > > ------------------------------------------------------------------------- > 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 |