Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148929 - Segfault while starting gvim
Summary: Segfault while starting gvim
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-24 07:05 UTC by xinming
Modified: 2006-09-25 07:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xinming 2006-09-24 07:05:29 UTC
Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.18 i686)
=================================================================
System uname: 2.6.18 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.5
Last Sync: Sat, 23 Sep 2006 15:59:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp"
LINGUAS="en_US zh_CN zh_TW"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTDIR="/data/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl acpi adns afs aim alsa apache2 audiofile bash-completion bcmath berkdb bitmap-fonts blas bluetooth bonobo bzip2 cairo cdparanoia cdr cli crypt cscope ctype cups curl dba dbase dbm dbus dbx dlloader doc dri dv dvb dvd dvdr dvdread eds elibc_glibc emacs encode esd evo examples expat fam fastcgi fdftk ffmpeg fftw firefox flatfile fortran ftp gd gdbm gif ginac gnome gnutls gphoto2 gpm gps gstreamer gtk2 guile hal howl iconv icq idn ieee1394 imagemagick imap imlib inifile innodb input_devices_keyboard input_devices_mouse ipv6 isdnlog jabber jack javascript jbig jpeg jpeg2k kernel_linux lapack lcms ldap lesstif libcaca libg++ libwww linguas_en_US linguas_zh_CN linguas_zh_TW lm_sensors mad maildir mbox memlimit mikmod milter mime mmap mmx mng motif mp3 mpeg mpi msn mysql nas ncurses netboot netcdf nls nocd nptl nptlonly ogg openal opengl osc pam pcmcia pcntl pcre pda pdf perl plotutils png portaudio posix postgres ppds pppd profile python qdbm quicktime readline recode reflection samba sasl scanner sdl session sharedmem shorten skey slang smartcard sndfile snmp soap sockets socks5 source speex spell sqlite3 sse sse2 ssl startup-notification svg sysvipc szip tcpd theora tidy tiff truetype truetype-fonts type1-fonts udev unicode userland_GNU vcd vhosts video_cards_ati video_cards_radeon videos vorbis wddx wifi win32codecs wmf xface xinerama xml xmlrpc xorg xosd xpm xprint xsl xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


# the output below is generated when you type the command gvim.
Warning: Missing charsets in String to FontSet conversion
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault

Any ideas please?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-24 07:08:25 UTC
Reopen with gvim version and a backtrace:

http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 2 xinming 2006-09-25 07:01:53 UTC
Hmm, thanks.
I've found where the bug is, In my /etc/make.conf file,
I have -gtk in USE.

And no matter which version of gvim, It would segfault if you have this in your USE, my solution for now is, have a line 'app-editors/gvim        gtk' in /etc/portage/package.use
I think the ebuild should set gtk for user.
otherwise, It would always fail.

Thanks for your reply.


(In reply to comment #1)
> Reopen with gvim version and a backtrace:
> 
> http://www.gentoo.org/proj/en/qa/backtraces.xml
>