vim-enhanced oddness

Ken Snider ksnider at flarn.com
Mon Jan 26 18:38:03 UTC 2004


Nathan Bryant wrote:
> Ken Snider wrote:
> 
> [mostly-symbolless backtrace snipped]
> 
>> I tried installing glibc-debug to see if I could get something more 
>> descriptive, but no luck.
> 
> 
> Hmm... try installing vim-debuginfo.

Nope, no luck, no debuginfo package for it.

The editor actually receives *two* SIGILL's.. one after the other. Here's the 
(in)complete backtrace for both signals:

"test"
Program received signal SIGILL, Illegal instruction.
0x0000003f53301c30 in ?? () from /lib64/tls/libm.so.6
(gdb) bt
#0  0x0000003f53301c30 in ?? () from /lib64/tls/libm.so.6
#1  0x0000003f53702f28 in acl_get_file () from /lib64/libacl.so.1
#2  0x000000000044999a in ?? ()
#3  0x0000000000426010 in ?? ()
#4  0x0000000000437f13 in ?? ()
#5  0x0000000000433284 in ?? ()
#6  0x0000000000431a58 in ?? ()
#7  0x000000000048338e in ?? ()
#8  0x000000000047eb24 in ?? ()
#9  0x000000000045ac98 in ?? ()
#10 0x0000000000459ce9 in ?? ()
#11 0x0000003f5301d181 in __libc_start_main () from /lib64/tls/libc.so.6
#12 0x000000000040362a in ?? ()
(gdb) c
Continuing.
Vim: Caught deadly signal ILL

Vim: Finished.

Program received signal SIGILL, Illegal instruction.
0x0000003f5302f3b9 in kill () from /lib64/tls/libc.so.6
(gdb) bt
#0  0x0000003f5302f3b9 in kill () from /lib64/tls/libc.so.6
#1  0x00000000004998dc in ?? ()
#2  0x0000000000498a70 in ?? ()
#3  <signal handler called>
#4  0x0000003f53301c30 in ?? () from /lib64/tls/libm.so.6
#5  0x0000003f53702f28 in acl_get_file () from /lib64/libacl.so.1
#6  0x000000000044999a in ?? ()
#7  0x0000000000426010 in ?? ()
#8  0x0000000000437f13 in ?? ()
#9  0x0000000000433284 in ?? ()
#10 0x0000000000431a58 in ?? ()
#11 0x000000000048338e in ?? ()
#12 0x000000000047eb24 in ?? ()
#13 0x000000000045ac98 in ?? ()
#14 0x0000000000459ce9 in ?? ()
#15 0x0000003f5301d181 in __libc_start_main () from /lib64/tls/libc.so.6
#16 0x000000000040362a in ?? ()

I don't actually think that's any more informative, but hey. :)

-- 
Ken Snider





More information about the fedora-test-list mailing list