Edit report at http://bugs.php.net/bug.php?id=54462&edit=1
ID: 54462 Updated by: fel...@php.net Reported by: softwarevamp at gmail dot com Summary: 'echo $e->getTrace()' hangs -Status: Open +Status: Bogus Type: Bug Package: Output Control Operating System: Window Xp Japanese PHP Version: 5.2.17 Block user comment: N Private report: N New Comment: Only with ZendDebugger? So not an issue in PHP itself. Previous Comments: ------------------------------------------------------------------------ [2011-06-10 03:53:30] softwarevamp at gmail dot com seems this only occurs in debug mode. i am using ZendDebugger.dll 5.2.x ------------------------------------------------------------------------ [2011-06-10 03:38:17] d...@php.net 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. cannot reproduce it. please provide a stack trace where it's hanging. ------------------------------------------------------------------------ [2011-04-04 04:06:43] softwarevamp at gmail dot com Description: ------------ try to print out exception stacktrace, php hangs. Test script: --------------- try { throw new ErrorException("test"); } catch(Exception $e) { echo $e; //hangs here } i am using WINDOWS XP JAPANESE Expected result: ---------------- print out the stack trace Actual result: -------------- hangs ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54462&edit=1