View Issue Details

IDProjectCategoryView StatusLast Update
0000382Xdebugpublic2009-11-22 18:03
ReporterMilian Wolff Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
Summary0000382: segmentation fault for php -d xdebug.profiler_enable=1 yourfile.php
Description

It is not possible to enable profiling directly from the command line on-demand. There is no alternative to the GET/POST/COOKIE XDEBUG_PROFILE trigger, not even this:

php -d xdebug.profiler_enable=1 yourfile.php

It is noted that this setting is not settable via ini_set() from the PHP file, yet I assume it should be possible to set it for the php interpreter?

Additional Information

PHP 5.2.3-1ubuntu6.3 (cli) (built: Jan 10 2008 09:38:37)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Xdebug v2.1.0-dev, Copyright (c) 2002-2008, by Derick Rethans

Xdebug is compiled from current trunk.

TagsNo tags attached.
Operating SystemUbuntu Gutsy 2.6.22-15-generic
PHP Version5.2.3

Activities

derick

2009-11-22 16:41

administrator   ~0001153

This works fine for me, and I don't see any crashes. Can you please retry with Xdebug from CVS and provide a GDB backtrace if it happens still?

Milian Wolff

2009-11-22 17:59

reporter   ~0001161

True, works now. Thanks.

I can't find how to close the report...

derick

2009-11-22 18:03

administrator   ~0001162

Alrighty then, closing.

Issue History

Date Modified Username Field Change
2008-07-03 22:55 Milian Wolff New Issue
2009-11-22 16:41 derick Note Added: 0001153
2009-11-22 16:41 derick Status new => feedback
2009-11-22 17:59 Milian Wolff Note Added: 0001161
2009-11-22 18:03 derick Note Added: 0001162
2009-11-22 18:03 derick Status feedback => closed
2009-11-22 18:03 derick Resolution open => unable to reproduce
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)