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

Re: [reSIProcate] VS2005 crashing with DUM


Nilay,

 

some time ago I had some strange crashes with VS 2005. I had modified some of the default compilations and linker options (like “Whole Program Optimization”, “Link-Time Code Generation” and a few others, can’t remember). I had made modifications to both the resip projects and our own solution’s projects. I never really found out which setting caused these problems, but after reverting the resip projects and re-creating our own projects with the default settings all problems were gone!

 

Best regards,

 

Matthias Moetje

cid:809010616@21122006-3519

TERASENS GmbH
Augustenstraße 24
80333 Munich
GERMANY

 

Phone:
Fax:
e-mail:
Web:

+49.89.143370-0
+49.89.143370-22
info@xxxxxxxxxxxx
www.terasens.com

 

 

 

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of Nilay Tripathi
Sent: Freitag, 19. Oktober 2007 09:35
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