Dear list,

First, sorry for my poor English.

I've just compiled and installed vim 7.3. The naked version (I mean
without any plugin) seems to be working fine, but when I load
lusty-explorer plugin and just try to enter insert mode, it crashes.

So, as a workaround, I've inserted these lines in my vimrc to deactive
the plugin in vim73 :

if v:version == 703
        let g:loaded_lustyexplorer = 1
endif

What is strange, is that the backtrace points out python :

Program received signal SIGSEGV, Segmentation fault.
0xb6937cc0 in ?? ()
(gdb) where
#0  0xb6937cc0 in ?? ()
#1  0xb6c83cf3 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0
#2  0xb6c88421 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0
#3  0xb6c88421 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0
#4  0xb6c88cbd in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0
#5  0xb6c88dd3 in PyEval_EvalCode () from /usr/lib/libpython2.6.so.1.0
#6  0xb6ca69be in PyRun_StringFlags () from /usr/lib/libpython2.6.so.1.0
#7  0xb6ca7d33 in PyRun_SimpleStringFlags () from /usr/lib/libpython2.6.so.1.0
#8  0xb6ca7db5 in PyRun_SimpleString () from /usr/lib/libpython2.6.so.1.0
#9  0x081f702c in ?? ()
#10 0x081f7291 in ex_python ()
#11 0x080cf797 in ?? ()
#12 0x080cdc78 in do_cmdline ()
#13 0x080e11c9 in ?? ()
#14 0x08090432 in edit ()
#15 0x08143db4 in ?? ()
#16 0x0814aecb in normal_cmd ()
#17 0x08107d47 in main_loop ()
#18 0x0810b301 in main ()

but, as I can read in vim online, lusty explorer is ruby based. So,
I wonder what to do. I can report a bug, but I've the feeling I missed
something. I don't even know if the problem is in the plugin, or in
vim itself. If someone is familiar both with this list and the dev one,
please enlight me.

--
Regards,

Davido

-- 
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
uname -a
Linux quigonjinn 2.6.32-24-generic-pae #39-Ubuntu SMP Wed Jul 28 07:39:26 UTC 
2010 i686 GNU/Linux


VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 16 2010 17:55:13)
Compiled by da...@quigonjinn
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/dyn 
+python3/dyn +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  -pthread 
-D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/directfb -I/usr/include/libpng12     -g -O2 -D_FORTIFY_SOURCE=1  
   -I/usr/lib/ruby/1.8/i486-linux -DRUBY_VERSION=18
Linking: gcc   -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic  
-Wl,-E   -L/usr/local/lib -o vim   -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo 
-lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 
-lrt -lglib-2.0   -lXt -lncurses -lselinux   -lacl -lgpm    -Wl,-E  
-fstack-protector -L/usr/local/lib  -L/usr/lib/perl/5.10/CORE -lperl -lruby1.8 
-lrt -lm


--- Directories and Files ---
$VIM = "/usr/local/share/vim"
directory "/usr/local/share/vim" exists
$VIMRUNTIME = "/usr/local/share/vim/vim73"
directory "/usr/local/share/vim/vim73" exists
"/usr/local/share/vim/vim73/doc/help.txt" is readable
"/usr/local/share/vim/vim73/doc/tags" is readable
"/usr/local/share/vim/vim73/menu.vim" is readable
"/usr/local/share/vim/vim73/filetype.vim" is readable
"/usr/local/share/vim/vim73/syntax/synload.vim" is readable

Reply via email to