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 1594692

Summary: [RHEL6/s390x] segfault in allocateFromFreeList
Product: Red Hat Enterprise Linux 6 Reporter: Tomas Pelka <tpelka>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.10CC: dkochuka, kinerak, toneata
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: s390x   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Known Issue
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-03 12:29:52 UTC Type: Bug
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:    
Bug Blocks: 1556892    
Attachments:
Description Flags
ff bt none

Description Tomas Pelka 2018-06-25 08:29:14 UTC
Created attachment 1454276 [details]
ff bt

Description of problem:
Program received signal SIGSEGV, Segmentation fault.
allocateFromFreeList (this=0x3ffffdb5dc0, src=0x3ffec314158)
    at /usr/src/debug/firefox-60.1.0/js/src/gc/ArenaList-inl.h:344
344	    return freeList(thingKind)->allocate(thingSize);

Version-Release number of selected component (if applicable):
firefox-60.1.0-4.el6

How reproducible:
100%

Steps to Reproduce:
1. startup firefox
2.
3.

Actual results:
startup segfault 

Expected results:
no segfault, ff should start 

Additional info:
might be variation of bz1594664

Comment 2 Martin Stransky 2018-07-03 06:32:53 UTC
This is a crash at JS engine on s390x and we don't have a fix for that.

Comment 3 Martin Stransky 2018-07-03 11:35:35 UTC
Upstream bug https://bugzilla.mozilla.org/show_bug.cgi?id=1472970

Comment 4 kinerak 2018-09-13 01:10:41 UTC
i'm hitting the same issue but with different application. is there any update on the fix in allocateFromFreeList()?

Comment 5 Martin Stransky 2018-09-13 07:36:05 UTC
Sorry, no update yet.

Comment 6 kinerak 2018-09-14 00:05:06 UTC
np. it is an known issue? any workaround can be used?

Comment 7 Martin Stransky 2018-09-14 06:21:26 UTC
(In reply to kinerak from comment #6)
> np. it is an known issue? any workaround can be used?

Yes, it's a known issue and there's no workaround for it.