[Webkit-unassigned] [Bug 206867] Epiphany / WebKitWebProcess crashes with SIGSEGV

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 07:02:22 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206867

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com

--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to crvi from comment #0)
> Cannot get a bt full, as gdb was hanging with 4G mem usage ( Virtualbox 5G
> memory )

tip: disable demangle in gdb to make it run faster and use less memory:

# write on file ~/.gdbinit :
set demangle-style none

then you can pipe the output to c++filt to get demangled symbols back

cat backtrace.txt | c++filt

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200128/b0565ad9/attachment.htm>


More information about the webkit-unassigned mailing list