[webkit-dev] Obtaining backtraces
Konstantin Tokarev
annulen at yandex.ru
Sun Sep 8 01:01:41 PDT 2024
В Sat, 07 Sep 2024 15:49:09 -0400
Michael Orlitzky via webkit-dev <webkit-dev at 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.
More information about the webkit-dev
mailing list