This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible WeakReference Bug


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> So there's still a problem.

I see the appended while running the test.
I haven't been able to reproduce this in the debugger yet :-(

Tom

Exception in thread "LibgcjInternalFinalizerThread" java.lang.NullPointerException
   at GC_invoke_finalizers (/home/tromey/gnu/trunk-gcc/install/lib/libgcj.so.3.0.0)
   at _Jv_RunFinalizers() (/home/tromey/gnu/trunk-gcc/install/lib/libgcj.so.3.0.0)
   at gnu.gcj.runtime.FinalizerThread.runFinalizers() (/home/tromey/gnu/trunk-gcc/install/lib/libgcj.so.3.0.0)
   at gnu.gcj.runtime.FinalizerThread.run() (/home/tromey/gnu/trunk-gcc/install/lib/libgcj.so.3.0.0)
   at _Jv_ThreadRun(java.lang.Thread) (/home/tromey/gnu/trunk-gcc/install/lib/libgcj.so.3.0.0)
   at GC_start_routine (/home/tromey/gnu/trunk-gcc/install/lib/libgcj.so.3.0.0)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]