abrt 1.1.1 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/../../bin/java -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n sun.applet.PluginMain /tmp/icedteaplugin-asu/13008-icedteanp-plugin-to-appletviewer /tmp/icedteaplugin-asu/13008-icedteanp-appletviewer-to-plugin component: java-1.6.0-openjdk crash_function: raise executable: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java global_uuid: 0e22c887fe84c3898e88707ecc4ca9e5ce3c520d kernel: 2.6.33.5-124.fc13.x86_64 package: java-1.6.0-openjdk-1:1.6.0.0-41.b18.fc13 rating: 4 reason: Process /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java was killed by signal 6 (SIGABRT) release: Fedora release 13 (Goddard) comment ----- This happened while I tried to reproduce the following bug: https://bugzilla.redhat.com/show_bug.cgi?id=496740 This crashed twice, but first one said firefox crashed and I retried it to see if I can reproduce it. however instead of firefox crashing, java crashed. Just in case i'll upload the plugin log as well. I've tried this a third time, and it succeed in crashing java. at that point firefox just freezes. Reproducibility: for me, seems like 100% right now. firefox-3.6.3-4.fc13.x86_64 java-1.6.0-openjdk-plugin-1.6.0.0-41.b18.fc13.x86_64 java-1.6.0-openjdk-devel-1.6.0.0-41.b18.fc13.x86_64 java-1.6.0-openjdk-1.6.0.0-41.b18.fc13.x86_64 as for firefox addons, I have greasemonkey installed. How to reproduce ----- 1. ran firefox using the following command in terminal: ICEDTEAPLUGIN_DEBUG=true firefox -profile-manager -no-remote &> photoupload_bug_RHBZ.log 2. went to http://www.bigwphotos.com.au/ 3. clicked sign in 4. after popup close the main window leaving popup 5. wait a while so that FF makes a backup of current tabs and windows (which should be only the open popup) 6. go to terminal then ctrl-c 7. rerun step 1. 8. restore only the popup. 9. login as guest, upload photo, third option, first option (the one that requires java), okay 10. confirmation prompt to run applet, click run 11. crash.
Created attachment 424589 [details] File: backtrace
Created attachment 424592 [details] log of plugin The log of plugin, if it helps.
This is not a bug. An errant previous 'java' process is running with the debug server one, which prevents a second process from starting the debug server since the port is in use. Normal use does not start the debug server, and this error wouldn't happen there.