[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#111613: acknowledged by developer (no longer reproducible)



> From: Matthew Wilcox <willy@debian.org>
>
> the example given no longer segfaults on paer.debian.org; i presume an
> upload since has fixed this bug.

I cannot confirm it:

paer% gcc -O3 preproc.c
../src/basemath/arith2.c: In function `compimagraw':
../src/basemath/arith2.c:1219: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.

The file preproc.c is available as

paer.debian.org:/home/ballombe/preproc.c

with the file in the package itself it is the same:
paer% make
/usr/bin/gcc -c -O3 -DGCC_INLINE -Wall -Wno-implicit -fomit-frame-pointer   -I. -I../src/headers  -o arith2.o ../src/basemath/arith2.c
../src/basemath/arith2.c: In function `compimagraw':
../src/basemath/arith2.c:2406: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [arith2.o] Error 1

The current version of my package include of work-around so that it is compiled
with -O2 on hppa to avoid the SEGV. It is stated in the Changelog.
Unfortunately now it is ld that break. But your fix in #121685 works, thanks!

-- 
Bill. <ballombe@debian.org>



Reply to: