View Issue Details

IDProjectCategoryView StatusLast Update
0000927XdebugUncategorizedpublic2013-06-22 13:39
Reporterbenjibar Assigned Toderick  
PriorityhighSeverityblockReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformMacOSOSXOS Version10.8.2
Product Version2.2.1 
Summary0000927: Warnings during make and malloc pinter error on execution
Description

I installed xdebug however I am getting warnings when making the .so file and there is an issue when it executes which results in an error.

Wizard gives me

Xdebug installed: 2.2.1
Server API: Apache 2.0 Handler
Windows: no
Zend Server: no
PHP Version: 5.3.1
Zend API nr: 220090626
PHP API nr: 20090626
Debug Build: no
Thread Safe Build: no
Configuration File Path: /Applications/XAMPP/xamppfiles/etc
Configuration File: /Applications/XAMPP/xamppfiles/etc/php.ini
Extensions directory: /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626

Install commands followed

tar -xvzf xdebug-2.2.1.tgz
cd xdebug-2.2.1
/Applications/XAMPP/xamppfiles/bin/phpize
./configure MACOSX_DEPLOYMENT_TARGET=10.8 CFLAGS="-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" CXXFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" LDFLAGS="-arch i386 -arch x86_64 -bind_at_load" --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config-5.3.1
make
sudo cp modules/xdebug.so /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626

then ... Restart Apache via XAMPP control pannel

When I load a page with the XDEBUG_SESSION_START I get an error in the /Applications/XAMPP/xamppfiles/logs/error_log as below

httpd(50431) malloc: error for object 0x22f70: pointer being freed was not allocated
set a breakpoint in malloc_error_break to debug

Steps To Reproduce

When executing the

http://192.168.52.149/enterpriseeyes/wp-admin/admin.php?page=gf_edit_forms&id=18&XDEBUG_SESSION_START

I get an error in the /Applications/XAMPP/xamppfiles/logs/error_log as below

httpd(50431) malloc: error for object 0x22f70: pointer being freed was not allocated
set a breakpoint in malloc_error_break to debug

Additional Information

Running XAMPP Version 1.7.3 with developer pack

TagsNo tags attached.
Operating System
PHP Version5.3.1

Activities

benjibar

2013-02-18 22:25

reporter   ~0002429

I forgot to mention that I am trying to plumb xdebug up to my phpStorm which initially shows connected in the debugger, but then after the crash i just get "waiting for incoming connection with ide key 'XXXXX'" (this is the same key that phpStorm raises in the browser, but the connection never comes through because of the error raised.

benjibar

2013-02-18 22:28

reporter   ~0002430

Also forgot to mention that in my php.ini file i have the following configuration

[xdebug]
zend_extension = /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so
;xdebug.file_link_format="txmt://open?url=file://%f&line=%1"
xdebug.remote_enable = 1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
cgi.force_redirect = 0
xdebug.remote_host=192.168.52.149

benjibar

2013-02-18 22:38

reporter   ~0002431

Final note (i hope) - Just wanted to include the output of the make which as I mentioned included some pointer warnings

$ /Applications/XAMPP/xamppfiles/bin/phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
configure.in:3: warning: prefer named diversions
configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain cv to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
aclocal.m4:3585: AC_LIBTOOL_LINKER_OPTION is expanded from...
aclocal.m4:5597: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:5492: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:3109: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:2967: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from...
configure.in:150: the top level
configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain cv to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
aclocal.m4:3548: AC_LIBTOOL_COMPILER_OPTION is expanded from...
aclocal.m4:8133: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
aclocal.m4:5597: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:5492: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:3109: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:2967: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from...
configure.in:150: the top level
configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain cv to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
aclocal.m4:3548: AC_LIBTOOL_COMPILER_OPTION is expanded from...
aclocal.m4:8133: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
aclocal.m4:6549: _LT_AC_LANG_CXX_CONFIG is expanded from...
aclocal.m4:5605: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
aclocal.m4:4737: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:3109: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:2967: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from...
configure.in:150: the top level
configure.in:3: warning: prefer named diversions
configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain cv to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
aclocal.m4:3585: AC_LIBTOOL_LINKER_OPTION is expanded from...
aclocal.m4:5597: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:5492: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:3109: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:2967: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from...
configure.in:150: the top level
configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain cv to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
aclocal.m4:3548: AC_LIBTOOL_COMPILER_OPTION is expanded from...
aclocal.m4:8133: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
aclocal.m4:5597: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:5492: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:3109: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:2967: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from...
configure.in:150: the top level
configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain cv to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
aclocal.m4:3548: AC_LIBTOOL_COMPILER_OPTION is expanded from...
aclocal.m4:8133: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
aclocal.m4:6549: _LT_AC_LANG_CXX_CONFIG is expanded from...
aclocal.m4:5605: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
aclocal.m4:4737: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:3109: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:2967: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from...
configure.in:150: the top level

$ ./configure MACOSX_DEPLOYMENT_TARGET=10.8 CFLAGS="-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" CXXFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" LDFLAGS="-arch i386 -arch x86_64 -bind_at_load" --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config-5.3.1
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
rm: conftest.dSYM: is a directory
checking for suncc... no
rm: conftest.dSYM: is a directory
checking whether cc understands -c and -o together... rm: conftest.dSYM: is a directory
yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-apple-darwin12.2.1
checking host system type... i686-apple-darwin12.2.1
checking target system type... i686-apple-darwin12.2.1
checking for PHP prefix... /Applications/XAMPP/xamppfiles
checking for PHP includes... -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include
checking for PHP extension directory... /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626
checking for PHP installed headers prefix... /Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable eXtended debugging support... yes, shared
checking Check for supported PHP versions... supported (5.3.1)
checking for gettimeofday... yes
checking for cos in -lm... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from cc object... rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if cc static flag works... rm: conftest.dSYM: is a directory
yes
checking if cc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if cc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h

$ make
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug.c -o xdebug.lo
mkdir .libs
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug.c -fno-common -DPIC -o .libs/xdebug.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_code_coverage.c -o xdebug_code_coverage.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_code_coverage.c -fno-common -DPIC -o .libs/xdebug_code_coverage.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_com.c -o xdebug_com.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_com.c -fno-common -DPIC -o .libs/xdebug_com.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_compat.c -o xdebug_compat.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_compat.c -fno-common -DPIC -o .libs/xdebug_compat.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c -o xdebug_handler_dbgp.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c -fno-common -DPIC -o .libs/xdebug_handler_dbgp.o
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c:305:36: warning: passing 'const char ' to parameter of type 'char '
discards qualifiers in nested pointer types [-Wincompatible-pointer-types]
Z_OBJ_HT_P(z)->get_class_name(z, (const char *) &name, &name_len, 0 TSRMLS_CC) != SUCCESS) {
^~~~~
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c:1308:21: warning: incompatible pointer types initializing 'jmp_buf
'
(aka 'int ()[18]') with an expression of type 'sigjmp_buf ' (aka 'int ()[19]') [-Wincompatible-pointer-types]
jmp_buf
original_bailout = EG(bailout);
^ ~~~
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c:1343:14: warning: incompatible pointer types assigning to 'sigjmp_buf '
(aka 'int (
)[19]') from 'jmp_buf ' (aka 'int ()[18]') [-Wincompatible-pointer-types]
EG(bailout) = original_bailout;
^ ~~~~
3 warnings generated.
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c:305:36: warning: passing 'const char ' to parameter of type 'char '
discards qualifiers in nested pointer types [-Wincompatible-pointer-types]
Z_OBJ_HT_P(z)->get_class_name(z, (const char ) &name, &name_len, 0 TSRMLS_CC) != SUCCESS) {
^~~~~
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c:1308:21: warning: incompatible pointer types initializing 'jmp_buf '
(aka 'int (
)[37]') with an expression of type 'sigjmp_buf ' (aka 'int ()[38]') [-Wincompatible-pointer-types]
jmp_buf original_bailout = EG(bailout);
^ ~~~
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handler_dbgp.c:1343:14: warning: incompatible pointer types assigning to 'sigjmp_buf
'
(aka 'int ()[38]') from 'jmp_buf ' (aka 'int (*)[37]') [-Wincompatible-pointer-types]
EG(bailout) = original_bailout;
^ ~~~~
3 warnings generated.
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handlers.c -o xdebug_handlers.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_handlers.c -fno-common -DPIC -o .libs/xdebug_handlers.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_llist.c -o xdebug_llist.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_llist.c -fno-common -DPIC -o .libs/xdebug_llist.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_hash.c -o xdebug_hash.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_hash.c -fno-common -DPIC -o .libs/xdebug_hash.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_private.c -o xdebug_private.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_private.c -fno-common -DPIC -o .libs/xdebug_private.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_profiler.c -o xdebug_profiler.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_profiler.c -fno-common -DPIC -o .libs/xdebug_profiler.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_set.c -o xdebug_set.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_set.c -fno-common -DPIC -o .libs/xdebug_set.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_stack.c -o xdebug_stack.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_stack.c -fno-common -DPIC -o .libs/xdebug_stack.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_str.c -o xdebug_str.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_str.c -fno-common -DPIC -o .libs/xdebug_str.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_superglobals.c -o xdebug_superglobals.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_superglobals.c -fno-common -DPIC -o .libs/xdebug_superglobals.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_tracing.c -o xdebug_tracing.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_tracing.c -fno-common -DPIC -o .libs/xdebug_tracing.o
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_tracing.c:452:28: warning: format string is not a string literal (potentially insecure)
[-Wformat-security]
fprintf(XG(trace_file), tmp);
^~~
1 warning generated.
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_tracing.c:452:28: warning: format string is not a string literal (potentially insecure)
[-Wformat-security]
fprintf(XG(trace_file), tmp);
^~~
1 warning generated.
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c -o xdebug_var.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c -fno-common -DPIC -o .libs/xdebug_var.o
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:219:65: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_unmangle_property_name(mangled_property, mangled_len - 1, &cls_name, &prop_name);
^~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_compile.h:575:99: note: passing argument to parameter 'prop_name' here
ZEND_API int zend_unmangle_property_name(char *mangled_property, int mangled_property_len, char
prop_name, char class_name);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:219:76: warning: passing 'const char
' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_unmangle_property_name(mangled_property, mangled_len - 1, &cls_name, &prop_name);
^~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_compile.h:575:117: note: passing argument to parameter 'class_name' here
ZEND_API int zend_unmangle_property_name(char mangled_property, int mangled_property_len, char prop_name, char class_name);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:437:39: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:535:38: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:748:39: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:846:38: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:1250:38: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
7 warnings generated.
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:219:65: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_unmangle_property_name(mangled_property, mangled_len - 1, &cls_name, &prop_name);
^~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_compile.h:575:99: note: passing argument to parameter 'prop_name' here
ZEND_API int zend_unmangle_property_name(char
mangled_property, int mangled_property_len, char
prop_name, char class_name);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:219:76: warning: passing 'const char
' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_unmangle_property_name(mangled_property, mangled_len - 1, &cls_name, &prop_name);
^~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_compile.h:575:117: note: passing argument to parameter 'class_name' here
ZEND_API int zend_unmangle_property_name(char mangled_property, int mangled_property_len, char prop_name, char class_name);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:437:39: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:535:38: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:748:39: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:846:38: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char class_name, zend_uint class_name_len TSRMLS_DC);
^
/Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_var.c:1250:38: warning: passing 'const char ' to parameter of type 'char ' discards
qualifiers in nested pointer types [-Wincompatible-pointer-types]
zend_get_object_classname(
struc, (const char
) &class_name, &class_name_len TSRMLS_CC);
^~~~~~~
/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend/zend_API.h:324:67: note: passing argument to parameter 'class_name' here
ZEND_API int zend_get_object_classname(const zval *object, char *class_name, zend_uint class_name_len TSRMLS_DC);
^
7 warnings generated.
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_xml.c -o xdebug_xml.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/xdebug_xml.c -fno-common -DPIC -o .libs/xdebug_xml.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=compile cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/usefulstuff.c -o usefulstuff.lo
cc -I. -I/Users/benhamblin/Downloads/xdebug-2.2.1 -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -c /Users/benhamblin/Downloads/xdebug-2.2.1/usefulstuff.c -fno-common -DPIC -o .libs/usefulstuff.o
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=link cc -DPHP_ATOM_INC -I/Users/benhamblin/Downloads/xdebug-2.2.1/include -I/Users/benhamblin/Downloads/xdebug-2.2.1/main -I/Users/benhamblin/Downloads/xdebug-2.2.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -arch i386 -arch x86_64 -bind_at_load -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /Users/benhamblin/Downloads/xdebug-2.2.1/modules xdebug.lo xdebug_code_coverage.lo xdebug_com.lo xdebug_compat.lo xdebug_handler_dbgp.lo xdebug_handlers.lo xdebug_llist.lo xdebug_hash.lo xdebug_private.lo xdebug_profiler.lo xdebug_set.lo xdebug_stack.lo xdebug_str.lo xdebug_superglobals.lo xdebug_tracing.lo xdebug_var.lo xdebug_xml.lo usefulstuff.lo -lm
cc ${wl}-undefined ${wl}dynamic_lookup -o .libs/xdebug.so -bundle .libs/xdebug.o .libs/xdebug_code_coverage.o .libs/xdebug_com.o .libs/xdebug_compat.o .libs/xdebug_handler_dbgp.o .libs/xdebug_handlers.o .libs/xdebug_llist.o .libs/xdebug_hash.o .libs/xdebug_private.o .libs/xdebug_profiler.o .libs/xdebug_set.o .libs/xdebug_stack.o .libs/xdebug_str.o .libs/xdebug_superglobals.o .libs/xdebug_tracing.o .libs/xdebug_var.o .libs/xdebug_xml.o .libs/usefulstuff.o -lm -arch i386 -arch x86_64 -arch i386 -arch x86_64
creating xdebug.la
(cd .libs && rm -f xdebug.la && ln -s ../xdebug.la xdebug.la)
/bin/sh /Users/benhamblin/Downloads/xdebug-2.2.1/libtool --mode=install cp ./xdebug.la /Users/benhamblin/Downloads/xdebug-2.2.1/modules
cp ./.libs/xdebug.so /Users/benhamblin/Downloads/xdebug-2.2.1/modules/xdebug.so
cp ./.libs/xdebug.lai /Users/benhamblin/Downloads/xdebug-2.2.1/modules/xdebug.la

Libraries have been installed in:
/Users/benhamblin/Downloads/xdebug-2.2.1/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:

  • add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
    during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

Build complete.
Don't forget to run 'make test'.

derick

2013-02-19 11:01

administrator   ~0002433

Hey - I will have to have a look at the compile errors. I've seen errors of crashes but have not been able to reproduce this locally. Would would be excellent if you can produce a backtrace for me. The hint is in your error:

httpd(50431) malloc: error for object 0x22f70: pointer being freed was not allocated
set a breakpoint in malloc_error_break to debug

I don't really know XAMP, but in order to make a backtrace, you need to start apache in single process mode. In general, you can do this with:

  • stop apache
  • run: gdb /full/path/to/httpd -X
  • run (on the gdb prompt): break malloc_error_break
  • run (on the gdb prompt): run

Now, run the one single request that causes apache to crash/stop. On the gdb prompt you can now run:

bt full

Hope you can manage to do this, it would be most useful trying to find the problem.

benjibar

2013-02-19 19:43

reporter   ~0002434

I did some investigation online and found that XAMPP has an httd.conf file and it is possible to set 'LogLevel debug'. This supposedly provides a backtrace.

According to the php website I need to have --debug-enabled set on my php configuration in order to perform a backtrace. phpinfo() on XAMPP is showing the following flag is set '--disable-debug'
https://bugs.php.net/bugs-generating-backtrace.php

I will see if I can reconfigure/compile this, but in the mean time here's the XAMPP 'debug' output.

[Tue Feb 19 19:07:49 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55879 for worker proxy:reverse
[Tue Feb 19 19:07:49 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:49 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55879 for (*)
httpd(55708) malloc: error for object 0x1d7243: pointer being freed was not allocated
set a breakpoint in malloc_error_break to debug
[Tue Feb 19 19:07:50 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55882 for worker proxy:reverse
[Tue Feb 19 19:07:50 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55881 for worker proxy:reverse
[Tue Feb 19 19:07:50 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:50 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:50 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55882 for ()
[Tue Feb 19 19:07:50 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55881 for (
)
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55884 for worker proxy:reverse
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55884 for ()
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55883 for worker proxy:reverse
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55883 for (
)
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55885 for worker proxy:reverse
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55885 for ()
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 55886 for worker proxy:reverse
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1825): proxy: worker proxy:reverse already initialized
[Tue Feb 19 19:07:51 2013] [debug] proxy_util.c(1922): proxy: initialized single connection worker 0 in child 55886 for (
)
[Tue Feb 19 19:07:52 2013] [notice] child pid 55708 exit signal Segmentation fault (11)

derick

2013-05-22 05:49

administrator   ~0002480

Could you please try Xdebug 2.2.3 which has just been released? I am suspecting that release might fix this issue.

derick

2013-06-09 10:21

administrator   ~0002498

Hello - can you please try 2.2.3?

derick

2013-06-22 13:39

administrator   ~0002513

Unable to reproduce, and no feedback provided. Please reopen if this is still an issue for you.

Issue History

Date Modified Username Field Change
2013-02-18 22:21 benjibar New Issue
2013-02-18 22:25 benjibar Note Added: 0002429
2013-02-18 22:28 benjibar Note Added: 0002430
2013-02-18 22:38 benjibar Note Added: 0002431
2013-02-19 11:01 derick Note Added: 0002433
2013-02-19 19:43 benjibar Note Added: 0002434
2013-05-22 05:49 derick Note Added: 0002480
2013-05-22 05:49 derick Assigned To => derick
2013-05-22 05:49 derick Status new => feedback
2013-06-09 10:21 derick Note Added: 0002498
2013-06-22 13:39 derick Note Added: 0002513
2013-06-22 13:39 derick Status feedback => resolved
2013-06-22 13:39 derick Resolution open => unable to reproduce
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized