compute
can cause a crash in release mode
#49601
Labels
c: crash
Stack traces logged to the console
c: regression
It was better in the past than it is now
framework
flutter/packages/flutter repository. See also f: labels.
#49352 caused some function calls that were called with the string literal
'null'
to be called withnull
. In particular, if an app callscompute
in release mode with a null debug label, it will crash.The text was updated successfully, but these errors were encountered: