Closed MylesBorins closed 4 years ago
node --jitless
coredumps on AIX in v12.x-staging but is okay on master. @nodejs/platform-aix is there something backportable to V8 7.8 to address this?
@miladfarca, @john-yan can you take a look.
Issue has to do with AIX function descriptors
. This CL needs to be back-ported to V8 7.8:
https://chromium-review.googlesource.com/c/v8/v8/+/1825961
PR for back-porting: https://github.com/nodejs/node/pull/32619
Was addressed in https://github.com/nodejs/node/pull/32619.
Refs: https://github.com/nodejs/node/pull/32594 Refs: https://github.com/nodejs/node/pull/32100
Tracking issue to make sure we get this fixed