Сигнал JVM 11 вызван ошибкой в ​​libc.so.6 - PullRequest
0 голосов
/ 13 марта 2012

My Swing Java-приложение запускает SIGNAL 11 в libc.so.6.

Выдержки из сгенерированного журнала hs_err _ *.:

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xB7EC332E
Function=(null)
Library=/lib/libc.so.6

NOTE: We are unable to locate the function name symbol for the error
  just occurred. Please refer to release documentation for possible
  reason and solutions.


Current Java thread:
at java.util.zip.ZipFile.getEntry(Native Method)
at java.util.zip.ZipFile.getEntry(ZipFile.java:146)
- locked <0xa0c2e168> (a java.util.jar.JarFile)
at java.util.jar.JarFile.getEntry(JarFile.java:194)
at java.util.jar.JarFile.getJarEntry(JarFile.java:181)
at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:668)
at sun.misc.URLClassPath$JarLoader.findResource(URLClassPath.java:657)
at sun.misc.URLClassPath.findResource(URLClassPath.java:138)
at java.net.URLClassLoader$2.run(URLClassLoader.java:352)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(URLClassLoader.java:349)
at java.lang.ClassLoader.getResource(ClassLoader.java:813)
at java.lang.ClassLoader.getResource(ClassLoader.java:808)
at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:995)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:160)
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:87)
at org.jdom.input.JAXPParserFactory.createParser(JAXPParserFactory.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jdom.input.SAXBuilder.createParser(SAXBuilder.java:585)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:460)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:847)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:826)
.
.
.
.
.
<Application stack trace>  

Второй дамп:

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xB7E3432E
Function=(null)
Library=/lib/libc.so.6

NOTE: We are unable to locate the function name symbol for the error
  just occurred. Please refer to release documentation for possible
  reason and solutions.


Current Java thread:
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:221)
at java.io.File.isDirectory(File.java:701)
at org.jdom.input.SAXBuilder.fileToURL(SAXBuilder.java:1003)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:825)
.
.
.
.
<Application stack trace>  

Все дампы создаются с использованием разрешенного пространства 98% или 99%

JRE / JDK: EOL 1.4.2_05 (Это устаревшее приложение)

ОС: OpenSuse 11.0

Glibc: 2.8

...