Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vi aborts and faults
Hi,
With sources from yesterday (kernel and userland), I get various vi failures:
When inserting text into existing text, I get an abort when hitting ESC to get
back into command mode. gdb reports:
Program terminated with signal 6, Aborted.
#0 0xbbaf9707 in kill () from /usr/lib/libc.so.12
(gdb) bt
#0 0xbbaf9707 in kill () from /usr/lib/libc.so.12
#1 0xbbba1854 in abort () from /usr/lib/libc.so.12
#2 0x08050041 in update_cache ()
#3 0x080507c3 in db_set ()
#4 0x0807b14b in v_txt ()
#5 0x08075f1a in io ()
#6 0x0807fd78 in vi ()
#7 0x0806b51d in editor ()
#8 0x0804d031 in main ()
Then, when using vi -r to recover to or more files, I get a segmentation fault
when typing ":n!" to go to the next file. gdb reports:
Program terminated with signal 11, Segmentation fault.
#0 0x080503f4 in db_get ()
(gdb) bt
#0 0x080503f4 in db_get ()
#1 0x08080b6d in vs_line ()
#2 0x08073b10 in v_erepaint ()
#3 0x08081f40 in vs_resolve ()
#4 0x0807fcdf in vi ()
#5 0x0806b51d in editor ()
#6 0x0804d031 in main ()
/rescue/vi also fails.
This is on i386.
Is anyone else seing this? Could it be cased by me doing a "build.sh -u
distribution" instead of a complete build?
Thanks,
Sverre
Home |
Main Index |
Thread Index |
Old Index