Showing me seg fail when i trying to run with my default locale(ru_RU.UTF-8) and starting well with C locale Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: seg fail Portage 2.0.53_rc7 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.6-r0, 2.6.14-gentoo i686) ================================================================= System uname: 2.6.14-gentoo i686 AMD Athlon(tm) Gentoo Base System version 1.12.0_pre10 ccache version 2.4 [enabled] dev-lang/python: 2.4.2 sys-apps/sandbox: 1.2.13 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-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.20-r1 virtual/os-headers: 2.6.11-r3 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d" CXXFLAGS="-O3 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig buildpkg ccache collision-protect distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="ru_RU.UTF-8" LC_ALL="ru_RU.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags,--sort-common -s" LINGUAS="RU EN ru en" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 3dnow 3dnowex 3dnowext 7zip X aac aalib acl acpi activefilter adns aim alsa amuled apache2 applet artworkextra atm audio audiofile avi bash-completion bcmath berkdb bidi bitmap-fonts bmp buttons bzip2 bzlib cairo calendar caps cdb cdparanoia cdr chroot clamav cpdflib crypt css cups curl curlwrappers customlog dba dbus dga dhcp dillo divx4linux doc dv dvb dvd dvdr dvdread dynagraph ecc edl eds emboss encode epiphany escreen etwin exif expat extensions extras fam ffmpeg filepro flash font-server foomaticdb fpx freetds freetype ftp gd geoip gg ggi gif glitz glut gmp gnome-print gnutls gphoto2 gpm graphviz gstreamer gtk2 guile hal howl iconv icq idea idn imagemagick imap imlib irc java jbig jpeg jpeg2k justify kde kdeenablefinal kdgraphics kernel_linux kig-scripting lcms leim lesstif libcaca libclamav libedit libfpx libg++ libwww lirc lj logmail logrotate lua lzo mad mailbox maildir mailwrapper matroska md5sum memlimit mhash mikmod milter mime ming mmap mmx mmxext mng moznomail mozsvg mozxmlterm mp3 mpeg mpi mplayer mppe-mppc musepack mysql mythtv ncurses nethack nis nls nntp nptl nptlonly nvidia objc odbc offensive ogg oggvorbis openal opengl openssh oss pam pccts pcntl pcre pdflib perl php plugin png portaudio posix povray python qt quicktime radius rar readline real remote rss rtc rube ruby sdl session sharedext silc simplexml slang slp sockets socks5 speedo speex spell sse ssl stats subtitles subversion svg symlink tcltk tcpd tetex theora threads tiff toolbar truetype truetype-fonts type1 type1-fonts udev underscores unicode usb userlocales utf8 v4l v4l2 vcd vda vhosts visualization vorbis win32codecs wma123 wmf xanim xface xine xinerama xinetd xml xml2 xosd xpm xrandr xsl xv xvid xvmc yahoo zeroconf zlib zvbi linguas_RU linguas_EN linguas_ru linguas_en userland_GNU elibc_glibc" Unset: ASFLAGS, CTARGET
can you compile with debug useflag and something like -> ( substituting your own CFLAGS ) FEATURES="nostrip" USE="debug" CFLAGS="-march=pentium4 -g -ggdb". then get a backtrace by: gdb xchat run bt thread apply all bt and post the results here.(or attach if its long) Also, try unsetting your LDFLAGS and re-emerging. Thanks.
i did all that you said to me and... analyzer@localhost / $ gdb xchat-2 GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/bin/xchat-2 [Thread debugging using libthread_db enabled] [New Thread -1219127632 (LWP 2981)] [1]+ Stopped gdb xchat-2 dont know how to fix that:(
problem solved after recompiling my world