Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 58653

Summary: C++ crash without optimization (ia64)
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-22 11:45:13 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:

Description Tim Waugh 2002-01-22 11:45:08 UTC
Description of Problem:
g++ crashes while compiling this file.

Version-Release number of selected component (if applicable):
gcc-3.1-0.18

How Reproducible:
100%

Steps to Reproduce:
1. c++ -c OmniIJSProxy.cpp

Actual Results:

OmniIJSProxy.cpp: In member function `bool OmniIJSProxy::rasterize(unsigned
   char*, _BitmapInfo2*, _Rectl*, BITBLT_TYPE)':
OmniIJSProxy.cpp:2060: warning: cast from pointer to integer of different size
OmniIJSProxy.cpp:2105: warning: cast from pointer to integer of different size
OmniIJSProxy.cpp: In static member function `static DeviceMedia* DeviceMedia*
   OmniIJSProxy::getCurrentMedia()::OmniIJSProxyMedia::create(char*,
   PrinterCommand*, int, int)':
OmniIJSProxy.cpp:1314: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.

Comment 1 Jakub Jelinek 2002-01-22 17:01:44 UTC

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