[xdebug-general] Newbie: apache segfault

From: Mark Constable <markc[@]renta.net>
Date: Sat, 20 Nov 2004 14:54:56 +1000

Hi all, I'm trying to use xdebug for the first time and seem to
have things mostly in order but I get an apache segfault when I
append ?XDEBUG_SESSION_START= to any URL. This output from phpinfo
and the debugclient seem to be Ok, best I can determine. I'm stuck
knowing what to look at next to determine where my problem lies ?

Everything is on the same host. Any pointers gratefully accepted.

  Apache Version Apache/2.0.52 (Gentoo/Linux) mod_ssl/2.0.52
     OpenSSL/0.9.7d DAV/2 SVN/1.1.1 PHP/5.0.2
  Apache API Version 20020903

  Version 2.0.0beta1
  DBGp - Common DeBuGger Protocol $Revision: 1.58 $
  GDB - GNU Debugger protocol $Revision: 1.76 $
  PHP3 - PHP 3 Debugger protocol $Revision: 1.19 $

  xdebug.allowed_clients no value
  xdebug.auto_trace Off
  xdebug.collect_includes On
  xdebug.collect_params Off
  xdebug.collect_return Off
  xdebug.default_enable On
  xdebug.dump.COOKIE no value
  xdebug.dump.ENV no value
  xdebug.dump.FILES no value
  xdebug.dump.GET no value
  xdebug.dump.POST no value
  xdebug.dump.REQUEST no value
  xdebug.dump.SERVER no value
  xdebug.dump.SESSION no value
  xdebug.dump_globals On
  xdebug.dump_once On
  xdebug.dump_undefined Off
  xdebug.extended_info On
  xdebug.idekey root
  xdebug.manual_url http://www.php.net
  xdebug.max_nesting_level 100
  xdebug.profiler_enable Off
  xdebug.profiler_output_dir /tmp
  xdebug.profiler_output_name crc32
  xdebug.remote_autostart Off
  xdebug.remote_enable On
  xdebug.remote_handler dbgp
  xdebug.remote_host localhost
  xdebug.remote_mode req
  xdebug.remote_port 9000
  xdebug.show_local_vars Off
  xdebug.show_mem_delta Off
  xdebug.trace_format 0
  xdebug.trace_options 0
  xdebug.trace_output_dir /home/w/lan/shuttle/drupal/tmp
  xdebug.trace_output_name crc32

# /usr/local/bin/debugclient -p 9000
Xdebug Simple DBGp client (0.8.0)
Copyright 2002-2004 by Derick Rethans.
- libedit support: enabled
Listening on TCP port 9000.

Waiting for debug server to connect.

#tail /etc/php/apache2-php5/php.ini

zend_extension=/usr/src/xdebug-2.0.0beta1/modules/xdebug.so

xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.trace_output_dir=/home/w/lan/shuttle/drupal/tmp

--markc
Received on Sat Nov 20 2004 - 05:55:08 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST