Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 156 by dominiqu...@gmail.com: Vim exits with error "ICE default IO error handler doing an exit(), pid = 6769, errno = 32"
http://code.google.com/p/vim/issues/detail?id=156

Summary:

Vim exits with the error:

ICE default IO error handler doing an exit(), pid = 6769, errno = 32


What steps will reproduce the problem?

1. In a terminal, run:

$ for i in $(seq 1 60); do echo foo; sleep 1; done | vim -

2. Wait for about a minute and vim will exit with this error message:

"-stdin-" 60L, 240CICE default IO error handler doing an exit(), pid = 6769, errno = 32

What is the expected output? What do you see instead?

Vim should not exit with such an error.
It should display instead 60 lines containing "foo".

What version of the product are you using? On what operating system?

I'm using vim-7.4a.39 BETA on Linux x86_64 (xubuntu-12.10).
In case it matters, Vim was configured with:

./configure --enable-gui=gtk2 --with-features=huge --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-tclinterp=yes --enable-rubyinterp=dynamic --enable-mzschemeinterp --enable-luainterp=dynamic

Please provide any additional information below.

Interestingly, reducing 60 to 55 in the above command does trigger the error anymore. In other words, the following command works all the time:

$ for i in $(seq 1 55); do echo foo; sleep 1 ; done | vim -

I also see that the default vim with xubuntu-12.10 (that vim-7.3.547 in /usr/bin/vim) does not have this bug. So either it's a regression introduced recently, or a different compilation option triggers the bug or not.

I happen to find this bug because I ran something like this in a slow svn repository:

$ svn log | vim -

This caused vim to exit with the "ICE default IO error handler doing an exit()" error. After trial and error, I found that I could reproduce this bug using a more reproducible command:

$ for i in $(seq 1 60); do echo foo; sleep 1; done | vim -

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui