-
-
Notifications
You must be signed in to change notification settings - Fork 695
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
Unable to open trace files when profiler is built in RelWithDebInfo #903
Comments
What's the hex dump of first 4 bytes? |
74 72 FD 50 |
That looks to be garbled uncompressed data stream ( |
Sure, I'll try to get a debug build later to check. I forgot to mention that I used Zstd with compression level 3, and concurrency 4. |
Update: it works when I build profiler in the Debug configuration. |
|
Bizarre... The error only occurs in |
Hmm... There is a similar problem with emscripten, where some traces fail to load when set as initial, but load correctly when another trace is loaded first and then closed. One of the ways this can manifest itself is runaway memory consumption. This is probably related. |
Yeah, I'll try to step through the (I just tried opening a non-zstd trace file first, close it, and then open the zstd trace file, and it also fails.) |
I also believe this is a Windows-only thing (could be MSVC related, even). |
Just came here to report this as we're also running into it (on 11.1) |
In the current master, I saved a large trace to a file, and later when I tried to reopen it, I got the following:
I noticed this behavior on Windows/Intel.
The text was updated successfully, but these errors were encountered: