DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43287>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43287
Summary: JK 1.2.25 crash during startup when using attribute
references and log level debug
Product: Tomcat 6
Version: 6.0.14
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: rainer.jung@kippdata.de
When using JK log level debug and the feature "reference" inside workers.properties,
JK 1.2.25 crashes during startup.
This is fixed in trunk.
A minimal patch would be:
--- jk_map.c.orig 2007-06-24 16:51:44 +0200
+++ jk_map.c 2007-09-02 22:27:19 +0200
@@ -782,7 +782,6 @@
if (rc == JK_FALSE) {
break;
}
- m->values[i] = NULL;
}
}
}
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|