View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000176 | Xdebug | Uncategorized | public | 2006-05-01 05:44 | 2006-05-07 22:37 |
| Reporter | judas_iscariote | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0000176: segfault using SplTempFileObject | ||||
| Description | xdebug segfaults using SplTempFileObject <?php expected result: PHP Fatal error: Uncaught exception 'RuntimeException' with message 'SplTempFileObject::construct() expects parameter 1 to be long, string given' in /srv/www/htdocs/temp.php:3 actual result : Segmentation fault (core dumped) | ||||
| Additional Information | latest xdebug cvs, latest PHP 5.1-dev | ||||
| Tags | No tags attached. | ||||
| Operating System | linux 64 bit | ||||
| PHP Version | 5.1-dev | ||||
|
|
Program received signal SIGSEGV, Segmentation fault. |
|
|
don't know if it is related , but I opened a PHP bug due to other issue with |
|
|
fixed the mentioned PHP bug, I recompiled PHP. and without xdebug it works as expected now. but stills segfaults with xdebug loaded. :-( |
|
|
Fixed in CVS. The cause was that Xdebug didn't understand the EH_THROW error mode yet. |