You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2004/10/29 11:55:00 UTC

mod_jk changing map_free to jk_map_free

Hi,

I have a "funny" core on a debian machine:
+++
#0  0x40723712 in map_free () from /opt/SMAWoIS/apache13/libexec/libphp4.so
#1  0x40804d7e in close_workers () from /opt/SMAWoIS/apache13/libexec/libjk.so
#2  0x40804983 in wc_close () from /opt/SMAWoIS/apache13/libexec/libjk.so
#3  0x40802ae1 in jk_generic_cleanup ()
    from /opt/SMAWoIS/apache13/libexec/libjk.so
#4  0x40802a77 in jk_server_cleanup ()
    from /opt/SMAWoIS/apache13/libexec/libjk.so
#5  0x080526a9 in ap_run_cleanup ()
#6  0x08050b3d in ap_clear_pool ()
#7  0x08063c4c in ap_child_terminate ()
#8  0x0806465c in main ()
#9  0x402bc14f in __libc_start_main () from /lib/libc.so.6
+++
The map_free of php comes from cyrus-imapd-2.2.x....

I want to change the map_free() of mod_jk to jk_map_free()

Any comments?

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk changing map_free to jk_map_free

Posted by Mladen Turk <mt...@apache.org>.
jean-frederic clere wrote:
> Hi,
> 
> I have a "funny" core on a debian machine:
> +++
> #0  0x40723712 in map_free () from /opt/SMAWoIS/apache13/libexec/libphp4.so
> #1  0x40804d7e in close_workers () from 
> /opt/SMAWoIS/apache13/libexec/libjk.so
> #2  0x40804983 in wc_close () from /opt/SMAWoIS/apache13/libexec/libjk.so
> #3  0x40802ae1 in jk_generic_cleanup ()
>    from /opt/SMAWoIS/apache13/libexec/libjk.so
> #4  0x40802a77 in jk_server_cleanup ()
>    from /opt/SMAWoIS/apache13/libexec/libjk.so
> #5  0x080526a9 in ap_run_cleanup ()
> #6  0x08050b3d in ap_clear_pool ()
> #7  0x08063c4c in ap_child_terminate ()
> #8  0x0806465c in main ()
> #9  0x402bc14f in __libc_start_main () from /lib/libc.so.6
> +++
> The map_free of php comes from cyrus-imapd-2.2.x....
> 
> I want to change the map_free() of mod_jk to jk_map_free()
> 
> Any comments?
>

No :).
I have a pending patch that resolves this (and some other),
but feel free to commit.


MT.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org