#
# Fatal error in , line 0
# Check failed: result.second.
#
#
#
#FailureMessage Object: 0x3fffcd8ab3d0
1: 0x106f06f4 [out/Release/node]
2: 0x11b83bec V8_Fatal(char const*, ...) [out/Release/node]
3: 0x10c4685c v8::internal::GlobalBackingStoreRegistry::Register(std::shared_ptr<v8::internal::BackingStore>) [out/Release/node]
4: 0x1089f2c0 v8::ArrayBuffer::GetBackingStore() [out/Release/node]
5: 0x106385f8 [out/Release/node]
6: 0x108fb184 [out/Release/node]
7: 0x108fd324 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [out/Release/node]
8: 0x11377680 [out/Release/node]
Not sure why you pinged build here as that's a code problem (failing check). From the stack trace and previously (#31061) that check is to with arraybuffers and backing stores. If it's occurring in multiple PR's that would suggest something has landed on master that has regressed.
Originally posted by @richardlau in #32414 (comment)