[freenet-dev] Classpath vs. Sun-Java diffs
Sven-Ola Tücke
sven-ola at gmx.de
Sun Apr 13 08:50:47 UTC 2008
Hi,
found some time to investigate the "NPE while running freenet
under gcj/gij/classpath" issue. The attached java snippet's output is
different:
root at pcacer:/media/hdd/PVR/src/test# update-java-alternatives -s java-gcj > /dev/null 2>&1
root at pcacer:/media/hdd/PVR/src/test# java Hashme
next(-5625102382211955399)
remove(-5625102382211955399)
remove(-5625102382211955398)
next(-8661044121393429580)
next(null)
root at pcacer:/media/hdd/PVR/src/test# update-java-alternatives -s java-6-sun > /dev/null 2>&1
root at pcacer:/media/hdd/PVR/src/test# java Hashme
next(-5625102382211955399)
remove(-5625102382211955399)
remove(-5625102382211955398)
next(-8661044121393429580)
As a temporaray fix, the 007*.patch works.
// Sven-Ola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hashme.java
Type: text/x-java
Size: 929 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20080413/094b44b5/attachment.java
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 007-freenet-fix-doubleremove-locationmanager.patch
Type: text/x-diff
Size: 651 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20080413/094b44b5/attachment.patch
More information about the Devl
mailing list