Message6177

Author amak
Recipients Mekk, amak, fwierzbicki, gturnquist, leosoto, rafanunes, zyasoft
Date 2010-10-17.14:30:57
SpamBayes Score 0.0013775831
Marked as misclassified No
Message-id <1287325858.21.0.862386516537.issue1489@psf.upfronthosting.co.za>
In-reply-to
Content
Running on Windows Server 2003, Tomcat 6.0.18, Jython trunk (revision 7153).

When running the attached JythonServlet, with the __init__ method commented out, with jython.jar in WEB-INF/lib, I see the following in the logs.

SEVERE: StandardWrapper.Throwable
java.lang.StackOverflowError
	at java.util.concurrent.atomic.AtomicReferenceArray.get(AtomicReferenceArray.java:84)
	at org.python.google.common.collect.CustomConcurrentHashMap$Segment.getFirst(CustomConcurrentHashMap.java:1888)
	at org.python.google.common.collect.CustomConcurrentHashMap$Segment.getEntry(CustomConcurrentHashMap.java:1895)
	at org.python.google.common.collect.CustomConcurrentHashMap$Segment.get(CustomConcurrentHashMap.java:1922)
	at org.python.google.common.collect.CustomConcurrentHashMap.get(CustomConcurrentHashMap.java:2444)
	at org.python.core.PyType.fromClass(PyType.java:1279)
	at org.python.core.PyType.fromClass(PyType.java:1271)
	at org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:94)
	at org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:94)
    [2043 identical lines snipped]
History
Date User Action Args
2010-10-17 14:30:58amaksetmessageid: <1287325858.21.0.862386516537.issue1489@psf.upfronthosting.co.za>
2010-10-17 14:30:58amaksetrecipients: + amak, fwierzbicki, leosoto, zyasoft, Mekk, gturnquist, rafanunes
2010-10-17 14:30:58amaklinkissue1489 messages
2010-10-17 14:30:57amakcreate