View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001363 | Xdebug | Profiling | public | 2016-11-16 12:00 | 2017-02-07 17:08 |
Reporter | furegin | Assigned To | derick | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | PHPStorm 2016.2 | OS | MacOS | OS Version | 10.12.1 (Sierra) |
Product Version | 2.5.0RC1 | ||||
Summary | 0001363: Crash on debug yii2 console script | ||||
Description | Without breakpoints - works success. But with breakpoints - crash. Crash with error in console: /usr/local/Cellar/php71/7.1.0-rc.1_4/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9001 -dxdebug.remote_host=127.0.0.1 /Volumes/Data/www/yii test/task-fill Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) | ||||
Steps To Reproduce | run any yii2 console command, example: May be php autoloader crashed. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | MacOS | ||||
PHP Version | 7.1-dev | ||||
|
Can you please install "gdb", and then retry with the following (on the shell): export USE_ZEND_ALLOC=0 And then in the GDB prompt: run And when it crashes/bails out, run: bt full And add the output as a file to this report. |
|
Ping? |
|
ok) |
|
(Changing the status back to feedback until the requested info has been given) |
|
run: output: Without Breakpoints into php-script - run fine! I don't know how stay breakpoints in gdb in php-script |
|
You should set the breakpoints in a similar way as you would normally do this. GDB does not come into play here, it is merely helpful for when the crash happens. If you enable the "listen for debugging connections in PhpStorm", then PhpStorm should allow you to set breakpoints as normal. Can you try that? |
|
Ping? |
|
I am closing this, as I can't reproduce this, and the requested feedback has not been given. Please feel free to reopen this if you can provide more information as requested. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-16 12:00 | furegin | New Issue | |
2016-11-16 12:00 | furegin | File Added: 2016-11-16_16-58-08.png | |
2016-11-16 12:52 | derick | Note Added: 0003745 | |
2016-11-16 12:52 | derick | Assigned To | => derick |
2016-11-16 12:52 | derick | Status | new => feedback |
2016-11-16 12:53 | derick | Relationship added | has duplicate 0001364 |
2016-11-22 23:26 | derick | Note Added: 0003777 | |
2016-11-23 05:41 | furegin | Note Added: 0003783 | |
2016-11-23 05:41 | furegin | Status | feedback => assigned |
2016-11-23 10:15 | derick | Note Added: 0003785 | |
2016-11-23 10:15 | derick | Status | assigned => feedback |
2016-11-24 14:16 | furegin | Note Added: 0003790 | |
2016-11-24 14:16 | furegin | Status | feedback => assigned |
2016-12-04 16:46 | derick | Note Added: 0003919 | |
2016-12-04 16:46 | derick | Status | assigned => feedback |
2017-01-03 18:47 | derick | Note Added: 0004125 | |
2017-02-07 17:08 | derick | Note Added: 0004199 | |
2017-02-07 17:08 | derick | Status | feedback => resolved |
2017-02-07 17:08 | derick | Resolution | open => unable to reproduce |