Message9939

Author jmadden
Recipients jmadden, stefan.richthofer
Date 2015-04-23.21:10:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429823427.01.0.371567654829.issue2337@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't been able to reproduce it, but I did get the stack trace. The interesting part:

	at org.python.modules._collections.PyDeque.traverseNode(PyDeque.java:714)
	at org.python.modules._collections.PyDeque.traverseNode(PyDeque.java:714)
	at org.python.modules._collections.PyDeque.traverseNode(PyDeque.java:714)
	at org.python.modules._collections.PyDeque.traverseNode(PyDeque.java:714)
	at org.python.modules._collections.PyDeque.traverseNode(PyDeque.java:714)

...which probably explains why I haven't been able to reproduce it, I was focusing on the WeakValueDictionary and gc.monitorObject, not a deque. I'll see if I can figure out how the application is using a deque.
History
Date User Action Args
2015-04-23 21:10:27jmaddensetmessageid: <1429823427.01.0.371567654829.issue2337@psf.upfronthosting.co.za>
2015-04-23 21:10:27jmaddensetrecipients: + jmadden, stefan.richthofer
2015-04-23 21:10:26jmaddenlinkissue2337 messages
2015-04-23 21:10:26jmaddencreate