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?

If yes, It would be very helpful to kopy the ap_table_get code from comment #4
into your mod_jk.c (under a different name, like my_table_get) and replace the
call to ap_table_get in line 659 with my_table_get. Then finally add some
output statements in my_table_get to check, whether it loops indefinitely, or
whether it is actually the strcasecmp that crashes.

Unfortunately I can't reproduce, and I'm still not convinced, that it i a JK
bug. I've seen similar crashes when other modules corupt memory. So I'm still
interested in getting a clearer picture about what's wrong.


-- 
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