Created
November 10, 2013 04:13
-
-
Save mame/7393696 to your computer and use it in GitHub Desktop.
unbelievable hit a vim bug?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget https://raw.github.com/michaeldv/unbelievable/master/lib/unbelievable/haiku.rb | |
--2013-11-10 13:11:03-- https://raw.github.com/michaeldv/unbelievable/master/lib/unbelievable/haiku.rb | |
Resolving raw.github.com (raw.github.com)... 103.245.222.133 | |
Connecting to raw.github.com (raw.github.com)|103.245.222.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 3772 (3.7K) [text/plain] | |
Saving to: 'haiku.rb' | |
100%[======================================>] 3,772 --.-K/s in 0s | |
2013-11-10 13:11:04 (19.4 MB/s) - 'haiku.rb' saved [3772/3772] | |
$ vim haiku.rb | |
Vim: Caught deadly signal SEGV | |
Vim: Finished. | |
Segmentation fault (core dumped) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vim --version | |
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 12 2013 00:23:19) | |
Modified by [email protected] | |
Compiled by buildd@ | |
Huge version without 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 -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 | |
+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" | |
2nd user vimrc file: "~/.vim/vimrc" | |
user exrc file: "$HOME/.exrc" | |
fall-back for $VIM: "/usr/share/vim" | |
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 | |
Linking: gcc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment