DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #11 from Patrick Middleton 2008-12-18 02:42:02 PST --- Patch applied, works for me -- but then, apart from the first day I found this crasher, I have never been able to reproduce it reliably. For the benefit of anybody el

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #10 from Rainer Jung 2008-12-17 16:33:45 PST --- Could you please try the patch available at: http://people.apache.org/~rjung/mod_jk-dev/patches/extension_crash.patch It came up for a related issue reported today and it

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #9 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-09 09:33:20 PST --- What I found was that in jk_translate, in the 'good' configuration, e (or, *ext ... the rule_extension_t) remained null after the first call to ap_se

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 Rainer Jung <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #7 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-09 04:01:05 PST --- Created an attachment (id=23004) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23004) sample of debugging code, output, and httpd.conf f

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #6 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-08 03:20:17 PST --- Thanks for your feedback. Do you have a test system, on which you can reproduce? In other words: are you able and willing to dig into the problem some more

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 Patrick Middleton <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #4 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-05 09:39:35 PST --- (In reply to comment #3) > so we have all the magic tested and working as per > http://developer.apple.com/technotes/tn2004/tn2123.html for enabling core >

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #3 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-05 09:16:19 PST --- so we have all the magic tested and working as per http://developer.apple.com/technotes/tn2004/tn2123.html for enabling core dumps, and even a CoreDu

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #2 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-05 07:55:49 PST --- Yes, I built mod_jk.so myself -- Apple doesn't supply this with MacOSX, only with MacOSX Server, and unlike mod_ssl the source used is not available

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #1 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-05 03:57:26 PST --- Line 659 is: reply_timeout = ap_table_get(r->subprocess_env, "JK_REPLY_TIMEOUT"); So it seems we have trouble retrieving data from the httpd environment v