You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This correctly displays the page offering to let me select the trace to load, then when I hit "load", I get a completely empty page with this code:
<html>
<head></head>
<body></body>
<html>
PHP error log (in reverse order) says:
[16-Jun-2024 04:08:11 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 31
[16-Jun-2024 04:08:08 UTC] PHP Warning: Undefined array key 7 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 58
[16-Jun-2024 04:08:08 UTC] PHP Warning: Undefined array key 9 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 57
[16-Jun-2024 04:08:08 UTC] PHP Warning: Undefined array key 8 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 56
[16-Jun-2024 04:08:08 UTC] PHP Warning: Undefined array key 6 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 55
[16-Jun-2024 04:08:08 UTC] PHP Warning: Undefined array key 5 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 54
[16-Jun-2024 04:07:09 UTC] PHP Warning: Undefined array key "file" in /path/to/script/xdebug-trace-tree/index.php on line 21
The text was updated successfully, but these errors were encountered:
This correctly displays the page offering to let me select the trace to load, then when I hit "load", I get a completely empty page with this code:
PHP error log (in reverse order) says:
The text was updated successfully, but these errors were encountered: