.png)
Neue Installation von Fedora 17 von DVD. Ich habe versucht, meine Vim-Konfiguration zusammenzustellen (.vim-Zeug) und habe bemerkt, dass beim Ausführen /usr/bin/vim
Dumps erstellt werden?
Es wurden einige Fehler gemeldet, aber ich kann anscheinend keine neuere Version von Vim 7.3 einschließlich der Patches 1-415 und 417-682 finden.
Gibt es irgendwo anders, wo ich suchen sollte?
Die Info:
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 15 2012 09:56:46)
Included patches: 1-415, 417-682
Modified by <[email protected]>
Compiled by <[email protected]>
Huge version without 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 +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 +mouse_urxvt +mouse_sgr +multi_byte +multi_lang -mzscheme
+netbeans_intg +path_extra +perl +persistent_undo +postscript +printer +profile
+python/dyn -python3 +quickfix +reltime +rightleft +ruby/dyn +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 -xterm_clipboard -xterm_save
system vimrc file: "/etc/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/etc"
f-b for $VIMRUNTIME: "/usr/share/vim/vim73"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -O2 -g -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib/perl5/CORE -Wl,-z,relro -L/usr/local/lib -Wl,--as-needed -o vim -lm -lnsl -lselinux -lncurses -lacl -lattr -lgpm -ldl -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib/perl5/CORE -fstack-protector -L/usr/local/lib -L/usr/lib/perl5/CORE -lperl -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
/usr/bin/vim
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault (core dumped)
Antwort1
Versuchen Sie, Vim neu zu installieren. Das Programm ist möglicherweise beschädigt („rpm -Vf /usr/bin/vim“ wird es Ihnen sagen; „yum reinstall /usr/bin/vim“ wird das Paket neu installieren).
Versuchen Sie eine Aktualisierung („yum update“ sollte funktionieren).
Stellen Sie sicher, dass in Ihrem Setup (~/.exrc oder Ähnliches) nichts schiefgeht (wenn doch, freuen wir uns sicher über einen Fehlerbericht).
(Sehr seltsam. Ein häufig verwendetes Programm, das spontan abstürzt, besteht nicht einmal die grundlegendste Qualitätssicherung.)
Antwort2
Bei einer Neuinstallation von Fedora 18 habe ich dasselbe Verhalten festgestellt. Ich habe es behoben, indem ich sowohl vim-command-t als auch vim-nerdtree entfernt habe.
Antwort3
Ich hatte ein ähnliches Problem, vi stürzte jedes Mal mit einem Segmentierungsfehler ab. Ich stellte fest, dass vim-command-t auf meinem System fehlte. Die Installation dieses Pakets behob das Problem. Ich verwende Fedora 17