-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels