| Anonymous | Login | Signup for a new account | 2013-05-24 15:51 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000339 | Xdebug | Debug client (console) | public | 2007-11-22 09:40 | 2011-09-26 08:42 | |||
| Reporter | sgehrig | |||||||
| Assigned To | derick | |||||||
| Priority | normal | Severity | crash | Reproducibility | always | |||
| Status | resolved | Resolution | no change required | |||||
| Platform | OS | OS Version | ||||||
| Product Version | ||||||||
| Target Version | 2.2dev | Fixed in Version | ||||||
| Summary | 0000339: Segmentation fault in PHP interactive mode | |||||||
| Description | When running PHP in interactive mode (php -a) PHP runs into a segmentation fault, when including an external file. The same script runs without problems when being run from a file. Removing the Xdebug extension also solves the problem. | |||||||
| Additional Information | user@server:~> php -v PHP 5.2.4 (cli) (built: Nov 13 2007 09:37:45) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Xdebug v2.0.2, Copyright (c) 2002-2007, by Derick Rethans user@server:~> php -a Interactive mode enabled <?php require 'Zend/Cache.php'; Segmentation fault user@server:~> less test.php <?php require 'Zend/Loader.php'; echo 'Test' . PHP_EOL; ?> user@server:~> php test.php Test user@server:~> | |||||||
| Tags | No tags attached. | |||||||
| Operating System | SUSE Linux 9.3 | |||||||
| PHP Version | 5.2.4 | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0001815) derick (administrator) 2011-09-25 23:36 |
This seems to work fine with Xdebug 2.1.2. Is this still an issue? |
|
(0001816) sgehrig (reporter) 2011-09-26 07:57 |
Hi Derick, don't think this is relevant any more. After switching to PHP 5.3 and a more recent XDebug version I cannot reproduce the issue. Best regards Stefan |
|
(0001817) derick (administrator) 2011-09-26 08:42 |
Cheers. Closing it then. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-11-22 09:40 | sgehrig | New Issue | |
| 2010-03-20 23:47 | derick | Target Version | => 2.2dev |
| 2011-09-25 23:36 | derick | Note Added: 0001815 | |
| 2011-09-25 23:36 | derick | Assigned To | => derick |
| 2011-09-25 23:36 | derick | Status | new => feedback |
| 2011-09-26 07:57 | sgehrig | Note Added: 0001816 | |
| 2011-09-26 07:57 | sgehrig | Status | feedback => assigned |
| 2011-09-26 08:42 | derick | Note Added: 0001817 | |
| 2011-09-26 08:42 | derick | Status | assigned => resolved |
| 2011-09-26 08:42 | derick | Resolution | open => no change required |
| Copyright © 2000 - 2011 MantisBT Group |