Markus Stange
Markus Stange
@marxin You can also use `samply import perf.data` to look at the profile, and it might be even faster because it doesn't use a big text file as an intermediate....
The error might still reproduce even without symbols. I think this error happens if the profile contains no samples.
Oh, I just learned that `su` isn't something that's provided by Android, it's provided by the rooting mechanism.
In that profile you also have the `nostacksampling` feature set. That's probably why the allocations don't have stacks. The UI could probably do a better job of pointing out conflicting...
I believe it is still probabilistic. @gregtatum might know more.
I don't understand the CI failure - is it compiling a mix of the crates.io version of object and the code in the repo?
Oh right! Yes, doing that now.
> The bug only occurs when using the reqwest feature `rusttls-tls`. I think this means that it only happens if the request is made using HTTP/2. I was trying to...
This issue still occurs on the `hyper-v1` branch with `h2 0.4.2`.
I agree this would be preferable.