This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/21898] Segmentation fault on testsuite case gcc.dg/20020425-1.c


------- Additional Comments From e9925248 at stud4 dot tuwien dot ac dot at  2005-06-03 20:02 -------
In config.status (in the gcc directory) the following options are recorded:

'--cache-file=./config.cache' '--build=i686-pc-linux-gnu'
'--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu'
'--enable-checking=misc,tree,rtl,rtlflag,gc,gcac' '--enable-languages=c'
'--program-transform-name=s,y,y,' '--srcdir=../.././gcc' 'CC=gcc' 'CFLAGS=-g
-O2' 'GMPINC=' 'GMPLIBS=-lmpfr -lgmp' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu'
'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu'

I examined the problem with gdb. At the point of the segementation fault, the
memory seems to be corrupted. A backtrace shows 30967 stackframes, so it might
be a stack overflow.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21898


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]