Edit report at https://bugs.php.net/bug.php?id=53479&edit=1

 ID:               53479
 Updated by:       [email protected]
 Reported by:      [email protected]
 Summary:          Eval triggers segmentation fault when argument is a
                   string returned by sprintf
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          *General Issues
 Operating System: 2.6.32-25-generic #45-Ubuntu SMP
 PHP Version:      5.3.3

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2011-01-04 21:44:13] daniel at ozonesolutions dot com

We had a similar problem and found that disabling x-debug fixed it.  I don't 
know if you had it installed, but it is worth a try.

------------------------------------------------------------------------
[2010-12-06 09:10:16] [email protected]

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.

------------------------------------------------------------------------
[2010-12-06 03:43:06] [email protected]

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 https://bugs.php.net/bug.php?id=53479&edit=1

Reply via email to