-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
UnicodeDecodeError for speedscope #256
Comments
@njgrisafi it looks like the test suite is quite large and Austin is collecting a lot of samples at the default interval (100 microseconds between samples). I also see that you're using the
|
I have experienced the same issue. The only way around it was to modify the stats reader to ignore the bad samples and continue. |
I generated an austin out with
austin -g -o austin-latest.out pytest
Then when running
austin2speedscope austin-latest.out austin.speedscope
I get the following error
Our austin output is fairly large ~7GB not sure if that has anything to do with it.
Running this on a debian machine
Python version is 3.11.8
The text was updated successfully, but these errors were encountered: