Message5359

Author pjenvey
Recipients glyph, pjenvey, thijs
Date 2009-12-08.03:10:28
SpamBayes Score 5.8031153e-09
Marked as misclassified No
Message-id <1260241829.14.0.515408752294.issue1518@psf.upfronthosting.co.za>
In-reply-to
Content
As we talked on IRC the missing getpid is due to this platform not using 
the native posix libraries. I don't know why the native posix lib 
wouldn't load on Linux. As of r6955 Jython will emit information about 
it loading when -vv is specified on the command line, e.g.:

$ dist/bin/jython -vv
initializer: 'META-INF/services/org.python.core.JythonInitializer' not 
found on sun.misc.Launcher$AppClassLoader@7e26e431
initializer: 'META-INF/services/org.python.core.JythonInitializer' not 
found on sun.misc.Launcher$AppClassLoader@7e26e431
Successfully loaded native POSIX impl.
<etc>
History
Date User Action Args
2009-12-08 03:10:29pjenveysetmessageid: <1260241829.14.0.515408752294.issue1518@psf.upfronthosting.co.za>
2009-12-08 03:10:29pjenveysetrecipients: + pjenvey, thijs, glyph
2009-12-08 03:10:29pjenveylinkissue1518 messages
2009-12-08 03:10:28pjenveycreate