JDK-6714978 : JVM crash on Ubuntu Linux 2.6.22-14-generic
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 6u3
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_2.6
  • CPU: x86
  • Submitted: 2008-06-16
  • Updated: 2010-09-08
  • Resolved: 2008-08-05
Related Reports
Duplicate :  
Description
The problem seems to have changed since I added -Xcheck:jni.

There is no hs_err file produced but there is a hugh 400mb+ core file and this in the log:

     [java] FATAL ERROR in native method: Null object passed to JNI
     [java]     at sun.nio.ch.FileDispatcher.preClose0(Native Method)
     [java]     at sun.nio.ch.DatagramDispatcher.preClose(DatagramDispatcher.java:45)
     [java]     at sun.nio.ch.DatagramChannelImpl.implCloseSelectableChannel(DatagramChannelImpl.java:571)
     [java]     - locked <0xa4c26898> (a java.lang.Object)
     [java]     at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:201)
     [java]     at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:97)
     [java]     - locked <0xa4c26870> (a java.lang.Object)
     [java]     at sun.nio.ch.DatagramChannelImpl.finalize(DatagramChannelImpl.java:597)
     [java]     at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
     [java]     at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
     [java]     at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
     [java]     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)

How should I make the core file available to you?

joe





The JVM crashes while running jvoicebridge java application.
This is an intermittent problem but seems to happen about once a day.

The application has no native code.

I've attached two different error reports.