From de0a4578567b99941191eac514d4019e63da7540 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 29 Mar 2022 14:13:31 -0700 Subject: [PATCH] chore: add webkit linux debugging note --- browser_patches/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser_patches/README.md b/browser_patches/README.md index 5fadce1be3..49f366a521 100644 --- a/browser_patches/README.md +++ b/browser_patches/README.md @@ -141,6 +141,10 @@ In `Source\WTF\wtf\win\DbgHelperWin.cpp` replace Then regular `WTFReportBacktrace()` works. +#### Debugging linux + +`WTFReportBacktrace()` has been broken since [r283707](https://github.com/WebKit/WebKit/commit/de4ba48c8f229bc45042b543a514f6d88b551a64), see [this comment](https://bugs.webkit.org/show_bug.cgi?id=181916#c96). Revert that change locally to make backtraces work again. Otherwise addr2line -f can still be used to map addresses to function names. + #### Enable core dumps on Linux ```bash