View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000970 | Xdebug | public | 2013-08-12 19:56 | 2013-09-28 13:14 | |
Reporter | kenorb | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Platform | unix | OS | OSX | OS Version | 10.8.4 |
Product Version | 2.2.1 | ||||
Summary | 0000970: crash at zend_parse_arg when run PHP script in CLI | ||||
Description | Executing command: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | ||||
Steps To Reproduce | What I did:
| ||||
Additional Information | Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | OSX | ||||
PHP Version | 5.3.20-5.3.24 | ||||
|
Your stack trace indicates that you ran out of stack space. And this has nothing to do with Xdebug. There is however a feature in Xdebug that prevents you from doing this - xdebug.max_nesting_level which by default is 100. I think you changed this default as I count at least a 120 stack frames. If you run php within gdb like: gdb --args php and then type on the prompt: run and when it crashes: bt full it should tell you where this happened. Alternatively you can increase your stack size: http://stackoverflow.com/questions/13245019/how-to-change-the-stack-size-using-ulimit-or-per-process-on-mac-os-x-for-a-c-or Or you can set xdebug.max_nesting_level to a lower value (say 80) and see why drush is using so many stack frames. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-12 19:56 | kenorb | New Issue | |
2013-08-12 19:56 | kenorb | File Added: php_2013-08-12-205429_kenorbs-MacBook-Air.crash | |
2013-08-12 19:57 | kenorb | File Added: php_2013-08-12-205414_kenorbs-MacBook-Air.crash | |
2013-09-28 13:14 | derick | Note Added: 0002564 | |
2013-09-28 13:14 | derick | Status | new => resolved |
2013-09-28 13:14 | derick | Resolution | open => not fixable |
2013-09-28 13:14 | derick | Assigned To | => derick |
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) |