Ok, but the strange thing is that the error appears even though I've
uninstalled both VS6 and VS.net 2005.
A few days ago I had VS6 and VS.net installed, and that error provided some
debug information (that I couldn't understand). So I went in VS.net and I
set it to not show the debug info because I thought that that window might
not appear anymore.
After that moment, the "Just in time debugger" error window use to appear
but with a different message, telling that:
"""
Visual Studio Just-In-Time Debugger
An unhandled win32 exception occurred in httpd.exe [2996]. Just-In-Time
debugging this exception failed with the following error: No installed
debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time
debugging
can be enabled from Tools/Options/Debugging/Just-In-Time.
Check the documentation index for 'Just-in-time debugging, errors' for more
information.
OK
"""
Well, I've uninstalled VS6 and VS.net, but this message still appears, so I
have no where to go in Tools/Options/...
Octavian
----- Original Message -----
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
To: "Octavian Rasnita" <[EMAIL PROTECTED]>
Cc: "Randy Kobes" <[EMAIL PROTECTED]>; "Foo JH"
<[EMAIL PROTECTED]>; <modperl@perl.apache.org>
Sent: Wednesday, October 03, 2007 9:20 PM
Subject: Re: Best version of Apache for Win32 deployment
Octavian Rasnita wrote:
And I tried starting the server, but it appeared an error window "Visual
Studio just in time debugger" and it also printed the following errors
in the command prompt:
That's a crash. Studio will give you all the info but it's harder to
navigate, for some information on obtaining the dr watson backtrace see
http://httpd.apache.org/dev/debugging.html
Note you probably want to unpack
http://archive.apache.org/dist/httpd/binaries/win32/symbols/apache_2.2.4-win32-x86-no_ssl-symbols.zip
(or
http://archive.apache.org/dist/httpd/binaries/win32/symbols/apache_2.2.4-win32-x86-openssl-0.9.8d-symbols.zip
if you had installed the ssl version)
directly into your apache 2.2 tree. I don't know of availability of the
ActiveState symbols, nor TheoryX's, but if they exist it will make reading
that backtrace sooo much clearer.
Bill