[2005-01-26] Moritz Muehlenhoff wrote:
> I cannot reproduce this on my system. Can you please run prboom
> from inside gdb and provide a backtrace from where it receives the
> SIGILL, preferably with debug symbols compiled in?

With the packaged binary:

GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/games/prboom 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1078767744 (LWP 1014)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGILL, Illegal instruction.
[Switching to Thread 1078767744 (LWP 1014)]
0x0808bd1a in ?? ()
(gdb) backtrace
#0  0x0808bd1a in ?? ()
#1  0x0808bc90 in ?? ()
#2  0x080b3b34 in ?? ()
#3  0xbffff948 in ?? ()
#4  0x080496f5 in _init ()
#5  0x40181904 in __libc_start_main () from /lib/tls/libc.so.6
#6  0x08049dd1 in ?? ()
(gdb) quit
The program is running.  Exit anyway? (y or n) 



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

Reply via email to