Message11218

Author jeff.allen
Recipients jeff.allen, stefan.richthofer, zyasoft
Date 2017-03-12.20:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489349385.57.0.287721879095.issue2537@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not seeing it hang, that I recall: it produces a warning:

dist\bin\jython Lib\test\test_java_integration.py
test_issue1833 (__main__.BeanPropertyTest) ... ok
test_awt_hack (__main__.BeanTest) ... ok

...

test_nonexistent_import_with_security (__main__.SecurityManagerTest) ... console: Failed to install 'org.python.util.JLineConsole': java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "readFileDescriptor").
ok

...

The occurs in the same test function as your jstack MainThread seems to be in.
History
Date User Action Args
2017-03-12 20:09:45jeff.allensetmessageid: <1489349385.57.0.287721879095.issue2537@psf.upfronthosting.co.za>
2017-03-12 20:09:45jeff.allensetrecipients: + jeff.allen, zyasoft, stefan.richthofer
2017-03-12 20:09:45jeff.allenlinkissue2537 messages
2017-03-12 20:09:44jeff.allencreate