Bram Moolenaar wrote:
Soon-Ping Phang wrote:
I'm trying to determine whether I should submit a bug
report for a problem I encountered or if one was
already submitted.
Basically, I'm finding that if I paste a long line of
text (4650+ characters) into an 80x25 Vim window (v7.0
on WinXP), and then, while leaving the cursor at the
end of the line, maximize the window, Vim crashes.
Has anyone encountered this before?
I don't think this was reported before. Please describe the environment
in which this happens. Preferably without any personal settings, start
Vim with "-u NONE".
I was able to duplicate the problem using Fedora Core 5 (linux):
gvim -u NONE
5000i-<esc>
(vertically lengthen screen by pulling on bottom of window)
yielded a core dump:
(gdb) where
#0 0x00245410 in __kernel_vsyscall ()
#1 0x00afb546 in ?? ()
#2 0x0813b087 in mch_call_shell (cmd=0x1 <Address 0x1 out of bounds>,
options=17625) at os_unix.c:4351
#3 0x0813d028 in mch_settitle (
title=0x818c53b
"\036\b\213\025\214�\037\b��037\b\211ã\204�\037\b�\200�\037\b�|�\037\b\200:",
icon=0x1 <Address 0x1 out of bounds>) at os_unix.c:1919
#4 0x08100e28 in prepare_to_exit () at misc1.c:8211
#5 <signal handler called>
#6 0x00245410 in __kernel_vsyscall ()
#7 0x00afb159 in ?? ()
#8 0x00c01ff4 in ?? ()
#9 0xb7f336b0 in ?? ()
#10 0xbff46e5c in ?? ()
#11 0x00afc6e3 in ?? ()
#12 0x00000006 in ?? ()
#13 0xbff46dd0 in ?? ()
#14 0x00000000 in ?? ()
(gdb) up
#1 0x00afb546 in ?? ()
(gdb) up
#2 0x0813b087 in mch_call_shell (cmd=0x1 <Address 0x1 out of bounds>,
options=17625) at os_unix.c:4351
4351 msg_putchar('\n');
Regards,
Chip Campbell