[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #11 from Felix Schumacher --- +1 for fail early (with a proper error message, of course) -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #10 from Rainer Jung --- Created attachment 33685 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33685=edit Fall back to process local memory to avoid crash when shm init failed This patch should

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #9 from erik.herm...@headbird.com --- I configured JkShmFile as you suggested, and now it works. Would indeed be nice if mod_jk would fail more gracefully. -- You are receiving this mail because: You are the assignee for the

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #8 from Rainer Jung --- There's an error during initializing shm: [Tue Mar 15 15:38:00.076 2016] [11496:140079373203424] [error] init_jk::mod_jk.c (3574): Initializing

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #7 from erik.herm...@headbird.com --- The problem is reproducable. It also happens when starting during an idle time JkLogLevel debug was already set. You will find conf files and logs attached -- You are receiving this mail

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #6 from erik.herm...@headbird.com --- Created attachment 33680 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33680=edit workers.properties -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #5 from erik.herm...@headbird.com --- Created attachment 33679 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33679=edit mod_jk.conf -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #4 from erik.herm...@headbird.com --- Created attachment 33678 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33678=edit jk.log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #2 from erik.herm...@headbird.com --- Created attachment 33676 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33676=edit error_log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #3 from erik.herm...@headbird.com --- Created attachment 33677 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33677=edit httpd.conf -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59184] mod_jk segmentation fault at jk_shm.c:875

2016-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59184 --- Comment #1 from Rainer Jung --- Hi, thanks for the report and looking at the core using the debugger. Is this reproducible? Are you starting under load or does it also happen when starting during an idle time?