Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1191695

Summary: Internal compiler error building webkitgtk4 on ARM
Product: [Fedora] Fedora Reporter: Michael Catanzaro <mcatanzaro+wrong-account-do-not-cc>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: awilliam, davejohansen, jakub, law
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-11 19:48:04 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:
Attachments:
Description Flags
preprocessed source
none
build.log
none
root.log none

Description Michael Catanzaro 2015-02-11 18:52:40 UTC
Created attachment 990609 [details]
preprocessed source

Description of problem: Since the upgrade to GCC 5.0 I have been unable to build webkitgtk4. It fails on ARM:

/builddir/build/BUILD/webkitgtk-2.7.4/Source/JavaScriptCore/bytecode/Watchpoint.h:49:7: internal compiler error: Segmentation fault
 class StringFireDetail : public FireDetail {
       ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccOekhMU.out file, please attach this to your bugreport.


Version-Release number of selected component (if applicable): 5.0.0-0.9.fc22


How reproducible: Always


Steps to Reproduce:

If you don't have an ARM machine handy:

1. Grab srpm from koji: https://kojipkgs.fedoraproject.org//work/tasks/2969/8892969/webkitgtk4-2.7.4-6.fc22.src.rpm
2. scp webkitgtk4-2.7.4-5.fc22.src.rpm arm03-packager00.cloud.fedoraproject.org:
3. ssh arm03-packager00.cloud.fedoraproject.org (all packagers have access to this)
4. If need be: 'sudo usermod -a -G mock yourusername', exit, reconnect
5. mock --rebuild webkitgtk4-2.7.4-5.fc22.src.rpm --no-cleanup-after -r fedora-rawhide-armhfp

(I actually tested with a slightly different SRPM but the crash is the same.)

Actual results: GCC crashes


Expected results: No GCC crash


Additional info:

Comment 1 Michael Catanzaro 2015-02-11 18:54:35 UTC
Created attachment 990610 [details]
build.log

Comment 2 Michael Catanzaro 2015-02-11 18:54:57 UTC
Created attachment 990611 [details]
root.log

Comment 3 Adam Williamson 2015-02-11 19:48:04 UTC

*** This bug has been marked as a duplicate of bug 1190243 ***