Re: [v8-users] Re: Check failed: GetProcessWidePtrComprCage()->IsReserved() (9.4.146.13, Debian 11)

2021-10-19 Thread Thorsten
I've set "v8_enable_pointer_compression_shared_cage = false". The tests are working now. Jakob Kummerow schrieb am Dienstag, 19. Oktober 2021 um 14:46:21 UTC+2: > Most people on the team (as well as our build bots) build x64.debug builds > on Debian regularly, so the fact that you're seeing fai

Re: [v8-users] Re: Check failed: GetProcessWidePtrComprCage()->IsReserved() (9.4.146.13, Debian 11)

2021-10-19 Thread Jakob Kummerow
Most people on the team (as well as our build bots) build x64.debug builds on Debian regularly, so the fact that you're seeing failures there is surprising. You may have to investigate a bit. Looks like line 115 in isolate-allocator.cc should have created the reservation that the CHECK in line 137

[v8-users] Re: Check failed: GetProcessWidePtrComprCage()->IsReserved() (9.4.146.13, Debian 11)

2021-10-19 Thread Thorsten
Hi again, any hints about "GetProcessWidePtrComprCage" would be helpful ... Thorsten schrieb am Donnerstag, 9. September 2021 um 13:58:21 UTC+2: > Hi, > > I'm using the following configuration: > $ cat args.gn > is_debug = true > target_cpu = "x64" > use_goma = false > is_component_build = tru