View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001044 | Xdebug | Uncategorized | public | 2014-03-27 14:21 | 2016-11-28 23:36 |
Reporter | vladimmi | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | x64 | OS | Arch Linux | OS Version | kernel 3.13.7 |
Product Version | 2.2.4 | ||||
Summary | 0001044: SEGFAULT when used with Phalcon | ||||
Description | I'm using Xdebug in project based on Phalcon (PHP framework built as extension - http://phalconphp.com). From recent versions of Phalcon it becomes crash at some place, httpd logs shows SEGFAULT of child process and backtraces from coredumps mention Xdebug. Disabling Xdebug make code to work stable. I've posted bug report in Phalcon tracker (https://github.com/phalcon/cphalcon/issues/2239), had recommendations to place it here too. | ||||
Steps To Reproduce | It's hard to figure out the reason from a big project, but step-by-step debug crashes in this code: //$di = new Phalcon\DI\FactoryDefault();
); //Volt SEGFAULT happen just after "return $volt;" - which create object for DI container and returns it back. | ||||
Additional Information | Arch Linux x64 with 3.13.7 kernel Tried to collect some information from coredump, bt full - https://gist.github.com/vladimmi/9787642 | ||||
Tags | No tags attached. | ||||
Operating System | Arch Linux | ||||
PHP Version | 5.1.0 | ||||
|
Does this still cause issues for you? |
|
Cant say anything now because after 2.5 years my setup and used technologies changed a lot. |
|
Yeah, sorry for that :-) I'll close it then. Let me know if you run into problems again with Xdebug in a new issue. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-27 14:21 | vladimmi | New Issue | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2016-11-28 21:29 | derick | PHP Version | 5.5-dev => 5.1.0 |
2016-11-28 21:29 | derick | Note Added: 0003829 | |
2016-11-28 21:29 | derick | Assigned To | => derick |
2016-11-28 21:29 | derick | Status | new => feedback |
2016-11-28 21:58 | vladimmi | Note Added: 0003835 | |
2016-11-28 21:58 | vladimmi | Status | feedback => assigned |
2016-11-28 23:36 | derick | Note Added: 0003840 | |
2016-11-28 23:36 | derick | Status | assigned => resolved |
2016-11-28 23:36 | derick | Resolution | open => no change required |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |