Ryan Macnak
Ryan Macnak
This is fixed in the new way of building the Debian packages (efda4aff7cb5cdca3237a52e5fb6c805f4403c5a). We're in the process of switching over the releases to use this.
Many gaps in functionality between Observatory and DevTools are filed under [this tag](https://github.com/flutter/devtools/issues?q=is%3Aissue+is%3Aopen+label%3A%22missing+core+functionality%22)
I consider this to be related to sample streaming in the sense that sample streaming is the reason the sample buffer is divided into blocks and has such a complicated...
IA32 is special because it doesn't support AppJIT (for the same reason it doesn't support AOT: our IA32 code isn't relocatable). So this is probably non-determinism in the AppJIT training....
This reproduces on Linux.
Now I only observe non-determinism for the analysis server snapshot. I see that during its training run, it uses timers, which would cause non-determinism.
No, the existence of the ability to navigate snapshots in tools/heapsnapshot, Graph Explorer and Observatory does not fix its absence in DevTools. The ability to [just look at what's in...
> Is the exception thrown in this case something we could catch? There is no exception. The process terminates with SIGSEGV or SIGABRT. The test harness and the tests need...