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.
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,
--
Mun
/*********************************/
/* RHEL5 vim version information */
/*********************************/
------------------------------ Delimiter BEGIN --------------------------------
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb 15 2011 16:38:23)
Included patches: 1-125
Compiled by mj@mo
Huge version with GTK2 GUI. Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con_gui +diff
+digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi
+file_in_path +find_in_path +float +folding -footer +fork() +gettext
-hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall
+linebreak +lispindent +listcmds +localmap -lua +menu +mksession +modify_fname
+mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm
-mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg
-osfiletype +path_extra +perl +persistent_undo +postscript +printer +profile
+python -python3 +quickfix +reltime +rightleft -ruby +scrollbind +signs
+smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
+toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim
+xsmp_interact +xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
-g -O2 -D_FORTIFY_SOURCE=1
Linking: gcc -L/lib64 -Wl,-E
-Wl,-rpath,/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE
-L/usr/local/lib -Wl,--as-needed -o vim -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lSM -lICE -lXpm -lXt -lX11
-lXdmcp -lSM -lICE -lm -lncurses -lelf -lnsl -lselinux -lacl -lattr -lgpm
-Wl,-E -Wl,-rpath,/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/auto/DynaLoader/DynaLoader.a
-L/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE -lperl -lresolv -lnsl
-ldl -lm -lcrypt -lutil -lpthread -lc -L/usr/local/lib/python2.7/config
-lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic
------------------------------- Delimiter END ---------------------------------
/*********************************/
/* RHEL4 vim version information */
/*********************************/
------------------------------ Delimiter BEGIN --------------------------------
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb 24 2011 13:47:54)
Included patches: 1-125
Compiled by mj@cmrh
Huge version with GTK2 GUI. Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con_gui +diff
+digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi
+file_in_path +find_in_path +float +folding -footer +fork() +gettext
-hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall
+linebreak +lispindent +listcmds +localmap -lua +menu +mksession +modify_fname
+mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm
-mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg
-osfiletype +path_extra +perl +persistent_undo +postscript +printer +profile
+python -python3 +quickfix +reltime +rightleft -ruby +scrollbind +signs
+smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
+toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim
+xsmp_interact +xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/links/mj/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -DXTHREADS -D_RE
ENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I
/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/includ
e/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib64
/glib-2.0/include -g -O2 -I/usr/X11R6/include
Linking: gcc -L/usr/X11R6/lib64 -Wl,-E -Wl,-rpath,/usr/lib64/perl5/5.8.5/x86_
64-linux-thread-multi/CORE -L/usr/local/lib -o vim -Wl,--export-dynamic -lgt
k-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -
lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXt -lncurses -lselinux -l
acl -lgpm -Wl,-E -Wl,-rpath,/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/COR
E /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/auto/DynaLoader/DynaLoader.a
-L/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE -lperl -lresolv -lutil
-lc -L/usr/lib64/python2.3/config -lpython2.3 -lutil -lm -Xlinker -export-dynami
c
------------------------------- Delimiter END ---------------------------------
--
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