-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiondependency: dartDart team may need to help usDart team may need to help usengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Starting in #127650, windows framework presubmit tests are failing with a crash in gen_snapshot:
Type::arguments_offset() got 32, Type_arguments_offset expected 28
FunctionType::named_parameter_names_offset() got 44, FunctionType_named_parameter_names_offset expected 40
FunctionType::packed_parameter_counts_offset() got 48, FunctionType_packed_parameter_counts_offset expected 44
FunctionType::packed_type_parameter_counts_offset() got 52, FunctionType_packed_type_parameter_counts_offset expected 48
FunctionType::parameter_types_offset() got 40, FunctionType_parameter_types_offset expected 36
FunctionType::type_parameters_offset() got 32, FunctionType_type_parameters_offset expected 28
TypeParameter::index_offset() got 38, TypeParameter_index_offset expected 34
../../third_party/dart/runtime/vm/dart.cc: 242: error: CheckOffsets failed. Try updating offsets by running ./tools/run_offsets_extractor.sh
Eyeballing the list of commits in the Dart roll (flutter/engine#42341), I'm guessing the cause might be https://dart.googlesource.com/sdk.git/+/f96d179ae45ed0b949f9f9146e6d4122ba6aa2cc ? cc @alexmarkov
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiondependency: dartDart team may need to help usDart team may need to help usengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.