Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503206 - dev-php/xdebug-2.2.3 - segmentation fault when using option xdebug.collect_return with Symfony framework
Summary: dev-php/xdebug-2.2.3 - segmentation fault when using option xdebug.collect_re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-02 13:27 UTC by Aleksey Egorov
Modified: 2017-01-03 13:32 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 Aleksey Egorov 2014-03-02 13:27:38 UTC
Crash if I use option xdebug.collect_return with Symfony framework.

Reproducible: Always

Steps to Reproduce:
1. install php-5.5.9-pl0-gentoo with xdebug and run it as php-fpm with nginx
2. enable option xdebug.collect_return
3. install Symfony framework and try to open any page. 502 bad gateway error.
Actual Results:  
Segmentation fault

Expected Results:  
I should be able to open page without any errors.

if I remove option collect_return, then php do not crashes.
xdebug profiles shows the following information:

version: 1
creator: xdebug 2.2.3
cmd: /home/countzero/workspace/ce/web/app_dev.php
part: 1
positions: line

events: Time

fl=/home/countzero/workspace/ce/vendor/composer/autoload_real.php
fn=require_once::/home/countzero/workspace/ce/vendor/composer/autoload_real.php
1 5

fl=php:internal
fn=php::spl_autoload_register
22 20

fl=/home/countzero/workspace/ce/vendor/composer/ClassLoader.php
fn=require::/home/countzero/workspace/ce/vendor/composer/ClassLoader.php
1 0

fl=/home/countzero/workspace/ce/vendor/composer/autoload_real.php
fn=ComposerAutoloaderInitb6b258c711ef8b11ae8771afe183e09a::loadClassLoader
9 85
cfl=/home/countzero/workspace/ce/vendor/composer/ClassLoader.php
cfn=require::/home/countzero/workspace/ce/vendor/composer/ClassLoader.php
calls=1 0 0
12 0

fl=php:internal
fn=php::spl_autoload_call
23 41
cfl=/home/countzero/workspace/ce/vendor/composer/autoload_real.php
cfn=ComposerAutoloaderInitb6b258c711ef8b11ae8771afe183e09a::loadClassLoader
calls=1 0 0
0 86

countzero@localhost:/tmp|⇒  emerge --info
Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.18-r1, 3.13.5-gentoo x86_64)
=================================================================
System uname: Linux-3.13.5-gentoo-x86_64-Intel-R-_Core-TM-_i3_CPU_M_350_@_2.27GHz-with-gentoo-2.2
KiB Mem:     8036596 total,   3663072 free
KiB Swap:    3946504 total,   3946504 free
Timestamp of tree: Sun, 02 Mar 2014 11:45:01 +0000
ld GNU ld (GNU Binutils) 2.24
app-shells/bash:          4.2_p45-r1
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.6, 3.3.4
dev-util/cmake:           2.8.12.2
dev-util/pkgconfig:       0.28
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.13.4, 1.14.1
sys-devel/binutils:       2.24-r2
sys-devel/gcc:            4.7.3-r1, 4.8.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.18-r1
Repositories: gentoo sunrise
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs 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="http://mirror.yandex.ru/gentoo-distfiles/"
LANG="ru_RU.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
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"
PORTDIR_OVERLAY="/var/lib/layman/sunrise"
SYNC="rsync://rsync2.ru.gentoo.org/gentoo-portage"
USE="7z 7zip X a52 aac accessibility acl acpi alsa amd64 audiofile automount bash-completion berkdb bzip2 cairo cdda cddb cdr cleartype cli consolekit cpudetection cracklib crypt cxx dbus divx dri dts dv dvb dvd dvdr dvdread dvi emboss encode exif ext4 faac fam fame fat ffmpeg firefox flac fortran freetype gdbm gif gpm gsm gstreamer http iconv inotify ipod jack jpeg lame lcms libnotify live lock mad matroska mjpeg mmx mng modules mozdevelop mp2 mp3 mp3rtp mp4 mpeg multilib musepack musicbrainz ncurses network nls nptl nsplugin ntfs ogg openal opencl opengl openmp pam pango pcre pdf png policykit postscript rar readline real sdl session speex spell sse sse2 sse3 sse4_1 ssl ssse3 stream svg tcpd theora thunar tiff truetype truetype-fonts udev udisks unicode upower usb visualization vorbis vpx win32codecs wmf wxwidgets x264 xcb xfce4 xine xinerama xml xorg xpm xulrunner xv xvid xvmc zip zlib zsh-completion" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" 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 synaptics" 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-3 php5-4 php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="fglrx" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Brian Evans (RETIRED) gentoo-dev 2014-10-02 14:44:09 UTC
This looks similar to http://bugs.xdebug.org/view.php?id=1047
Comment 2 Brian Evans (RETIRED) gentoo-dev 2016-08-01 18:14:46 UTC
Please confirm if this is still an issue with xdebug-2.4.0.  The upstream bug OP reports no further issues with that version.
Comment 3 Michael Orlitzky gentoo-dev 2017-01-02 23:16:21 UTC
Since we think this was a (now fixed) upstream bug, we need confirmation that the issue still exists, if it does. If we don't hear back from you, we'll have to close this as NEEDINFO sooner or later.
Comment 4 Aleksey Egorov 2017-01-03 08:04:30 UTC
By this moment, I'm using another version of php, xdebug and symfony. Yes, it works fine on my system :)
Comment 5 Michael Orlitzky gentoo-dev 2017-01-03 13:32:23 UTC
Glad to hear it, thank you!