The related things:

About my system:
Linux pansz-pc 2.6.24-26-generic #1 SMP Tue Dec 1 18:37:31 UTC 2009 i686 GNU/Linux Ubuntu 8.04.3 LTS

About vim:

VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Jan 21 2010 14:23:52)
Included patches: 1-327
Compiled by p...@pansz-pc
Big version with GTK2 GUI.
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/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype 2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -O2 -g -march=native -mfpmath=sse -DNDEBUG Linking: gcc -L/usr/local/lib -o vim -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lca iro -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXt -lm -lncurses -lselinux -lacl -lgpm

About myvimrc:
set nocompatible
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,euc-cn,cp936,gb18030,latin1
set noloadplugins
runtime plugin/vimim.vim

About the plugin:
http://vimim.googlecode.com/svn/trunk/plugin/vimim.vim

The operation:
vim -u myvimrc
press i to enter insert mode
press <Ctrl-\> and hold it for several seconds. (depend on your pc, may crash within 3 seconds to 60 seconds)
vim will now caught SIGSEGV and core dumped.

Here is the backtrace:

(gdb) bt
#0  0xb7f33410 in __kernel_vsyscall ()
#1  0xb775b4b6 in kill () from /lib/tls/i686/cmov/libc.so.6
#2  0x0812b2ca in may_core_dump () at os_unix.c:3101
#3  0x0812d0e5 in mch_exit (r=1) at os_unix.c:3066
#4  0x080f0460 in preserve_exit () at misc1.c:8392
#5  <signal handler called>
#6  0xb77a348d in memmove () from /lib/tls/i686/cmov/libc.so.6
#7  0x081846e8 in set_input_buf (p=0x82524c8 "\004") at ui.c:1592
#8  0x080c7209 in vgetorpeek (advance=1) at getchar.c:2454
#9  0x080c7f36 in vgetc () at getchar.c:1559
#10 0x080c844a in safe_vgetc () at getchar.c:1764
#11 0x0806b5d6 in edit (cmdchar=73, startln=0, count=0) at edit.c:717
#12 0x08113023 in normal_cmd (oap=0xbfde8cfc, toplevel=1) at normal.c:1367
#13 0x080d6fd6 in main_loop (cmdwin=0, noexmode=0) at main.c:1211
#14 0x080da5ce in main (argc=Cannot access memory at address 0x1
) at main.c:955
(gdb)




-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to