Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522690 - app-shells/bash-4.2_p45: infinite function recursion: /usr/lib64/portage/bin/ebuild.sh: line 719: 10893 Segmentation fault (core dumped)
Summary: app-shells/bash-4.2_p45: infinite function recursion: /usr/lib64/portage/bin/...
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-13 06:42 UTC by Sergey S. Starikoff
Modified: 2014-10-19 05:50 UTC (History)
0 users

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


Attachments
cde-9999_build.log.bz2 (cde-9999_build.log.bz2,140.65 KB, application/x-bzip)
2014-09-13 08:09 UTC, Sergey S. Starikoff
Details
cde-9999_die.env.bz2 (cde-9999_die.env.bz2,42.46 KB, application/x-bzip)
2014-09-13 08:10 UTC, Sergey S. Starikoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey S. Starikoff 2014-09-13 06:42:26 UTC
My workstation is configured to write properly named core dumps to special dir.
Today checking cde-9999 ebuild (could be find in bug #505542) I've find the following issue:
>>> Source compiled.
>>> Test phase [not enabled]: cde-base/cde-9999

>>> Install cde-9999 into /var/tmp/portage/cde-base/cde-9999/image/ category cde-base
/usr/lib64/portage/bin/ebuild.sh: line 719: 10893 Segmentation fault      (core dumped) ( if [[ -n ${PORTAGE_PIPE_FD} ]]; then
    eval "exec ${PORTAGE_PIPE_FD}>&-"; unset PORTAGE_PIPE_FD;
fi; __ebuild_main ${EBUILD_SH_ARGS}; exit 0 )
 * The ebuild phase 'install' has exited unexpectedly. This type of
 * behavior is known to be triggered by things such as failed variable
 * assignments (bug #190128) or bad substitution errors (bug #200313).
 * Normally, before exiting, bash should have displayed an error message
 * above. If bash did not produce an error message above, it's possible
 * that the ebuild has called `exit` when it should have called `die`
 * instead. This behavior may also be triggered by a corrupt bash binary or
 * a hardware problem such as memory or cpu malfunction. If the problem is
 * not reproducible or it appears to occur randomly, then it is likely to
 * be triggered by a hardware problem. If you suspect a hardware problem
 * then you should try some basic hardware diagnostics such as memtest.
 * Please do not report this as a bug unless it is consistently
 * reproducible and you are sure that your bash binary and hardware are
 * functioning properly.

Core dump directory showed, previously (during build process) happened core dump:
$ ls -l /tmp/cores
-rw------- 1 portage portage   425984 сен 13 09:59 core_30953.exe-6.31748
-rw------- 1 root    root    24002560 сен 13 10:10 core_ebuild.sh-11.10893
The first core is an upstream issue.
But portage should not crash (with core dumping) on any error in build system.

$ equery u sys-apps/portage
…
 * Found these USE flags for sys-apps/portage-2.2.8-r1:
 U I
 - - build                    : !!internal use only!! DO NOT SET THIS FLAG
                                YOURSELF!, used for creating build images and
                                the first half of bootstrapping [make stage1]
 - - doc                      : Add extra documentation (API, Javadoc, etc). It
                                is recommended to enable per package instead of
                                globally
 - - epydoc                   : Build html API documentation with epydoc.
 - + ipc                      : Use inter-process communication between portage
                                and running ebuilds.
 + + linguas_ru               : Russian locale
 - - python2                  : Use python2 as Python interpreter.
 - - python3                  : Use python3 as Python interpreter.
 + + python_targets_python2_7 : Build with Python 2.7
 + + python_targets_python3_3 : Build with Python 3.3
 - - xattr                    : Preserve extended attributes (filesystem-stored
                                metadata) when installing files. Usually only
                                required for hardened systems.

$ equery u app-shells/bash
…
 * Found these USE flags for app-shells/bash-4.2_p45:
 U I
 - - afs          : Add OpenAFS support (distributed file system)
 - - bashlogger   : Log ALL commands typed into bash; should ONLY be used in restricted environments such as
                    honeypots
 - - examples     : Install examples, usually source code
 - - mem-scramble : Build with custom malloc/free overwriting allocated/freed memory
 + + net          : Enable /dev/tcp/host/port redirection
 + + nls          : Add Native Language Support (using gettext - GNU locale utilities)
 - - plugins      : Add support for loading builtins at runtime via 'enable'
 - + readline     : Enable support for libreadline, a GNU line-editing library that almost everyone wants
 - - vanilla      : Do not add extra patches which change default behaviour; DO NOT USE THIS ON A GLOBAL SCALE
                    as the severity of the meaning changes drastically

$ einfo 
Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.19-r1, 3.12.21-aufs-r1 x86_64)
=================================================================
System uname: Linux-3.12.21-aufs-r1-x86_64-Intel-R-_Core-TM-_i5_CPU_661_@_3.33GHz-with-gentoo-2.2
KiB Mem:     7977808 total,   4541804 free
KiB Swap:    4024240 total,   4024240 free
Timestamp of tree: Fri, 12 Sep 2014 14:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.7, 3.3.5-r1
dev-util/cmake:           2.8.12.2-r1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo rion zugaina local_home
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA GPL*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/conf.d/clock /etc/rc.conf /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles/"
EMERGE_DEFAULT_OPTS="--ask=y --verbose --autounmask=n"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildsyspkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://xeon.gentoo.ru/mirrors/gentoo/distfiles/ 		ftp://mirror2.corbina.ru/gentoo-distfiles/ 		http://mirror2.corbina.ru/gentoo-distfiles/ 		http://mirror.yandex.ru/gentoo-distfiles/ 		ftp://mirror.yandex.ru/gentoo-distfiles/ 		http://gentoo.bloodhost.ru/ 		ftp://gentoo.bloodhost.ru/ 		distfiles.gentoo.org"
LANG="ru_RU.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages/"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/gentoo"
PORTDIR_OVERLAY="/usr/portage/layman/rion /usr/portage/layman/zugaina /usr/portage/local"
SYNC="rsync://mirror.yandex.ru/gentoo-portage/"
USE="X a52 acl alsa amd64 berkdb bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus djvu dri dv dvd ffmpeg flac fortran gdbm gif gtk iconv icu jpeg jpeg2k kpathsea mac mmx modules mp3 mpeg multilib ncurses nls nptl ogg openmp pam pcre pdf png policykit qt3support readline session sse sse2 ssl tcpd tiff truetype unicode utf8 v4l v4l2 vorbis zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" FOO2ZJS_DEVICES="hp1018" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="ru" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386" QEMU_USER_TARGETS="i386" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="genesys" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-13 07:23:12 UTC
1) Please attach the entire build log to this bug report.
2) Please attach the environment file to this bug report.
3) Please post the gdb backtrace from that core file.
Comment 2 Sergey S. Starikoff 2014-09-13 08:09:35 UTC
Created attachment 384656 [details]
cde-9999_build.log.bz2

bzip2-compressed build log
Comment 3 Sergey S. Starikoff 2014-09-13 08:10:58 UTC
Created attachment 384658 [details]
cde-9999_die.env.bz2

bzip2-compressed die.env
Or it is not the requested environment.
Comment 4 Sergey S. Starikoff 2014-09-13 08:13:50 UTC
(In reply to Jeroen Roovers from comment #1)
> 3) Please post the gdb backtrace from that core file.

$ gdb /bin/bash --core core_ebuild.sh-11.10893
GNU gdb (Gentoo 7.6.2 p1) 7.6.2
…
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /bin/bash...(no debugging symbols found)...done.

warning: core file may not match specified executable file.
[New LWP 10893]

warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
Core was generated by `/bin/bash /usr/lib64/portage/bin/ebuild.sh install'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007eff8a283a88 in mbrtowc () from /lib64/libc.so.6
(gdb) 

Is it enough or I should rebuild app-shells/bash (?) enabling debug USE and re-reproduce this core?
Comment 5 Sergey S. Starikoff 2014-09-13 11:01:30 UTC
Intermediate SIGABRT crash during build process doesn't corresponds with ebuild.sh crash. I've seen it also at least after build of cde-2.2.2.

This crash reproduces only with incorrect ebuild from https://505542.bugs.gentoo.org/attachment.cgi?id=384652
Comment 6 Zac Medico gentoo-dev 2014-09-13 20:25:55 UTC
(In reply to Sergey S. Starikoff from comment #5)
> Intermediate SIGABRT crash during build process doesn't corresponds with
> ebuild.sh crash. I've seen it also at least after build of cde-2.2.2.
> 
> This crash reproduces only with incorrect ebuild from
> https://505542.bugs.gentoo.org/attachment.cgi?id=384652

That ebuild has infinite recursion in src_install, so that probably explains why bash crashed.
Comment 7 SpanKY gentoo-dev 2014-10-19 05:50:50 UTC
not sure what the expectation is here.  any time you hit infinite recursion, you're going to crash.  just don't do that ...