Bug 80184 - segfault when compiling
Summary: segfault when compiling
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc3
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-21 18:37 UTC by Jon Smirl
Modified: 2007-04-18 16:49 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-10-03 11:15:48 UTC
Embargoed:


Attachments (Terms of Use)
preprocessor output (341.16 KB, application/octet-stream)
2002-12-21 18:39 UTC, Jon Smirl
no flags Details

Description Jon Smirl 2002-12-21 18:37:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20020922

Description of problem:
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)

 gcc -Wp,-MD,fs/reiser4/plugin/.crypo_compressed.o.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -g
-D__arch_um__ -DSUBARCH=\"i386\" -D_LARGEFILE64_SOURCE -Iarch/um/include
-Derrno=kernel_errno -Iarch/um/kernel/tt/include -Iarch/um/kernel/skas/include
-U__i386__ -Ui386 -nostdinc -iwithprefix include   
-DKBUILD_BASENAME=crypo_compressed -DKBUILD_MODNAME=reiser4   -c -o
fs/reiser4/plugin/crypo_compressed.o fs/reiser4/plugin/crypo_compressed.c
fs/reiser4/plugin/crypo_compressed.c: In function `crc_file_create':
fs/reiser4/plugin/crypo_compressed.c:50: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[2]: *** [fs/reiser4/plugin/crypo_compressed.o] Error 1
make[1]: *** [fs/reiser4] Error 2
make: *** [fs] Error 2


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


How reproducible:
Always

Steps to Reproduce:
1. compile the attached file
2.
3.
    

Additional info:
The is from the current CVS for Reiser4 and 2.52

Comment 1 Jon Smirl 2002-12-21 18:39:37 UTC
Created attachment 88844 [details]
preprocessor output

Comment 2 Richard Henderson 2004-10-03 11:15:48 UTC
Fixed in gcc 3.3.


Note You need to log in before you can comment on or make changes to this bug.