-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No output after loading a cachegrind file #156
Comments
Same with the current docker image:
|
Could you provide a |
Hi @ricardoboss, @alpha0010, I would like to inform you that I've solved the problem. I'm sorry I forgot to inform the same hereafter opening the issue. |
@ricardoboss, I've manually gone through all the related files of the 'Webgrind' library to find out the exact cause and I found the error I've already mentioned in my first comment then to solve the above problem I found that actually webgrind doesn't extract the compressed XDebug profiles to parse, instead, it parses only raw XDebug profiles. So the problem could be solved by just disabling compression (in my case) which could be done using
|
Thanks for the update. Compression support already in master; I forgot to tag a release for it... will do so soon. |
I'm new to Webgrind and I just ran in to this issue as well. I thought I was going crazy, as you get no error it just doesn't work. I can confirm this is fixed on |
Hi, would it be possible to release a tag with the compression support? Thank you! |
I'm running master and am still getting this error. I'll happily provide a cachegrind file. Send a message to my public email address. |
@danielbeardsley don't put the burden on the developers to contact you. Just attach the file here. |
TIL you can attach arbitrary files to github comments :-) I prompted for the email cause @alpha0010 didn't have an email address on their account. Here's one From the following command:
I get this on the most recent master. |
@danielbeardsley, Turn off the compression by changing the following |
Yes, I'm aware that the bug is in the support of compressed profiles and that not using compression doesn't expose the bug. The point of this issue is that compression support is not finished and seemingly still doesn't work on master. |
When I've tried to load cachegrind file, no output is generated in Webgrind. Here's my versions:
Webgrind: 1.9
XDebug: 3.1.3
PHP: 8.1.0
OS: Windows 10 (x64)
Anyway I found the error below when clicking on "Update" button, it sends a XHR request and the response is:
Fatal error: Uncaught ValueError: fread(): Argument #2 ($length) must be greater than 0 in E:\httpd\htdocs\tools\webgrind\library\Reader.php:255 Stack trace: #0 E:\httpd\htdocs\tools\webgrind\library\Reader.php(255): fread() #1 E:\httpd\htdocs\tools\webgrind\library\Reader.php(91): Webgrind_Reader->read() #2 E:\httpd\htdocs\tools\webgrind\library\Reader.php(76): Webgrind_Reader->init() #3 E:\httpd\htdocs\tools\webgrind\library\FileHandler.php(166): Webgrind_Reader->__construct() #4 E:\httpd\htdocs\tools\webgrind\index.php(43): Webgrind_FileHandler->getTraceReader() #5 {main} thrown in E:\httpd\htdocs\tools\webgrind\library\Reader.php on line 255
The text was updated successfully, but these errors were encountered: