Issue1013

classification
Title: jython crash with command: threading.local()
Type: crash Severity: critical
Components: Core Versions: 2.5alpha1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: cgroves, shoyu, zyasoft
Priority: Keywords:

Created on 2008-03-20.09:44:25 by shoyu, last changed 2008-03-21.20:11:36 by cgroves.

Messages
msg3099 (view) Author: Stéphane JULIEN (shoyu) Date: 2008-03-20.09:44:24
Hello,

I just type:
import threading
threading.local()

I get an IOError and jython crashes.

Best regards.

Stéphane
msg3100 (view) Author: Charlie Groves (cgroves) Date: 2008-03-20.20:06:27
I'm seeing the same thing.  Jim, you wanna take a look at this?  I'm
guessing it has something to do with the recent threading changes.
msg3102 (view) Author: Charlie Groves (cgroves) Date: 2008-03-21.20:11:35
Looks like pjenvey fixed this in r4242 yesterday.
History
Date User Action Args
2008-03-21 20:11:36cgrovessetstatus: open -> closed
resolution: fixed
messages: + msg3102
2008-03-20 20:06:28cgrovessetassignee: zyasoft
messages: + msg3100
nosy: + cgroves, zyasoft
2008-03-20 09:44:25shoyucreate