On Mon, Nov 17, 2008 at 6:02 PM, Dominique Pelle wrote: > > 2008/11/17 Dominique Pelle: > >> Hi >> >> I observe a bug with the latest Vim-7.2.42 (huge) on Linux x86. >> It's not recently introduced since I can reproduce at least with >> Vim-7.1.314 which comes with Ubuntu-8.10. It only happens in >> a terminal (gvim does not seem affected). >> >> Steps to reproduce: ... >> Observe that after pasting test in step 8/, Vim either crashes with: >> >> Vim: Caught deadly signal ABRT >> Vim: preserving files... >> >> .. or sometimes Vim just misbehaves (hangs or not longer accepts all >> keystrokes for example). Sometimes the text is not inserted at all >> when pasting the second time at step 8/. >> >> Running the same test with Valgrind, I see errors 100% of the times >> but so far I did not find how to fix them: ... >> Does anybody else see that bug too? > > I see that: > > - vim 'small' is not affected by the bug > - vim 'normal' has the bug. > > Tweaking feature.h manually, I got 2 version of them, > which only differ by the FEAT_XCLIPBOARD feature: > > - the one with FEAT_XCLIPBOARD is affected by the bug > - the one without FEAT_XCLIPBOARD is not affected by the bug. > > So +xterm_clipboard is the feature that is triggering the bug.
I'm not having any luck at all reproducing this, with 7.2.025 and +xterm_clipboard... ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
