DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13419>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13419

Weird seg fault on Mac OS X for mod_jk2 + Apache2





------- Additional Comments From [EMAIL PROTECTED]  2002-10-11 04:17 -------
Ok, I don't really know enough about what's going on, (I'm mostly just 
a lurker) however...

An of the wall guess would be that the passed string has no null terminator.
This would cause strlen() to seg fault once it had run over the end of
its memory space.

If the address itself is bad, you can test by just outputting the first few
characters.  If that doesn't dump core then it's most likely a null termination
problem.

Not that it helps.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to