Bug 729346

Summary: SIGSEGV on s390x arch.
Product: Red Hat Enterprise Linux 6 Reporter: Lukáš Zachar <lzachar>
Component: openmotifAssignee: Thomas Woerner <twoerner>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2Keywords: Regression
Target Milestone: rc   
Target Release: ---   
Hardware: s390x   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-10 11:28:49 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:
Attachments:
Description Flags
Fix for regression none

Comment 2 Thomas Woerner 2011-08-09 18:25:23 UTC
Created attachment 517461 [details]
Fix for regression

A call to _XmXftDrawCreate has been added to LabelG.c, but the header file that contains the function definition was not included.

This simple fix adds the missing include for XmRenderTI.h to LabelG.c.

Comment 3 Thomas Woerner 2011-08-10 11:28:49 UTC
The upstream fix for bz#584300 introduced the regression. Marking as duplicate.

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

Comment 4 Lukáš Zachar 2011-08-15 09:34:22 UTC
The additional fix solved the issue - no SIGSEGV on s390x anymore.