Bojan Smojver wrote:
> 
> Bojan Smojver wrote:
> >
> > Unfortunately, the problem is still there... Let me run gdb on the thing
> > again and then I'll send you the backtrace.
> >
> > Bojan
> 
> Slighty different problem this time, but along the lines of the previous
> one:

DARN, That is the same kind of error, caused by the line:
JkMount /login/j_security_check ajp13
The code only supports /context/* - I will try to fix this one -

> 
> ----------------------------------------------
> Program received signal SIGSEGV, Segmentation fault.
> 0x4021d26f in strncmp (s1=0x4f444145 <Address 0x4f444145 out of bounds>,
>     s2=0x82d2c9c "/", n=5852238) at ../sysdeps/generic/strncmp.c:42
> 42      ../sysdeps/generic/strncmp.c: No such file or directory.
> (gdb) where
> #0  0x4021d26f in strncmp (s1=0x4f444145 <Address 0x4f444145 out of
> bounds>,
>     s2=0x82d2c9c "/", n=5852238) at ../sysdeps/generic/strncmp.c:42
> #1  0x8076ed1 in map_uri_to_worker (uw_map=0x82ef390, uri=0x82d2c9c "/",
>     l=0x82ef200) at jk_uri_worker_map.c:423
> #2  0x8072a5c in jk_translate (r=0x82d155c) at mod_jk.c:1179
> #3  0x8146b41 in run_method (r=0x82d155c, offset=0, run_all=0)
>     at http_config.c:369
> #4  0x8146b8a in ap_translate_name (r=0x82d155c) at http_config.c:381
> #5  0x815535c in process_request_internal (r=0x82d155c) at
> http_request.c:1198
> #6  0x815572a in ap_process_request (r=0x82d155c) at http_request.c:1323
> #7  0x814f378 in child_main (child_num_arg=0) at http_main.c:4299
> #8  0x814f593 in make_child (s=0x827c3e4, slot=0, now=996898126)
>     at http_main.c:4467
> #9  0x814f608 in startup_children (number_to_start=1) at
> http_main.c:4494
> #10 0x814fc79 in standalone_main (argc=1, argv=0xbffff884) at
> http_main.c:4854
> #11 0x81501e0 in main (argc=1, argv=0xbffff884) at http_main.c:5124
> #12 0x401b9b5c in __libc_start_main (main=0x814fed4 <main>, argc=1,
>     ubp_av=0xbffff884, init=0x806f500 <_init>, fini=0x81b7d10 <_fini>,
>     rtld_fini=0x4000d634 <_dl_fini>, stack_end=0xbffff87c)
>     at ../sysdeps/generic/libc-start.c:129
> ----------------------------------------------
> 
> Hope this helps.
> 
> Bojan

Reply via email to