Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 36401 invoked by uid 500); 6 Aug 2001 10:17:25 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 36248 invoked from network); 6 Aug 2001 10:17:23 -0000 Sender: jfclere@vtxrm2.bcn.fsc.net Message-ID: <3B6E6CF8.DF32D05@fujitsu-siemens.com> Date: Mon, 06 Aug 2001 12:10:00 +0200 From: jean-frederic clere Reply-To: jfrederic.clere@fujitsu-siemens.com X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.7 i686) X-Accept-Language: en, fr MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: Problem with mod_jk 1.2.0 (latest CVS snapshot) References: <3B663744.23B3DC59@binarix.com> <3B6A1451.5AD5A0DC@binarix.com> <3B6A5BC0.F8C3046D@fujitsu-siemens.com> <3B6A5CFD.1E9F438@binarix.com> <3B6A7EC7.6D37230E@fujitsu-siemens.com> <3B6A85AF.12A0F530@binarix.com> <3B6AA8D2.8178FB73@fujitsu-siemens.com> <3B6AE1DE.DDDE81AA@fujitsu-siemens.com> <3B6B7388.D17ACCA@binarix.com> <3B6B774F.67ED6CC3@binarix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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
, > 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
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
, 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