DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43677>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43677

           Summary: Unhandled Exception on httpd startup with no log or
                    console output
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P1
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


On startup as a service, freshly installed, with default configuration files,
installed as a service using "httpd -k install", when attempting to start httpd,
it crashes without output to the logs or console. 

This error occurs with all modules disabled, and with the default configuration.
On a start through the command line, i.e. directly running httpd.exe, there is a
normal start. 

Using Visual Studio, the exception that occurs is:"
Unhandled exception at 0x6eec1e21 (libapr-1.dll) in httpd.exe:
0xC0000005: Access violation when reading localtion 0x00000004"
This error occurs in filedup.c in apr, specifically line 86.
"    if (new_file->filehand == GetStdHandle(STD_ERROR_HANDLE)) {
        stdhandle |= stderr_handle;"

    }"
where as far as i can see new_file doesnt exist.

The apache revision was 587460 using the released apr, apr-utils and apr-iconv
libraries.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to