Hi, We recently looked into such an issue. This was caused by std::bitset (used by MemoryChunk::active_system_pages_) having different sizes in clang vs msvc. Are you using msvc by chance?
Cheers, Dominik On Tuesday, November 29, 2022 at 5:35:44 PM UTC+1 [email protected] wrote: > Folks, > > We're hitting the following in Windows x86 builds of 10.8: > > ./../..\src/heap/spaces.h(344,35): note: expression evaluates to '152 <= > 148' > static_assert(sizeof(MemoryChunk) <= MemoryChunk::kHeaderSize); > > Anyone else? > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/974ecf3f-197a-45cc-b81b-0002f1111fcen%40googlegroups.com.
