Bug 53684
Summary: | libwebkitgtk-1.0-0 crashes on amd64 architecture with SIGSEGV in WTF::OSAllocator::reserveAndCommit() | ||
---|---|---|---|
Product: | WebKit | Reporter: | jens.timmerman |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jens.timmerman, mrobinson, xan.lopez |
Priority: | P2 | Keywords: | Gtk |
Version: | 420+ | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | https://bugs.launchpad.net/ubuntu/+source/webkit/+bug/710582 |
jens.timmerman
Users of ubuntu natty are experiencing a sigsegv of libwebkitgtk-1.0-0 in WTF::OSAllocator::reserveAndCommit() on amd64 platforms.
The original bug report was made here:
https://bugs.launchpad.net/ubuntu/+source/webkit/+bug/710582
a backtrace kan be found here:
http://launchpadlibrarian.net/63485933/gdb-gwibber-accounts.txt
and a valgrind log here:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/704393/+attachment/1827136/+files/gwibber-accounts-valgrind.log
several people can reproduce this bug. F.ex by starting up gwibber-accounts and trying to add a new twitter account. Or by using the ubiquity installer.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
I think this might be a dupe. CCing Xan who should definitely know.
Xan Lopez
The trace is different, but it definitely looks like bug 42756. To double check enable overcommit and see if it stops happening (echo 1 > /proc/sys/vm/overcommit).
jens.timmerman
echo 1 > /proc/sys/vm/overcommit_memory
does fix the problem!
Martin Robinson
Thanks for reporting this issue! Please refer to the earlier issue for updates.
*** This bug has been marked as a duplicate of bug 42756 ***