Hide Forgot
abrt version: 1.1.14 architecture: x86_64 Attached file: backtrace cmdline: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:52088 -Dfile.encoding=UTF-8 -classpath /home/axet/source/terminal/client/test/target/classes:/home/axet/source/terminal/client/core/target/classes:/home/axet/.m2/repository/org/eclipse/swt-linux-x86_64/3.6.1/swt-linux-x86_64-3.6.1.jar:/home/axet/.m2/repository/com/googlecode/vlcj/1.1.5/vlcj-1.1.5.jar:/home/axet/.m2/repository/org/rxtx/rxtx/2.1-7r2/rxtx-2.1-7r2.jar:/home/axet/.m2/repository/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar:/home/axet/source/terminal/client/terminal/target/classes:/home/axet/source/terminal/client/providers/target/classes:/home/axet/source/terminal/client/themes/target/classes:/home/axet/.m2/repository/com/pagomatics/protocols/1.0.0-SNAPSHOT/protocols-1.0.0-SNAPSHOT.jar:/home/axet/.m2/repository/junit/junit/4.7/junit-4.7.jar com.pagomatics.client.terminal.TestGUIValidatorTerminal2 component: java-1.6.0-openjdk executable: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java kernel: 2.6.35.11-83.fc14.x86_64 package: java-1.6.0-openjdk-devel-1:1.6.0.0-52.1.9.6.fc14 reason: Process /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java was killed by signal 6 (SIGABRT) release: Fedora release 14 (Laughlin) time: 1297724518 uid: 500 How to reproduce ----- debugin my app under eclipse
Created attachment 478733 [details] File: backtrace
Does the app use vlc in anyway? It seems libvlc sent an event to the JVM. The JVM itself did nothing wrong according to the trace.
yes, vnc is part of the application.
Ah, I assume you meant vlc.. that explains the trace. As mentioned above, it is vlc that threw the error not OpenJDK. I am going to close this since there is nothing we can do about it in the JDK. Please contact the maintainers of vlc if you continue to see the issue.