Slava Egorov
Slava Egorov
I will look into this first time next slice of work. I think what happens here is: a) we are firing change event for every added character (should use delay...
It would help to see the stack trace. The error just indicates a mismatched closure call of some sort. I would not be surprised that maybe something like `Type.toString()` is...
Do you get any stack trace printed? You could just patch shelf code to do `print('$stackTrace');` before `_logError`. After that you can deobfuscate it using the debug information you split...
[I was just walking past]. Two quick observations: 1. You misidentified part of the `ALOAD` as part of the `ABC` ``` 0033 p32 AREF 0015 0031 0034 xmm7 > num...
Similar crash reported when using grpc-dart library with a reproduction provided, see https://github.com/grpc/grpc-dart/issues/578 Could you investigate @chloestefantsova?
Bumping priority to P1 because more and more reports of this are coming in, see * https://github.com/flutter/flutter/issues/111833 * https://github.com/dart-lang/sdk/issues/47470#issuecomment-1250232084
@chloestefantsova @johnniwinther do we think this needs a CP request?
I am waiting for Chloe to confirm that CPing fixes the issue if it does I will file one.
CP requested https://github.com/dart-lang/sdk/issues/50052
/cc @alexmarkov likely result of async changes