--- Begin Message ---
Laurent Fousse wrote:
Hello,
* Neil McGovern [Wed, Dec 19, 2007 at 11:42:23AM +0000]:
Package: megahal
Version: 9.1.1a-1
Followup-For: Bug #454212
Confirmed using etch i386 (though an amd64 processor). Attached output
of megahal and strace.
Could you try a version with debugging symbols included and give me the
backtrace? You can download one from
http://komite.net/laurent/tmp/megahal_9.1.1a-1_i386.deb
Hi there,
Attached.
Thanks,
--
Neil McGovern
SQA - Amino Communications
[EMAIL PROTECTED]:~$ gdb megahal
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "i486-linux-gnu"...Using host libthread_db library
"/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/megahal
Failed to read a valid object file image from memory.
+------------------------------------------------------------------------+
| |
| # # ###### #### ## # # ## # |
| ## ## # # # # # # # # # # ### |
| # ## # ##### # # # ###### # # # # # |
| # # # # ### ###### # # ###### # # # ### |
| # # # # # # # # # # # # # # # # |
| # # ###### #### # # # # # # ###### # ###r6 |
| |
| Copyright(C) 1998 Jason Hutchens |
+------------------------------------------------------------------------+
Program received signal SIGSEGV, Segmentation fault.
0xb7e19cd0 in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
(gdb) backtrace
#0 0xb7e19cd0 in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
#1 0xb7e1b45f in mallopt () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7e1b732 in free () from /lib/tls/i686/cmov/libc.so.6
#3 0xb7e0b8ec in fgets () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7e0b91d in fopen () from /lib/tls/i686/cmov/libc.so.6
#5 0x0804b8a2 in load_model (filename=0x8051248
"/home/nmcgovern/.megahal/megahal.brn", model=0x8051278) at megahal.c:2008
#6 0x0804debc in load_personality (model=0x805086c) at megahal.c:3301
#7 0x0804e16a in change_personality (command=0x0, position=0, model=0x805086c)
at megahal.c:3350
#8 0x08048fd0 in megahal_initialize () at megahal.c:454
#9 0x0804e49f in main (argc=1, argv=0xbfb6e434) at main.c:161
(gdb)
--- End Message ---