Bug 1154533 - [abrt] java-1.7.0-openjdk-headless: pthread_join(): java killed by SIGSEGV
Summary: [abrt] java-1.7.0-openjdk-headless: pthread_join(): java killed by SIGSEGV
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.7.0-openjdk
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:cbe86d9ecbcd5413d78ee92208a...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-20 06:16 UTC by cqi
Modified: 2015-06-29 22:58 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-06-29 22:58:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (87.38 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: cgroup (181 bytes, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: core_backtrace (103.83 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: dso_list (19.50 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: environ (3.46 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: limits (1.29 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: maps (115.44 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: open_fds (20.72 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: proc_pid_status (945 bytes, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details
File: var_log_messages (3.38 KB, text/plain)
2014-10-20 06:16 UTC, cqi
no flags Details

Description cqi 2014-10-20 06:16:11 UTC
Description of problem:
1. Launch eclipse, pydev was installed
2. Navigate to a py file, and press enter to open it
3. problem happened

Version-Release number of selected component:
java-1.7.0-openjdk-headless-1.7.0.71-2.5.3.0.fc20

Additional info:
reporter:       libreport-2.2.3
backtrace_rating: 4
cmdline:        java -agentpath:/usr/lib64/libabrt-java-connector.so=abrt=on -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms512m -Xmx1024m -jar /home/chen/android-eclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86_64 -showsplash /home/chen/android-eclipse/eclipse//plugins/org.eclipse.platform_4.2.2.v201302041200/splash.bmp -launcher /home/chen/android-eclipse/eclipse/eclipse -name Eclipse --launcher.library /home/chen/android-eclipse/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so -startup /home/chen/android-eclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.overrideVmargs -exitdata d328022 -product com.android.ide.eclipse.adt.package.adtproduct -vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms512m -Xmx1024m -jar /home/chen/android-eclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
crash_function: pthread_join
executable:     /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre-abrt/bin/java
kernel:         3.16.4-200.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (4 frames)
 #0 pthread_join at /lib64/libpthread.so.0
 #1 ContinueInNewThread0 at /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre/lib/amd64/jli/libjli.so
 #2 ContinueInNewThread at /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre/lib/amd64/jli/libjli.so
 #3 JLI_Launch at /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre/lib/amd64/jli/libjli.so

Comment 1 cqi 2014-10-20 06:16:19 UTC
Created attachment 948397 [details]
File: backtrace

Comment 2 cqi 2014-10-20 06:16:21 UTC
Created attachment 948398 [details]
File: cgroup

Comment 3 cqi 2014-10-20 06:16:25 UTC
Created attachment 948399 [details]
File: core_backtrace

Comment 4 cqi 2014-10-20 06:16:28 UTC
Created attachment 948400 [details]
File: dso_list

Comment 5 cqi 2014-10-20 06:16:30 UTC
Created attachment 948401 [details]
File: environ

Comment 6 cqi 2014-10-20 06:16:32 UTC
Created attachment 948402 [details]
File: limits

Comment 7 cqi 2014-10-20 06:16:36 UTC
Created attachment 948403 [details]
File: maps

Comment 8 cqi 2014-10-20 06:16:38 UTC
Created attachment 948404 [details]
File: open_fds

Comment 9 cqi 2014-10-20 06:16:40 UTC
Created attachment 948405 [details]
File: proc_pid_status

Comment 10 cqi 2014-10-20 06:16:42 UTC
Created attachment 948406 [details]
File: var_log_messages

Comment 11 Deepak Bhole 2014-10-20 13:29:20 UTC
There is not enough information in the stack trace. Can you reproduce this issue? If so, how can we do it on our end?

Comment 12 Fedora End Of Life 2015-05-29 13:07:31 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 13 Fedora End Of Life 2015-06-29 22:58:49 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.