Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1051483

Summary: a race condition in Java Thread callbacks
Product: Red Hat Enterprise Linux 7 Reporter: Jakub Filak <jfilak>
Component: abrt-java-connectorAssignee: Jakub Filak <jfilak>
Status: CLOSED CURRENTRELEASE QA Contact: Lukáš Zachar <lzachar>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: ahughes, dbhole, jberan, jerboaa, jfilak, jvanek, omajid, pawel_sikora, ptisnovs, rvokal
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/608e66255b207c067aab19cb195215e97ab19795
Whiteboard: abrt_hash:1535fa342fdb6fa0e5c2684287ce801322f0dd5f
Fixed In Version: abrt-java-connector-1.0.6-3.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1026208 Environment:
Last Closed: 2014-06-13 10:17:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1026208    
Bug Blocks:    

Description Jakub Filak 2014-01-10 11:57:03 UTC
+++ This bug was initially created as a clone of Bug #1026208 +++

Description of problem:
probably the underlying Freenet daemon causes the abort. no other java applications running.

Version-Release number of selected component:
java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20

Additional info:
reporter:       libreport-2.1.9
backtrace_rating: 4
cmdline:        java -agentpath:/usr/lib64/libabrt-java-connector.so=abrt=on -Dnetworkaddress.cache.ttl=0 -Dnetworkaddress.cache.negative.ttl=0 -Djava.net.preferIPv4Stack=true -Xms60m -Xmx512m -Djava.library.path=lib -classpath wrapper.jar:bcprov-jdk15on-149.jar:freenet-ext.jar:freenet.jar -Dwrapper.key=tThySw_6z8OdxlfE -Dwrapper.backend=pipe -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=18702 -Dwrapper.version=3.5.20 -Dwrapper.native_library=wrapper -Dwrapper.arch=x86 -Dwrapper.ignore_signals=TRUE -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=2 freenet.node.NodeStarter freenet.ini
crash_function: os::abort
executable:     /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/jre-abrt/bin/java
kernel:         3.11.6-301.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 0 (8 frames)
 #2 os::abort at /usr/src/debug/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1594
 #3 VMError::report_and_die at /usr/src/debug/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/openjdk/hotspot/src/share/vm/utilities/vmError.cpp:1053
 #4 JVM_handle_linux_signal at /usr/src/debug/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:531
 #6 jthread_map_push at /usr/src/debug/abrt-java-connector-befb850dbc72b117ad6bebabee314e7d41b97183/src/jthread_map.c:110
 #7 callback_on_thread_start at /usr/src/debug/abrt-java-connector-befb850dbc72b117ad6bebabee314e7d41b97183/src/abrt-checker.c:1056
 #8 JvmtiExport::post_thread_start at /usr/src/debug/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/openjdk/hotspot/src/share/vm/prims/jvmtiExport.cpp:1024
 #9 JavaThread::run at /usr/src/debug/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/openjdk/hotspot/src/share/vm/runtime/thread.cpp:1649
 #10 java_start at /usr/src/debug/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:892

Potential duplicate: bug 853621

--- Additional comment from Paweł Sikora on 2013-11-04 09:23:32 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:23:35 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:23:47 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:23:52 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:23:56 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:24:01 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:24:05 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:24:10 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:24:21 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:24:26 CET ---



--- Additional comment from Paweł Sikora on 2013-11-04 09:24:30 CET ---



--- Additional comment from Jakub Filak on 2013-11-05 14:09:42 CET ---

A pull request which fixes this bug report has been created.

https://github.com/jfilak/abrt-java-connector/pull/23

--- Additional comment from Jakub Filak on 2013-11-05 14:23:16 CET ---

Upstream commit f295d8f3ac744cb61223c854bd155eb4f92e0866 fixes this bug report.

Comment 1 Jakub Filak 2014-01-21 14:22:15 UTC
Upstream commit df4bc975a7cd4600e50aff5a4fdc9a777d414605 fixes this bug.

Comment 4 Ludek Smid 2014-06-13 10:17:52 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.