Edit report at http://bugs.php.net/bug.php?id=53479&edit=1
ID: 53479 Updated by: johan...@php.net Reported by: nic...@php.net Summary: Eval triggers segmentation fault when argument is a string returned by sprintf -Status: Open +Status: Feedback Type: Bug Package: *General Issues Operating System: 2.6.32-25-generic #45-Ubuntu SMP PHP Version: 5.3.3 Block user comment: N Private report: N New Comment: Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Works for me. Please also try a snapshot. Previous Comments: ------------------------------------------------------------------------ [2010-12-06 03:43:06] nic...@php.net Description: ------------ eval(), when provided with a parameter string returned by the sprintf() function, causes the PHP script (in console at least) to crash with a segmentation fault. Test script: --------------- // Crashes eval(sprintf('class Roger {}')); // Does not crash eval('class Roger {}'); Expected result: ---------------- No segfaulting. Actual result: -------------- Segmentation fault ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53479&edit=1