< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] VS2005 crashing with DUM


Strange.  I do not have these issues.

 

Make sure your building everything (including your application) with the same CRT library type – ie. Multi-threaded DLL (Debug non Debug).  You can also try a Rebuild-All.

 

Scott

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of Nilay Tripathi
Sent: Friday, October 19, 2007 3:35 AM
To: resiprocate-devel
Subject: [reSIProcate] VS2005 crashing with DUM

 

Hi,

I am trying to make resiprocate run on Windows and it crashes on receiving first 401 response for the REGISTER sent out.

On debugging I reached into handledByAuthOrRedirect( ) in ClientAuthManager.cxx.
On mDum.mClientAuthManager->handle(...) call, it just skips it (which it should not). It doesn't even go inside handle function and then the VS pops up an Exception and then a CRASH.

There seems to be some problem with auto_ptr thing. Has anybody encountered such problem?
Would really appreciate any inputs on this!

I am running VS2005 Prof. (SP1) on Win XP.

Thanks & Regards,
Nilay