On Sat, 13 May 2023 at 02:18, Thorsten Glaser <t...@debian.org> wrote: > > James Addison dixit: > > >I'm going to stay involved with this thread, but I think that it is > >upon you to develop or provide further guidance towards a patch if > >it's something you'd like to have implemented, Thorsten. > > I actually have looked into that but I don’t understand the nodejs > and v8 source code enough to be able. I know C, but not CFrustFrust. > I would rather prefer asm…
Ok, thanks. We may be stalled temporarily in that case. On Sat, 13 May 2023 at 00:20, James Addison <j...@jp-hosting.net> wrote: > That said: perhaps it could be useful if someone could check whether > the following commit is relevant to this: > https://github.com/libuv/libuv/commit/18c7530a75d813801f819caae4dff47fc4a1d4a1 I ran the repro case (with some simplifications) from the GitHub thread using 'strace' and grepped for rlimit-related syscalls: # on arm64, this currently replicates the problem using debian bookworm $ strace babeljs --config-file $PWD/babel.config.json --compact false --source-maps inline -d tests5 auto_tests 2>&1 | grep -i rlimit All of the resulting calls (on an ARM64 host) are to the 'prlimit64' syscall and have a zero exit-code (success). -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel