Description of problem: Not sure why it happened. Tried to open Eclipse IDE that come with Android SDK after a long time. While working suddenly eclipse freezes and then closes. I had to reopen eclipse, no error is reported by eclipse. But abrt reports error in openjdk-headless package. This happened many times. Version-Release number of selected component: java-1.8.0-openjdk-headless-1.8.0.31-5.b13.fc21 Additional info: reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: /usr/bin/java -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms40m -Xmx768m -Declipse.buildId=v22.2.1-833290 -jar /home/subho/app/adt-bundle-linux-x86_64-20130917/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /home/subho/app/adt-bundle-linux-x86_64-20130917/eclipse/eclipse -name Eclipse --launcher.library /home/subho/app/adt-bundle-linux-x86_64-20130917/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so -startup /home/subho/app/adt-bundle-linux-x86_64-20130917/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.overrideVmargs -exitdata 1cd800b -product com.android.ide.eclipse.adt.package.product -vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms40m -Xmx768m -Declipse.buildId=v22.2.1-833290 -jar /home/subho/app/adt-bundle-linux-x86_64-20130917/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar crash_function: pthread_cond_wait@@GLIBC_2.3.2 executable: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64/jre/bin/java kernel: 3.18.9-200.fc21.x86_64 runlevel: N 5 type: CCpp uid: 1000 var_log_messages: [System Logs]:\n-- Logs begin at Wed 2014-09-10 19:33:05 IST, end at Thu 2015-04-02 01:32:56 IST. -- Truncated backtrace: Thread no. 30 (5 frames) #0 pthread_cond_wait@@GLIBC_2.3.2 at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 os::PlatformEvent::park() at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64/jre/lib/amd64/server/libjvm.so #2 ObjectMonitor::wait(long, bool, Thread*) at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64/jre/lib/amd64/server/libjvm.so #3 ObjectSynchronizer::wait(Handle, long, Thread*) at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64/jre/lib/amd64/server/libjvm.so #4 JVM_MonitorWait at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64/jre/lib/amd64/server/libjvm.so
Created attachment 1010012 [details] File: backtrace
Created attachment 1010013 [details] File: cgroup
Created attachment 1010014 [details] File: core_backtrace
Created attachment 1010015 [details] File: dso_list
Created attachment 1010016 [details] File: environ
Created attachment 1010017 [details] File: hs_err.log
Created attachment 1010018 [details] File: limits
Created attachment 1010019 [details] File: maps
Created attachment 1010020 [details] File: open_fds
Created attachment 1010021 [details] File: proc_pid_status
Crash originated from eclipse. Re-assigning component.
Looks like the you are using a third-party version of Eclipse instead of the version of Eclipse supplied by Fedora... I would recommend that you install Fedora Eclipse and install the Android tooling from an update site. For example, for Java Dev Tools and Git support, you can install with: # yum install eclipse-jdt eclipse-egit Please try this and let us know if the crash disappears.
Hello, I installed android plugin in fedora-eclipse, it works fine now. No more errors. Problem solved. Thanks all!
Closed as per reporter comment.