8 Sep
2024
8 Sep
'24
8:01 a.m.
В Sat, 07 Sep 2024 15:49:09 -0400 Michael Orlitzky via webkit-dev <webkit-dev@lists.webkit.org> пишет:
On Sat, 2024-09-07 at 07:39 -0500, Michael Catanzaro wrote:
You've simply got no sandbox. You'll be fine unless the website you're debugging is malicious.
I tested it today and it does work for obtaining core dumps in the absence of systemd. Problem solved, thank you.
A final note: I actually have three processes crashing in a row, and in that case it's necessary to e.g. sysctl "kernel.core_pattern=core.%P" to get them all.
I suggest you also include %e (or even %E if you have several installations of same program in different places) into core_pattern to see easily which executable crashed.