DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41695>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41695 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 06:00 ------- (In reply to comment #0) > Hi, > > I use httpdv2.0.58 on Solaris-10 11/06 release and when I use mod_jk v1.2.20, > it > is dumping core. > > When I look at the stacktrace of the core, here is what I get. > > Command name abbreviations are allowed if unambiguous. > (gdb) bt > #0 0xfedabbfc in apr_table_get () from /usr/apache2/lib/libapr-0.so.0 > #1 0xfe918f56 in jk_map_to_storage () from /usr/apache2/libexec/mod_jk.so > #2 0x0813e4e0 in ?? () > #3 0x00000000 in ?? () Well this stacktrace does not look good to me. It should be much longer. Could you please try the following: 1. Does this also happen if you use a self compiled apache 2.0.58? 2. Please ensure that the debugging information is stored in the binaries. For gcc the according switch is -g (So you should do something like CFLAGS="-g -O2 -Wall" ./configure with gcc to get all this set). I do not know the correct switch(es) for SunStudio-11.0. 3. Please issue a bt full instead of a bt in gdb. 4. For more details please have a look at http://httpd.apache.org/dev/debugging.html -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
