DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #9 from Thad Humphries 2012-03-19 17:38:49 UTC --- I've checked out 1301987, built, and tried it. All okay here with mod_jk/1.2.34-dev -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- Y

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #8 from Christopher Schultz 2012-03-19 16:18:16 UTC --- (In reply to comment #7) > Fixed in r1301987 > Suppose 1.2.34 is coming pretty soon :) I build trunk and tried it -- no more SIGSEGV :) -- Configure bugmail: https://is

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #6 from Mladen Turk 2012-03-17 19:17:22 UTC --- So I was able to reproduce it as well. Seems the crash is inside handling rule extensions Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xab1e7b40 (LWP

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #5 from Konstantin Kolinko 2012-03-16 23:41:19 UTC --- Reviewing diff of current native/apache-2.0/mod_jk.c against r1142157 (aka 1.2.32 tag) That is: [1] http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-2.0/mod_jk.c

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #4 from Christopher Schultz 2012-03-16 20:54:18 UTC --- Debian isn't making my life easy. I did build with debugging symbols: $ grep CFLAGS Makefile APXSCFLAGS = -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #3 from Christopher Schultz 2012-03-16 20:33:05 UTC --- Confirmed on Debian Linux, Apache 2.2.16, mod_jk 1.2.33, using JkMounts and all other settings that have been in place for years in working configuration. Some specifics

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #2 from Thad Humphries 2012-03-15 21:24:04 UTC --- This happens if I directly retrieve a mapped URL explicitly. Mounts made with JkMount work fine. "JkMount /*.jsp ajp13" and "JkMount /*/servlet/* ajp13" allow me to run the To

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #1 from Rainer Jung 2012-03-15 20:40:13 UTC --- Are you able to build mod_jk with symbols, e.g. adding "-g" to your gcc flags? That way gdb would show us the line number where the crash happens. Furthermore the request you use

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 Konstantin Kolinko changed: What|Removed |Added Version|unspecified |1.2.33 -- Configure bugmail: