从 DVD 全新安装 Fedora 17。尝试整合我的 vim 配置(.vim 内容),并注意到运行时会/usr/bin/vim
转储?
已经提交了一些错误,但是我似乎找不到包括补丁 1-415、417-682 在内的 vim 7.3 的较新版本。
我还应该去别的地方寻找吗?
信息:
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)
答案1
尝试重新安装 vim,该程序可能已损坏(“rpm -Vf /usr/bin/vim”会告诉您;“yum reinstall /usr/bin/vim”将重新安装该包)。
尝试更新(“yum update”应该可以)。
确保您的设置 (~/.exrc 或类似内容) 中没有任何内容使其适合 (如果有的话,我相信错误报告会受到欢迎)。
(非常奇怪。一个经常使用的程序突然崩溃,甚至无法通过最基本的 QA)。
答案2
我在全新安装的 Fedora 18 上看到了同样的行为。我通过删除 vim-command-t 和 vim-nerdtree 解决了这个问题。
答案3
我遇到了类似的问题,vi 每次都会因段错误而崩溃。我发现我的系统上缺少 vim-command-t。安装此软件包解决了该问题。我使用的是 Fedora 17