Message3467

Author thijs
Recipients thijs
Date 2008-09-02.19:18:27
SpamBayes Score 0.010000121
Marked as misclassified No
Message-id <1220383108.75.0.714580573176.issue1118@psf.upfronthosting.co.za>
In-reply-to
Content
Using Jython 2.5a1+ (trunk:5282, Sep 2 2008, 17:41:52) 
[Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)] on 
java1.5.0_13

When running Jython from the commandline like:

jython -W all -W 
ignore::PendingDeprecationWarning:distutils.command.build_py -W 
ignore::PendingDeprecationWarning:distutils.command.build_ext setup.py 
build_ext -i

it will crash with a nullpointer exception:

Exception in thread "main" java.lang.NullPointerException
	at org.python.util.jython.run(jython.java:141)
	at org.python.util.jython.main(jython.java:111)

See for more info the twisted/jython buildslave on http://buildbot.twistedmatrix.com/builders/ubuntu64-jython2.5-
select/builds/2
History
Date User Action Args
2008-09-02 19:18:28thijssetrecipients: + thijs
2008-09-02 19:18:28thijssetmessageid: <1220383108.75.0.714580573176.issue1118@psf.upfronthosting.co.za>
2008-09-02 19:18:28thijslinkissue1118 messages
2008-09-02 19:18:27thijscreate