https://issues.apache.org/bugzilla/show_bug.cgi?id=46352

           Summary: Apache 1.3 crashes inside mod_jk.so with selfsigned SSL
                    cert
           Product: Tomcat Connectors
           Version: 1.2.27
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_jk
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: [EMAIL PROTECTED]


MacOSX 10.4.11 PPC, Tomcat 6.0.18, Tomcat native 1.1.15, stock Apache 1.3.41

When testing mod_jk 1.2.27 (AJP 1.3 connector), works fine with HTTP, crashes
with HTTPS.  ModSSL is configured with a selfsigned SSL cert.
Does not crash with mod_jk 1.2.23.
With 1.2.27 and CA-signed cert: not tested.

Crash report excerpt:
Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x262379f2

Thread 0 Crashed:
0   <<00000000>>        0xffff8b94 __memcpy + 1012 (cpu_capabilities.h:189)
1   mod_jk.so   0x0160e4e0 init_ws_service + 544 (mod_jk.c:659)
2   mod_jk.so   0x016107e4 jk_handler + 1096 (mod_jk.c:2200)
3   httpd       0x0000d91c ap_invoke_handler + 232
4   httpd       0x000179d8 process_request_internal + 640
5   httpd       0x00017a58 ap_process_request + 72
6   httpd       0x000065f4 child_main + 1832
7   httpd       0x00006858 make_child + 312
8   httpd       0x00006c18 perform_idle_server_maintenance + 708
9   httpd       0x000071fc standalone_main + 972
10  httpd       0x000078a0 main + 1052
11  httpd       0x00001cc4 _start + 340
12  httpd       0x00001b6c start + 60

The reference to cpu_capabilities.h suggests that something, most likely httpd,
got built against the MacOSX 10.3.9 SDK.  Anything I built (tomcat native,
mod_jk, apr) was built universal against the MacOSX 10.4u sdk.


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

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

Reply via email to