Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-17 Thread Bojan Smojver
jean-frederic clere wrote: > > 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 line

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-08 Thread Bojan Smojver
jean-frederic clere wrote: > > 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 line

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-06 Thread jean-frederic clere
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

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-06 Thread jean-frederic clere
Bojan Smojver wrote: > > Just a little trivial problem with the new source: it doesn't build > because file common/jk_uri_worker_map.c has an unintentional comment end > (the * after apache) in line 312: > > * I have fixed jk_mount_context() in apache*/mod_jk.c so we should > > The comment actu

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
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: -- Program receive

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
Unfortunately, the problem is still there... Let me run gdb on the thing again and then I'll send you the backtrace. Bojan jean-frederic clere wrote: > > Clere Jean-Frederic FSC EP LP COM 5 wrote: > > > > Bojan Smojver wrote: > > > > > > jean-frederic clere wrote: > > > > > > > > Bojan Smojver

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
Just a little trivial problem with the new source: it doesn't build because file common/jk_uri_worker_map.c has an unintentional comment end (the * after apache) in line 312: * I have fixed jk_mount_context() in apache*/mod_jk.c so we should The comment actually ends in line 314. Bojan Bojan S

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread jean-frederic clere
Bojan Smojver wrote: > > jean-frederic clere wrote: > > > > Bojan Smojver wrote: > > > > > > jean-frederic clere wrote: > > > > > > > > Bojan Smojver wrote: > > > > > > > > > > Don't want to be a pain in the back side... but (there is always at > > > > > least one of those :-), is anyone checking

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread jean-frederic clere
Bojan Smojver wrote: > > jean-frederic clere wrote: > > > > Bojan Smojver wrote: > > > > > > Don't want to be a pain in the back side... but (there is always at > > > least one of those :-), is anyone checking this one out? > > > > > > I had a peek into the code and that NULL pointer is a variabl

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
jean-frederic clere wrote: > > Bojan Smojver wrote: > > > > jean-frederic clere wrote: > > > > > > Bojan Smojver wrote: > > > > > > > > Don't want to be a pain in the back side... but (there is always at > > > > least one of those :-), is anyone checking this one out? > > > > > > > > I had a peek

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-02 Thread Bojan Smojver
Don't want to be a pain in the back side... but (there is always at least one of those :-), is anyone checking this one out? I had a peek into the code and that NULL pointer is a variable called 'uwr->context'. Don't know much about mod_jk, but this one gets initialised in the same file, function

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-30 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Just realised that the core I have was compiled without -g option. VERY > >useful. I also wanted to replicate the core dump with the > >httpd that was > >compiled with -g, but that didn't work. Now I'm starting to think that > >the core file I had was a result of a differe

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-30 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Just realised that the core I have was compiled without -g option. VERY > >useful. I also wanted to replicate the core dump with the > >httpd that was > >compiled with -g, but that didn't work. Now I'm starting to think that > >the core file I had was a result of a differe

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-25 Thread Bojan Smojver
jean-frederic clere wrote: > > GOMEZ Henri wrote: > > > > >Just realised that the core I have was compiled without -g option. VERY > > >useful. I also wanted to replicate the core dump with the > > >httpd that was > > >compiled with -g, but that didn't work. > > What did not work? -It does not

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-25 Thread Bojan Smojver
GOMEZ Henri wrote: > Ask to Apache specialist in new-http list, may be JF Clere could > forward your question to them ? I'll subscribe to the list and try to find out how it's done. Then (hopefully) I'll be able to send over something you can work with. Bojan

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-25 Thread jean-frederic clere
GOMEZ Henri wrote: > > >Just realised that the core I have was compiled without -g option. VERY > >useful. I also wanted to replicate the core dump with the > >httpd that was > >compiled with -g, but that didn't work. What did not work? -It does not core any more? > > Now I'm starting to think

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread GOMEZ Henri
>Just realised that the core I have was compiled without -g option. VERY >useful. I also wanted to replicate the core dump with the >httpd that was >compiled with -g, but that didn't work. Now I'm starting to think that >the core file I had was a result of a different crash (I was >experimenting

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread Bojan Smojver
GOMEZ Henri wrote: > > >> >> Good information, and could send us a strace ? > >> > > >> >This may sound strange to all you Apache experts, but how > >do I do that? > >> >How do I run strace on a detached process? > >> > >> strace httpd -f (follow forks) > > > >Thanks for the tip. The log file (bz

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread GOMEZ Henri
>> >> Good information, and could send us a strace ? >> > >> >This may sound strange to all you Apache experts, but how >do I do that? >> >How do I run strace on a detached process? >> >> strace httpd -f (follow forks) > >Thanks for the tip. The log file (bziped) is attached. I didn't locate th

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread Bojan Smojver
jean-frederic clere wrote: > > Bojan Smojver wrote: > > > > GOMEZ Henri wrote: > > > > > > >> Good information, and could send us a strace ? > > > > > > > >This may sound strange to all you Apache experts, but how do I do that? > > > >How do I run strace on a detached process? > > > > > > strace

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread jean-frederic clere
Bojan Smojver wrote: > > GOMEZ Henri wrote: > > > > >> Good information, and could send us a strace ? > > > > > >This may sound strange to all you Apache experts, but how do I do that? > > >How do I run strace on a detached process? > > > > strace httpd -f (follow forks) > > Thanks for the tip.

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread Bojan Smojver
GOMEZ Henri wrote: > > >> Good information, and could send us a strace ? > > > >This may sound strange to all you Apache experts, but how do I do that? > >How do I run strace on a detached process? > > strace httpd -f (follow forks) Thanks for the tip. The log file (bziped) is attached. Bojan

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread GOMEZ Henri
>> Good information, and could send us a strace ? > >This may sound strange to all you Apache experts, but how do I do that? >How do I run strace on a detached process? strace httpd -f (follow forks)

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread GOMEZ Henri
>> Good information, and could send us a strace ? > >Just occurred to me that I have the dumped core of Apache when it died. >Would that help you? May be send a gdb where output ?)

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Now I have some new info here. After recompiling everything clean, I've > >taken out PHP altogether. So it's not part of the equation. It is > >sufficient to compile mod_jk in and use static pages only (ie. no > >JSP's/VM at all). If you gracefully restart the server a > >

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Now I have some new info here. After recompiling everything clean, I've > >taken out PHP altogether. So it's not part of the equation. It is > >sufficient to compile mod_jk in and use static pages only (ie. no > >JSP's/VM at all). If you gracefully restart the server a > >

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread GOMEZ Henri
>Now I have some new info here. After recompiling everything clean, I've >taken out PHP altogether. So it's not part of the equation. It is >sufficient to compile mod_jk in and use static pages only (ie. no >JSP's/VM at all). If you gracefully restart the server a >number of times >(the number va

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-22 Thread Bojan Smojver
Bojan Smojver wrote: > > GOMEZ Henri wrote: > > > > >Just did a DSO version and couldn't replicate the problem (BTW, I've > > >recompiled/statically linked Apache and mod_jk again since then and the > > >problem was still there). So, maybe it has to do with statically linking > > >Apache after al

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-22 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Just did a DSO version and couldn't replicate the problem (BTW, I've > >recompiled/statically linked Apache and mod_jk again since then and the > >problem was still there). So, maybe it has to do with statically linking > >Apache after all... > > Strange problem. What's t

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-22 Thread Bojan Smojver
GOMEZ Henri wrote: > >I still have to distribute this DSO version of Apache and mod_jk to some > >slower machines to see if that makes any difference at all. The machine > >that didn't produce any errors is a 1 GHz Athlon, so timing issues could > >have been resolved by brute force, who knows... >

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-20 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Just did a DSO version and couldn't replicate the problem (BTW, I've > >recompiled/statically linked Apache and mod_jk again since then and the > >problem was still there). So, maybe it has to do with statically linking > >Apache after all... > > Strange problem. What's t

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-20 Thread GOMEZ Henri
>Just did a DSO version and couldn't replicate the problem (BTW, I've >recompiled/statically linked Apache and mod_jk again since then and the >problem was still there). So, maybe it has to do with statically linking >Apache after all... Strange problem. What's the difference between static and d

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-20 Thread Bojan Smojver
Bojan Smojver wrote: > As for DSO, I'll have to work on that, so probably some time tomorrow > (Sydney time). Just did a DSO version and couldn't replicate the problem (BTW, I've recompiled/statically linked Apache and mod_jk again since then and the problem was still there). So, maybe it has to

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-18 Thread Bojan Smojver
OOPS! Sorry :-( jk.conf (called from httpd.conf) - ### # Apache JK Configuration File# ###

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-18 Thread Gomez Henri
> After including it in Apache 1.3.20, statically compiled/linked for > RedHat Linux 7.0, the error messages 'child pid x exit signal > Segmentation fault (11)' start appearing in the error log file of > Apache. mod_jk from Tomcat 3.3 M3 works fine with both Tomcat M3 and > the > latest 3.3 CV