On 1/16/23 23:27, Theo Buehler wrote:
[...]
lang/node:
[...]
The backtrace points at out/Release/obj.target/v8_snapshot/geni/embedded.S
a generated assembly file with the usual data in .text issue. I have not
yet figured out where that file comes from (how it is generated).
I think it's generated in src/snapshot/embedded-file-writer.cc
I'm way out of my league here, but given that the build works on arm64
now, and this is the only place where I can find a .text section
written, could this be the offending block?
https://github.com/nodejs/node/blob/d375242f8b0d4f36c6eb940423995d853b08b7ce/deps/v8/src/snapshot/embedded/embedded-file-writer.cc#L142