View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001322 | Xdebug | Uncategorized | public | 2016-06-26 00:56 | 2018-05-08 09:06 |
Reporter | nazar-pc | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu x64 | OS Version | 16.10 Yakkety |
Product Version | 2.4.0 | ||||
Summary | 0001322: Xdebug causes PHP to segfault | ||||
Description | Conditions are really strange, I'm not sure how to describe it. | ||||
Steps To Reproduce |
| ||||
Additional Information | Copy of output from GitHub repository for historical reference: | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.0.5-7.0.9 | ||||
|
Found that it only crashes with |
|
In my case, crash with xdebug.profiler_aggregate = On |
|
stace output: 5407 stat("/tmp/trace.2043925204.xt", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 |
|
Still and issue in 2.4.1 |
|
Can you still reproduce this with PHP 7.0.14 and Xdebug 2.5.0? |
|
Actually no, just updated to PHP 7.0.14 and Xdebug 2.5.0 from Ond?ej Surý ppa and I do not experience this issue anymore. |
|
Travis CI with 7.0.13 and 2.5.0 is also fine, issue can be closed as fixed. |
|
Okay - thanks for checking again. |
|
Not fixed here. As soon as I turn profiler_aggregate on, it segfaults as soon as I make a request. If I turn it off, everything's fine and dandy. tl;dr null pointer dereference in xdebug_add_stack_frame prev->aggr_entry == versions == == xdebug settings == xdebug.profiler_enable=1 xdebug.var_display_max_children=-1 == trace == (gdb) frame 0 (gdb) p prev |
|
@jrunyon, please open a new ticket - preferably reproducible with the command line PHP web server ~ and a short reproducible script. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-06-26 00:56 | nazar-pc | New Issue | |
2016-06-26 02:18 | nazar-pc | Note Added: 0003636 | |
2016-06-28 18:33 | incastrix | Note Added: 0003637 | |
2016-06-28 18:46 | incastrix | Note Added: 0003638 | |
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) |
2016-09-23 14:02 | nazar-pc | Note Added: 0003709 | |
2016-12-12 00:05 | derick | Note Added: 0004023 | |
2016-12-12 00:06 | derick | Category | (No Category) => Usage problems (Wrong Results) |
2016-12-12 00:07 | derick | Assigned To | => derick |
2016-12-12 00:07 | derick | Status | new => feedback |
2016-12-12 01:00 | nazar-pc | Note Added: 0004032 | |
2016-12-12 01:00 | nazar-pc | Status | feedback => assigned |
2016-12-12 01:05 | nazar-pc | Note Added: 0004033 | |
2016-12-12 11:16 | derick | Note Added: 0004037 | |
2016-12-12 11:16 | derick | Status | assigned => resolved |
2016-12-12 11:16 | derick | Resolution | open => no change required |
2018-05-03 19:24 | jrunyon | Note Added: 0004646 | |
2018-05-08 09:06 | derick | Note Added: 0004649 | |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |