Subject: vi core dump
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 12/29/2001 01:32:16
Can any of you reproduce this or is it just me? XF3/i386. Pop up a ordinary
80x24 xterm. cd /tmp. vi foo. Then resize the xterm to 80xmore. Press the
downward cursor key. vi now says something like Error: move: l(25) c(79)
o(0)
Press any key to continue:

Then you get a SEGV in vi/common/line.c:157
switch (ep->db->get(ep->db, &key, &data, 0)) {

which essentially is ? /usr/src/lib/libc/db/recno/rec_get.c ?

Cheers,

Patrick