Bug 173502 - Scrolling on some websites crashes the process
Summary: Scrolling on some websites crashes the process
Status: RESOLVED DUPLICATE of bug 173643
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-16 17:57 PDT by antoyo
Modified: 2017-06-24 05:36 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antoyo 2017-06-16 17:57:39 PDT
In Epiphany 3.24.2, webkit2gtk 2.16.3, scrolling on some websites crash the web process.
For instance, on this [website](http://joeduffyblog.com/2016/02/07/the-error-model/), scrolling a bit will crash the process.
It seems (but I'm not sure) to be related to a recent library update.
Thanks to fix this issue.
Comment 1 antoyo 2017-06-23 14:55:51 PDT
Here's the backtrace (without debug symbols, sorry):

Thread 1 "WebKitWebProces" received signal SIGSEGV, Segmentation fault.
0x00007ff8e5007ae7 in operationParseIntGeneric () from /usr/lib/libjavascriptcoregtk-4.0.so.18
(gdb) bt
#0  0x00007ff8e5007ae7 in operationParseIntGeneric () at /usr/lib/libjavascriptcoregtk-4.0.so.18
#1  0x00007ff8953f391f in  ()
#2  0x00007ff83b9a5ba0 in  ()
#3  0x00007ff8405f67a0 in  ()
#4  0x0000001700000004 in  ()
#5  0x00007ff8405f6770 in  ()
#6  0x00007ff840514be0 in  ()
#7  0x00007ff88c1e00a0 in  ()
#8  0x00007ff83b85a3a0 in  ()
#9  0x0000000000000000 in  ()
Comment 2 Michael Catanzaro 2017-06-24 05:36:59 PDT

*** This bug has been marked as a duplicate of bug 173643 ***