Bug 198907 - [GTK] [2.24.2] Crash while browsing Twitter
Summary: [GTK] [2.24.2] Crash while browsing Twitter
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-16 14:55 PDT by Alberto Garcia
Modified: 2022-11-30 03:56 PST (History)
3 users (show)

See Also:


Attachments
Backtrace (16.92 KB, text/plain)
2019-06-16 14:55 PDT, Alberto Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2019-06-16 14:55:38 PDT
Created attachment 372228 [details]
Backtrace

I can reproduce this reliably while browing my Twitter timeline. Unfortunately I cannot seem to isolate the exact tweet that is causing this.

Thread 1 "WebKitWebProces" received signal SIGSEGV, Segmentation fault.
scaled_bilinear_scanline_sse2_8888_8888_OVER (zero_src=0, max_vx=2147483647, unit_x_=62415, vx_=<optimized out>, wb=<optimized out>, 
    wt=<optimized out>, w=440, src_bottom=0x7f6c1f300000, src_top=0x7f6c1f2ff880, mask=<synthetic pointer>, dst=0x7f6c14584000)
    at ../../pixman/pixman-sse2.c:5851
5851            BILINEAR_INTERPOLATE_FOUR_PIXELS (xmm_src);
(gdb) print xmm_src
$1 = <optimized out>
Comment 1 Carlos Garcia Campos 2019-07-18 02:54:50 PDT
Can you still reproduce this?
Comment 2 Alberto Garcia 2019-07-18 03:47:41 PDT
I haven't seen it in a while with 2.24.3, I guess you can close this and I'll reopen if it happens again.
Comment 3 Charlie Turner 2019-07-18 12:24:59 PDT
FTR, I've been able to trigger this fairly often scrolling / resizing the browser in Twitter as well. It's really hard to trigger reliably.
Comment 4 Carlos Garcia Campos 2019-07-19 01:20:11 PDT
Ok, reopening then
Comment 5 Charlie Turner 2019-07-25 05:16:29 PDT
I was getting a reliable reproducer today on Twitter. What seems to have fixed it here is upgrading pixman 0.34->0.38. I also upgrading cairo 1.15.10->1.17.2 and the crashes seem to have stopped.

I don't have time to bisect and find the minimal supported configuration now, but it seems users need newer versions of these packages than was is currently available in Debian/Ubuntu.
Comment 6 Alberto Garcia 2022-11-30 03:56:16 PST
This is very old, I'm closing it.