Hi Tony,
On Fri, Apr 12, 2013 at 2:50 AM, Tony Mechelynck <[email protected]> wrote: > > On 12/04/13 09:48, Nazri Ramliy wrote: >> >> On Fri, Apr 12, 2013 at 9:48 AM, Yegappan Lakshmanan >> <[email protected] <mailto:[email protected]>> wrote: >> >> 1. Open an empty buffer >> 2. Enter insert mode using 'i' >> 3. Insert 262040 characters using <CTRL-R>=repeat('a', 262040) >> 4. Press <Esc> >> 5. Select and yank all the characters using 'V' and 'y' >> 6. Wait for a few seconds and move the cursor >> >> >> I can consistently reproduce this crash. I couldn't reproduce this >> crash with >> the earlier Vim 7.2 release. >> >> Anyone else able to reproduce this crash? >> >> >> I couldn't reproduce it. >> >> My vim version: >> :ver >> VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Apr 11 2013 16:23:09) >> Included patches: 1-884 >> Compiled by nazri@a >> Huge version with GTK2 GUI. >> >> nazri >> > > Neither of you mentioned whether he was using a 32- or 64-bit version of Vim, > or the output of > :verbose set mm? mmt? > The 'maxmem' and 'maxmemtot' options are set to the following values: maxmem=12277182 maxmemtot=12277182 The output of the ":version" command is below. Thanks, Yegappan VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb 23 2013 21:42:54) Included patches: 1-831 Compiled by abc@xyz Huge version with GTK2 GUI. Features included (+) or not (-): +arabic +file_in_path +mouse_sgr +tag_binary +autocmd +find_in_path -mouse_sysmouse +tag_old_static +balloon_eval +float +mouse_urxvt -tag_any_white +browse +folding +mouse_xterm -tcl ++builtin_terms -footer +multi_byte +terminfo +byte_offset +fork() +multi_lang +termresponse +cindent +gettext -mzscheme +textobjects +clientserver -hangul_input +netbeans_intg +title +clipboard +iconv +path_extra +toolbar +cmdline_compl +insert_expand -perl +user_commands +cmdline_hist +jumplist +persistent_undo +vertsplit +cmdline_info +keymap +postscript +virtualedit +comments +langmap +printer +visual +conceal +libcall +profile +visualextra +cryptv +linebreak -python +viminfo +cscope +lispindent -python3 +vreplace +cursorbind +listcmds +quickfix +wildignore +cursorshape +localmap +reltime +wildmenu +dialog_con_gui -lua +rightleft +windows +diff +menu -ruby +writebackup +digraphs +mksession +scrollbind +X11 +dnd +modify_fname +signs -xfontset -ebcdic +mouse +smartindent +xim +emacs_tags +mouseshape -sniff +xsmp_interact +eval +mouse_dec +startuptime +xterm_clipboard +ex_extra +mouse_gpm +statusline -xterm_save +extra_search -mouse_jsbterm -sun_workshop +farsi +mouse_netterm +syntax 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: "/users/abc/tools/vim/vim-7.3/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -I/usr/X11R6/include Linking: gcc -L/usr/X11R6/lib -L/usr/local/lib -o vim -Wl,--export-dynamic -lgtk-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 -lm -lncurses -lacl -lgpm -- -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
