View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001968 | Xdebug | Uncategorized | public | 2021-04-22 11:07 | 2021-08-10 08:12 |
Reporter | vicreal | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | php-fpm 8.0.3 | OS | Debian | OS Version | 10.5 |
Product Version | 3.0.3 | ||||
Summary | 0001968: eval() with error code causes php to crash instead of throwing an exception | ||||
Description | eval() with error code causes php to crash instead of throwing an exception Debian 10.5 (4.19.132-1 (2020-07-24) x86_64) | ||||
Steps To Reproduce | eval('ttt();'); // Connection reset by peer => 502 Bad Gateway | ||||
Additional Information | Expected result: Throwing an exception with message "Call to undefined function ttt()". Additional examples: Actual result: "Call to undefined function ttt()". try { Actual result: Connection reset by peer => 502 Bad Gateway. Conclusion: an exception is thrown, but if it is not caught, the php process crashes. | ||||
Tags | crash, eval, exception | ||||
Operating System | Debian 10.5 | ||||
PHP Version | 8.0.0-8.0.4 | ||||
|
I've tried reproducing this, but I can not get it to fail or crash, or even generate memory warnings through valgrind. It would be great if you could follow the instructions at https://xdebug.org/reporting-bugs (and especially the bit about "Crash Bugs") to see if you can come up with something that allows me to reproduce this. |
|
Could you provide a reproducing case please, as is asked for in the instructions at https://xdebug.org/reporting-bugs ? |
|
I can't reproduce this, and requested feedback was not given. Please reopen a new report with the requested information in case this is still an issue for you. |
|
In all likelihood this is a duplicate of 1993. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-22 11:07 | vicreal | New Issue | |
2021-04-22 11:07 | vicreal | Tag Attached: crash | |
2021-04-22 11:07 | vicreal | Tag Attached: eval | |
2021-04-22 11:07 | vicreal | Tag Attached: exception | |
2021-04-23 12:37 | derick | Assigned To | => derick |
2021-04-23 12:37 | derick | Status | new => feedback |
2021-04-23 12:37 | derick | Note Added: 0005860 | |
2021-05-24 15:59 | derick | Note Added: 0005891 | |
2021-08-07 10:07 | derick | Status | feedback => resolved |
2021-08-07 10:07 | derick | Resolution | open => unable to reproduce |
2021-08-07 10:07 | derick | Note Added: 0005966 | |
2021-08-10 08:12 | Zobo | Note Added: 0005973 |