Message5359
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> |
|
Date |
User |
Action |
Args |
2009-12-08 03:10:29 | pjenvey | set | messageid: <1260241829.14.0.515408752294.issue1518@psf.upfronthosting.co.za> |
2009-12-08 03:10:29 | pjenvey | set | recipients:
+ pjenvey, thijs, glyph |
2009-12-08 03:10:29 | pjenvey | link | issue1518 messages |
2009-12-08 03:10:28 | pjenvey | create | |
|