FS#51387 - [chromium] Hard crash on page load

Attached to Project: Arch Linux
Opened by jason ryan (jasonwryan) - Saturday, 15 October 2016, 01:08 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 18 October 2016, 19:50 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Bartłomiej Piotrowski (Barthalion)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 12
Private No

Details

Description: Loading a page with Ajax calls crashes chromium,


Additional info:
* Chromium 54.0.2840.59-1
* Stack trace:

Received signal 11 SEGV_MAPERR 000000000028
#0 0x55a1eb68f05e <unknown>
#1 0x55a1eb68f419 <unknown>
#2 0x7f7bce2d4080 <unknown>
#3 0x55a1ee170375 <unknown>
#4 0x55a1ee1eaf3c <unknown>
#5 0x55a1ee372f85 <unknown>
#6 0x55a1ee373ede <unknown>
#7 0x55a1ee373be1 <unknown>
#8 0x55a1ee373be1 <unknown>
#9 0x55a1ee373fc1 <unknown>
#10 0x55a1ee1f2489 <unknown>
#11 0x55a1ee1f394e <unknown>
#12 0x55a1ee1f3b8c <unknown>
#13 0x55a1edeb9129 <unknown>
#14 0x55a1ee00fded <unknown>
#15 0x55a1ed5e2d4c <unknown>
#16 0x55a1ec3a0c4a <unknown>
#17 0x55a1ec3aa4b3 <unknown>
#18 0x55a1eb711a30 <unknown>
#19 0x55a1ed5797df <unknown>
#20 0x55a1ed579e25 <unknown>
#21 0x55a1eb711a30 <unknown>
#22 0x55a1eb6ae31a <unknown>
#23 0x55a1eb6afacd <unknown>
#24 0x55a1eb6aff70 <unknown>
#25 0x55a1eb6b0bc9 <unknown>
#26 0x55a1eb6cd72a <unknown>
#27 0x55a1eec1d722 <unknown>
#28 0x55a1eb2a9d04 <unknown>
#29 0x55a1eb2aa27f <unknown>
#30 0x55a1eb2a8491 <unknown>
#31 0x55a1e9d4ba5a <unknown>
#32 0x7f7bc821a291 __libc_start_main
#33 0x55a1e9d4b91a <unknown>
r8: 0000000000000001 r9: 0000000000000079 r10: 0000000000000000 r11: 000000000000000f
r12: 00003b247948e0f8 r13: 0000000000000004 r14: 0000000000000000 r15: 00007ffd6d7a8ba0
di: 0000000000000000 si: 00001f8cbd945d10 bp: 0000000000000000 bx: 0000000000000000
dx: 0000000000000004 ax: 00001f8cbd81a8d0 cx: 0000000000000183 sp: 00007ffd6d7a8868
ip: 000055a1ee170375 efl: 0000000000010287 cgf: 002b000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000028
[end of stack trace]



Steps to reproduce:

Attempt to open a Google spreadsheet, or play this video: http://www.nbc.com/saturday-night-live/video/ask-president-carter/n8649
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Tuesday, 18 October 2016, 19:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  chromium 54.0.2840.59-2
Comment by Daniel M. Capella (polyzen) - Saturday, 15 October 2016, 03:58 GMT
Only the one tab died, here.
Comment by Mika Attila (solvedsnake) - Saturday, 15 October 2016, 06:24 GMT
I can reproduce the crashes both with the video, and messing around with Google spreadsheets.
However, only a single tab crashes, not the whole browser.

I have been experiencing various tab crashes since I upgraded to Chromium 54 that were not happening with 53.
Comment by Fatih (airdroid) - Saturday, 15 October 2016, 10:43 GMT
facebook.com also crashes my chromium, this is not a simple bug. Severity should be much higher. I can confirm that crashes have started on version 54.
Comment by John (graysky) - Saturday, 15 October 2016, 10:56 GMT
Can any of you guys verify that running chromium 54 in a VM using Fedora crashes under the same conditions?
Comment by Fatih (airdroid) - Saturday, 15 October 2016, 11:26 GMT
I've looked fedora repos but they don't have chromium 54 even in their build systems. I've tried google-chrome AUR package which has the same version 54.0.2840.59, there is no issue there.
https://aur.archlinux.org/packages/google-chrome/
Comment by Tatsuyuki Ishi (ishitatsuyuki) - Saturday, 15 October 2016, 13:55 GMT
Confirmed, most google designed page crashes. A detailed example is Google Cloud Console.
Comment by Andreas Radke (AndyRTR) - Saturday, 15 October 2016, 18:45 GMT
Even searching some location in Google Maps crashes here. Do they test their releases?
Comment by John (graysky) - Saturday, 15 October 2016, 19:07 GMT
It could be how we're building v54... the build process changed 53-->54 is my understanding in private email with Bartłomiej. Take a look at the diff between the PKGBUILDs.
Comment by Bartłomiej Piotrowski (Barthalion) - Saturday, 15 October 2016, 22:07 GMT
Obviously they do test it. I'm trying to make a debug build to get a trace with symbols, but it doesn't seem so easy; I'm quite sure the problem lies in PKGBUILD.

I won't really have time to play with it till Tuesday, so if this attempt fails, I will pull out the package from testing. (Unless Evangelos wants to join the party.)
Comment by Andreas Radke (AndyRTR) - Sunday, 16 October 2016, 07:45 GMT
Chromecast detection is also broken for me. Is there some new settings required?
Comment by Mike Sampson (mikesd) - Sunday, 16 October 2016, 12:39 GMT
I'm seeing this too though don't have any further info. Only some sites are crashing and it occasionally takes out other tabs as well. I have seen tweetdeck trigger it on several occasions. GMail on the other hand has never triggered it and has not been effected by another tab crashing. Weird bug.
Comment by hexchain (hexchain) - Monday, 17 October 2016, 02:45 GMT
GMail crashes when trying to view a single mail on one of my systems but not the other. The only difference of those two systems I can think of is DPI. The crashing one has a DPI of 192 while the other is 112. Don't know if it matters, though.
Comment by Sebastiaan Lokhorst (lonaowna) - Monday, 17 October 2016, 08:42 GMT
Users of google-chrome[1] are also reporting crashes, so it's probably not the build process.

[1] https://aur.archlinux.org/packages/google-chrome/
Comment by John (graysky) - Monday, 17 October 2016, 08:48 GMT
@Sebastiaan - Agreed: See comment by John (graysky) - Saturday, 15 October 2016, 14:07 GMT-5
Comment by Krzysztof Kundzicz (Athantor) - Monday, 17 October 2016, 11:00 GMT
I've noticed it crashes mostly on pages using WebGL. E.g. entering https://www.windytv.com/ , for me, always crashes the tab.
Comment by Aliaksandr Stelmachonak (ava1ar) - Monday, 17 October 2016, 13:33 GMT
Confirming often crashes in multiple places (Facebook, Google Maps, etc).
Comment by Tatsuyuki Ishi (ishitatsuyuki) - Monday, 17 October 2016, 13:35 GMT
We don't need anymore conformation, we need a person with debug symbols to complain to Google.

Loading...