On 31/03/11 3:51 PM, Mun wrote:
Hi,My OS: Red Hat Enterprise Linux 5.6 My configure command: configure --with-features=huge --enable-perlinterp --enable-pythoninterp --enable-gui I must apologize that I don't have too much to go on with this issue, but I'll provide what I have and I will try to get more data if requested.
Obviously Vim's reporting something related to X. Were you using Vim's GUI at the time, or just console Vim?
Did your macros make use of the system/X clipboard at all, or does your 'guioptions' or 'clipboard' setting mean that it would have been used for Vim's unnamed register?
Just a couple more pieces of data that might be helpful, though I have no idea what's going on.
Ben.
I had a simple macro that would take a line and reformat it by adding strings to the beginning and ending of the line. Nothing tricky or complex. The file I was operating on had roughly 11,000 lines. If I executed the macro with a count of about 2,000 vim crashes on me. When I use the following vim command: % vim --noplugin<filename> I get the following lines outut to the terminal when vim crashes: ------------------------------ Delimiter BEGIN -------------------------------- BadRequest (invalid request code or no such operation) Vim: Got X error Vim: preserving files... Vim: Finished. 44;0MBadRequest (invalid request code or no such operation) Vim: Got X error Vim: Finished. 44;0M ------------------------------- Delimiter END --------------------------------- And when I use the following vim command: % vim -u NONE -U NONE --noplugin<filename> My terminal window fills up with the following repeating lines: ------------------------------ Delimiter BEGIN -------------------------------- Vim: Got X error BadRequest (invalid request code or no such operation) Vim: Got X error BadRequest (invalid request code or no such operation) Vim: Got X error BadRequest (invalid request code or no such operation) Vim: Got X error BadRequest (invalid request code or no such operation) Vim: Got X error BadRequest (invalid request code or no such operation) Vim: Got X error BadRequest (invalid request code or no such operation) Vim: Got X error Vim: Caught deadly signal SEGV ------------------------------- Delimiter END --------------------------------- One last piece of data: I compiled the same vim source files on a Red Hat Enterprise Linux 4 system and used my same plugins and rc files and ran the same macro in the same way and it ran without issue; even with a count of 11,000 . See below for the complete :ver information from both systems. A core file wasn't written; thus, I can't provide a backtrace. Regards,
-- 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
