Package: crash
Version: 4.0-2.21-1
Severity: important

Your package fails to build on MIPS because configure segfaults:

> Automatic build of crash_4.0-2.21-1 on bigsur by sbuild/mips 1.106
...
> /usr/bin/make
> make[1]: Entering directory `/build/tbm/crash-4.0-2.21'
> make[1]: *** [all] Segmentation fault
> make[1]: Leaving directory `/build/tbm/crash-4.0-2.21'
> make: *** [build-stamp] Error 2

Compiling with GCC 3.3, 4.0 and 4.1 doesn't make any difference so I
suppose this must be a bug in your program.

(sid)724:[EMAIL PROTECTED]: ~/tmp/src/crash-4.0-2.21] gcc-4.1 -o configure 
configure.c
(sid)725:[EMAIL PROTECTED]: ~/tmp/src/crash-4.0-2.21] ./configure -b
zsh: segmentation fault  ./configure -b


gdb of the 4.1 binary:

(gdb) run -b
Starting program: /home/tbm/tmp/src/crash-4.0-2.21/configure -b

Program received signal SIGSEGV, Segmentation fault.
0x2ab80ec4 in strcpy () from /lib/libc.so.6
(gdb) where
#0  0x2ab80ec4 in strcpy () from /lib/libc.so.6
#1  0x00402718 in build_configure ()
#2  0x0040164c in main ()


gdb of the 3.3 binary:

Program received signal SIGSEGV, Segmentation fault.
0x2ab81514 in strlen () from /lib/libc.so.6
(gdb) where
#0  0x2ab81514 in strlen () from /lib/libc.so.6
#1  0x2ab4a278 in vfprintf () from /lib/libc.so.6
#2  0x2ab68674 in vsprintf () from /lib/libc.so.6
#3  0x2ab517e4 in sprintf () from /lib/libc.so.6
#4  0x00402734 in build_configure ()
#5  0x0040166c in main ()
(gdb)

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to