On 19.03.2009 16:47, Henri Gomez wrote:
can you please provide some basic information that helps us find the reason:

1) What was the original compiler error that you got, before adding
"extern".

With the i5/OS C compiler, all vars defined in a .h are included in
the objects (.o) using this include.
Adding the extern solve the problem.

I just provided a slightly different solution as revision 756058. I will put a source tarball based on this at the dev/dist in a few minutes and let you know.

2) What is the httpd and jk configuration that was used when the core
happened.

Apache 2.0.5x (I didn't know which one)

3) What did you have to do to get the core, e.g. which URL did you call, or
does it happen immediately during startup etc.

During startup

Then it should be easy for us to debug :)

4) Can you provide the contents of the httpd error log and a JK log file
with log level trace containing startup and the core situation.

I see :

...

Would it be easy for you to retry with JkLogLevel trace? trace gives us much more precise information, whenever the code enters and leaves a function, so usually we see very easily, where the crash happens. debug doesn't provide that info.

Thanks!

Rainer

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

Reply via email to