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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17055

illegal memory reference on exit of Apache2.0.44/mod_ssl

           Summary: illegal memory reference on exit of Apache2.0.44/mod_ssl
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: mod_ssl
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Apache 2.0.44, Openssl 0.9.7, Zlib 1.1.4, compiled on VS.NET Enterprise, Win2K 
SP3.  Openssl compiled with MASM functions.  Mod_deflate is not loaded.  
Everything else is standard loaded, with mod_ssl loaded.

Everything works fine, if no HTTPS(:443) requests happen.  After an HTTPS page 
is loaded, if Apache is restared or stoped the following message will appear, 
then Apache exits.

I have noticed, that if Loglevel, in httpd.conf, is at 'warn' or bellow, this 
error apears.  If loglevel is above 'warn', this error does NOT happen.

I have also reproduced this error with someone elses compiled code, 
http://hunter.campbus.com/.

Apache.exe - Application Error
The instruction at "0x77f85c41" referenced memory at "0x00000010". The memory 
could not be "written".

Debug

"Unhandled exception at 0x77f85c41 in Apache.exe: 0xC0000005: Access violation 
writing location 0x00000010."

77F85BFA  xor         ecx,ecx 
77F85BFC  cmp         esi,dword ptr [eax+0A0h] 
77F85C02  sete        cl   
77F85C05  mov         byte ptr [ebp+8],cl 
77F85C08  mov         eax,dword ptr fs:[00000018h] 
77F85C0E  movzx       edx,cl 
77F85C11  mov         dword ptr [eax+0F84h],edx 
77F85C17  cmp         byte ptr ds:[77FCF1DCh],bl 
77F85C1D  jne         77F9DB53 
77F85C23  mov         al,byte ptr ds:[77FCF1D0h] 
77F85C28  neg         al   
77F85C2A  sbb         eax,eax 
77F85C2C  not         eax  
77F85C2E  and         eax,77FCF480h 
77F85C33  cmp         dword ptr [esi+10h],ebx 
77F85C36  mov         dword ptr [ebp-4],eax 
77F85C39  je          77F891F2 
77F85C3F  mov         eax,dword ptr [esi] 
77F85C41  inc         dword ptr [eax+10h]

eax is zero.

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

Reply via email to