Lino Ferrentino <[email protected]> wrote: > Hello, > > I am running Debian etch (stable). Vim --version gives > > VIM - Vi IMproved 7.1 (2007 May 12, compiled Oct 17 2008 18:06:50) > Included patches: 1-314 > Compiled by [email protected] > Huge version with GTK2-GNOME GUI. Features included (+) or not (-): > > (other technical options follow, if you want I can paste them). > > I run vim also as a server to edit mails in mutt. This is my setting: > > export VISUAL="gvim --servername GVIM --remote-wait-tab " > > I notice this behaviour: > > if I put my computer in stand by (using powersave -u) with an instance > of vim opened. > Then I switch it on. The next time I want to use the server, for > example to send a > mail... vim crashes (and mutt complains: aborted unmodified message). > > It seems fairly reproducible. Stand-by -> on -> request to open a file > using the server mode -> crash. > > I have made some searches but I have not found a similar problem.
I do not see the bug. It works for me. But I'm using Vim-7.2.411 (GTK2 GUI) and you're using Vim is 7.1.314. Many bugs have been fixed since Vim-7.1.314. Can you compile the latest Vim and try to reproduce it? Do you have a core file when it crashes? You may need to do "ulimit -c unlimited" for Vim to create a core file. You may also try something like this: export VISUAL="valgrind --log-file=/tmp/valgring.log gvim --servername GVIM --remote-wait-tab " ... and look into /tmp/vg.log if you see any error. -- Dominique -- You received this message from the "vim_use" 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 To unsubscribe, reply using "remove me" as the subject.
