On Mon, 2 Aug 2010, Clint Adams wrote:
On Mon, Aug 02, 2010 at 11:02:24AM +0100, Edward Allcutt wrote:
As follows:
$ luakit
D: luakit: luaH_parserc:566: Segmentation fault
$
Rebuilding from the source package seems to fix it.
Could you run it in gdb and get a backtrace for us?
Sure, but since it's stripped it didn't seem very useful:
$ gdb luakit
Reading symbols from /usr/bin/luakit...(no debugging symbols found)...done.
# run
Starting program: /usr/bin/luakit
[Thread debugging using libthread_db enabled]
D: luakit: luaH_parserc:556:
Program received signal SIGSEGV, Segmentation fault.
0xb67e760b in vfprintf () from /lib/i686/cmov/libc.so.6
# bt
#0 0xb67e760b in vfprintf () from /lib/i686/cmov/libc.so.6
#1 0xb67e8fc2 in ?? () from /lib/i686/cmov/libc.so.6
#2 0xb67e3f13 in vfprintf () from /lib/i686/cmov/libc.so.6
#3 0xb69b044f in g_vfprintf () from /lib/libglib-2.0.so.0
#4 0x0804f385 in ?? ()
#5 0x0804c033 in ?? ()
#6 0x0804d4bc in ?? ()
#7 0x0804d726 in ?? ()
#8 0xb67bdc76 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#9 0x0804be01 in ?? ()
#
I tried to rebuild it with debugging symbols but was unable to reproduce
the problem. Installing the rebuilt (unmodified) source package made
the problem go away.
--
Edward Allcutt
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org