Open GoogleCodeExporter opened 9 years ago
The bug does not happen when starting vim with the -X option. So this works:
$ for i in $(seq 1 60); do echo foo; sleep 1; done | vim -X -
vim-7.3.547 in /usr/bin/vim (xubuntu-12.10) is not affected by this bug because
it is built without X11 feature. But the same version recompiled with +X11
feature has the bug.
Original comment by dominiqu...@gmail.com
on 22 Jul 2013 at 7:50
FWIW, my vim 7.4a.35, huge with GTK2 (and so with +X11) on Kubuntu 13.04 does
not give this trouble; I've tried with 60, 65 and 125.
Regards, John Little
Original comment by John.B.L...@gmail.com
on 23 Jul 2013 at 6:00
The error also happens when using options -u NONE --noplugin:
$ for i in $(seq 1 60); do echo foo; sleep 1; done | vim -u NONE --noplugin -
... wait ~ 1 minute...
"-stdin-" 60 lines, 240 charactersICE default IO error handler doing an exit(),
pid = 3477, errno = 32
errno = 32 means EPIPE (broken pipe).
Besides happening on xubuntu-12.10, I can also reproduce it on another machine
which uses xubuntu-12.04.2, vim-7.4a.39 BETA.
But I cannot reproduce it on an older machine: ubuntu-10.10, vim-7.4a.39 BETA.
Original comment by dominiqu...@gmail.com
on 23 Jul 2013 at 7:11
Original issue reported on code.google.com by
dominiqu...@gmail.com
on 22 Jul 2013 at 6:27