On Thu, Aug 27, 2009 at 9:06 PM, Juiceman<juiceman69 at gmail.com> wrote:
> On Thu, Aug 27, 2009 at 4:36 PM, Matthew
> Toseland<toad at amphibian.dyndns.org> wrote:
>> On Thursday 27 August 2009 16:26:12 Matthew Toseland wrote:
>>> On Thursday 27 August 2009 16:01:59 Matthew Toseland wrote:
>>> > On Thursday 27 August 2009 01:01:38 Juiceman wrote:
>>> > > On Wed, Aug 26, 2009 at 6:57 PM, Matthew
>>> > > Toseland<toad at amphibian.dyndns.org> wrote:
>>> > > > freenet-ext.jar 27pre4 is now available. Please test it! This 
>>> > > > supports FreeBSD on x86 (thanks to Artefact2), and it has x86-64 
>>> > > > native FEC that hopefully doesn't segfault any more (thanks 
>>> > > > infinity0). Please try it, and report any problems.
>>> > > >
>>> > >
>>> > > Got a problem here.
>>> > >
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # A fatal error has been
>>> > > detected by the Java Runtime Environment:
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x21bf18a9, pid=292,
>>> > > tid=4572
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # JRE version: 6.0_15-b03
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # Java VM: Java HotSpot(TM)
>>> > > Client VM (14.1-b02 mixed mode windows-x86 )
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # Problematic frame:
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # C
>>> > > [libfec5080962777883551596.tmp+0x18a9]
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # An error report file with
>>> > > more information is saved as:
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # F:\Freenet\hs_err_pid292.log
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # If you would like to
>>> > > submit a bug report, please visit:
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > http://java.sun.com/webapps/bugreport/crash.jsp
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # The crash happened outside
>>> > > the Java Virtual Machine in native code.
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # See problematic frame for
>>> > > where to report the bug.
>>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>>> > > ERROR ?| wrapper ?| 2009/08/26 19:54:49 | JVM exited unexpectedly.
>>> > >
>>> > Pre5 should fix this. Rebuilt the 32-bit windows libraries using mingw32, 
>>> > so we *need testing*. The win64 libraries have been deleted, hopefully 
>>> > somebody can compile some (infinity0 might be able to).
>>> > http://downloads.freenetproject.org/alpha/freenet-ext.27pre5.jar
>>> >
>>> > Also, if you want to include the git version, you need to set 
>>> > -Dgit.revision=`git describe` not -Dsvn.revision=`git describe` as 
>>> > before. Don't forget to reset afterwards. Hence to build freenet-ext.jar: 
>>> > (junit must be on classpath)
>>> > [ clone contrib ]
>>> > ant -Dgit.revision=`git describe` -Dbits=64 -f freenet_ext/build.xml
>>> > (Lose the -Dbits=64 on a 32-bit system)
>>> >
>>> Doh, 27-pre6 is now available, with a fix for a trivial bug that prevented 
>>> native FEC from working anywhere in pre5. But it works now for me (on linux 
>>> x86-64). Get it here:
>>> http://downloads.freenetproject.org/alpha/freenet-ext.27pre6.jar
>>>
>> freenet-ext.27-pre6-1-g746aeb5.jar contains the same as pre6, but built with 
>> java 1.5 (DOH! I've made a script to try to avoid this in future) (and I 
>> added an eclipse project, but that shouldn't affect the jar).
>
> Still won't load:
>
> STATUS | wrapper ?| 2009/08/27 21:04:13 | --> Wrapper Started as Service
> STATUS | wrapper ?| 2009/08/27 21:04:13 | Java Service Wrapper
> Community Edition 3.3.3
> STATUS | wrapper ?| 2009/08/27 21:04:13 | ? Copyright (C) 1999-2009
> Tanuki Software, Ltd. ?All Rights Reserved.
> STATUS | wrapper ?| 2009/08/27 21:04:13 | ? ? 
> http://wrapper.tanukisoftware.org
> STATUS | wrapper ?| 2009/08/27 21:04:13 |
> STATUS | wrapper ?| 2009/08/27 21:04:13 | Launching a JVM...
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 |
> java.lang.NoClassDefFoundError: freenet/node/NodeStarter
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | Caused by:
> java.lang.ClassNotFoundException: freenet.node.NodeStarter
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> java.net.URLClassLoader$1.run(Unknown Source)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> java.security.AccessController.doPrivileged(Native Method)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> java.net.URLClassLoader.findClass(Unknown Source)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> java.lang.ClassLoader.loadClass(Unknown Source)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> java.lang.ClassLoader.loadClass(Unknown Source)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | ? ? ? at
> java.lang.ClassLoader.loadClassInternal(Unknown Source)
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | Could not find the main
> class: freenet.node.NodeStarter. ?Program will exit.
> INFO ? | jvm 1 ? ?| 2009/08/27 21:04:13 | Exception in thread "main"
> ERROR ?| wrapper ?| 2009/08/27 21:04:13 | JVM exited while loading the
> application.
>

Oops, sorry.  i must have had a corrupted download...  But it still
doesn't load.

INFO   | jvm 1    | 2009/08/27 23:07:59 | #
INFO   | jvm 1    | 2009/08/27 23:07:59 | # A fatal error has been
detected by the Java Runtime Environment:
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69141741, pid=328,
tid=5424
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
INFO   | jvm 1    | 2009/08/27 23:07:59 | # JRE version: 6.0_15-b03
INFO   | jvm 1    | 2009/08/27 23:07:59 | # Java VM: Java HotSpot(TM)
Client VM (14.1-b02 mixed mode windows-x86 )
INFO   | jvm 1    | 2009/08/27 23:07:59 | # Problematic frame:
INFO   | jvm 1    | 2009/08/27 23:07:59 | # C
[libfec6095797929438861776.tmp+0x1741]
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
INFO   | jvm 1    | 2009/08/27 23:07:59 | # An error report file with
more information is saved as:
INFO   | jvm 1    | 2009/08/27 23:07:59 | # F:\Freenet\hs_err_pid328.log
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
INFO   | jvm 1    | 2009/08/27 23:07:59 | # If you would like to
submit a bug report, please visit:
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
http://java.sun.com/webapps/bugreport/crash.jsp
INFO   | jvm 1    | 2009/08/27 23:07:59 | # The crash happened outside
the Java Virtual Machine in native code.
INFO   | jvm 1    | 2009/08/27 23:07:59 | # See problematic frame for
where to report the bug.
INFO   | jvm 1    | 2009/08/27 23:07:59 | #
ERROR  | wrapper  | 2009/08/27 23:07:59 | JVM exited unexpectedly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hs_err_pid328.log
Type: application/octet-stream
Size: 13007 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20090827/40a8bfd5/attachment.obj>

Reply via email to