I just stumbled into this thread, trying to figure out how to fix
the same error, generated by a C module.

Convert 3221225725 to hex, and you get C00000FD and THAT's
the code for a stack overflow.  Maybe a recursive function in your
PERL code?




-- 
Chuck Tribolet
[EMAIL PROTECTED]
http://www.almaden.ibm.com/cs/people/triblet



"Jean-Sebastien Guay" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hello,

I think I've made good steps towards getting my scripts to work (Apache/2.0.47 (Win32) 
mod_perl/1.99_10-dev Perl/v5.8.0). However,
now, when I try to reload one of the pages to test, IE tells me that

"The exception unknown software exception (0xc00000fd) occured in the application at 
location 0x2805caa2. Click on OK to terminate
the program, Click on CANCEL to debug the program"

(in a dialog box with the big red X). This is what I get in my error_log:

[Tue Aug 05 11:10:58 2003] [notice] Parent: child process exited with status 
3221225725 -- Restarting.
[Tue Aug 05 11:11:00 2003] [notice] Parent: Created child process 1360

What could I be doing that would make one of the Apache processes crash? Does anyone 
have an idea, or should I post code? The same
thing happens when I try to telnet into the webserver's port 80 and type "GET 
/filename.cgi HTTP/1.0". The specific CGI I want to
test generates valid HTML if run from the command line.

Any ideas? Thanks in advance,

J-S

_______________________________________________
Jean-Sébastien Guay                  [EMAIL PROTECTED]
Software Developer, Hybride         http://www.hybride.com
Piedmont, Québec, Canada




-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to