FS#56224 - [chromium] Crashes very often after upgrade

Attached to Project: Arch Linux
Opened by Grzegorz Wierzowiecki (gwpl) - Friday, 03 November 2017, 22:18 GMT
Last edited by Evangelos Foutras (foutrelis) - Saturday, 11 November 2017, 12:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I had few weeks break since last upgrade and now chromium is crashing very often:
* every time I try to type ę ą ś etc in URL bar (in order to search, not use in URLs)
* quiet often when I right click (e.g. to fix spelling because sth is marked red by spellchecker)
* in other more random moments

Additional info:
* package version(s)
chromium 62.0.3202.75-1 x84_64
* config and/or log files etc.


Steps to reproduce:
* open and try to type ę in URL bar, then it exit with:
Received signal 11 SEGV_MAPERR 000000000000
#0 0x55aedbb767a6 <unknown>
r8: 0000000000000008 r9: 00000af16977c080 r10: 0000000000000007 r11: 0000000000000000
r12: 0000000000000001 r13: 000055aee16dcd08 r14: 00007fff6f0c4300 r15: 00007fff6f0c4550
di: 0000000000000000 si: 00007fff6f0c4120 bp: 00007fff6f0c4160 bx: 00007fff6f0c4120
dx: 0000000000000001 ax: 0000000000000001 cx: 0000000000000000 sp: 00007fff6f0c40f0
ip: 000055aedcba7c57 efl: 0000000000010246 cgf: 002b000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.

Less reproducible scenarios end crashing e.g. with:
* in other mentioned more random moments
ual void extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const display::Display&, extensions::api::system_display::DisplayUnitInfo*)
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Saturday, 11 November 2017, 12:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  chromium 62.0.3202.89-2 (switched back to bundled ICU)
Comment by Grzegorz Wierzowiecki (gwpl) - Saturday, 04 November 2017, 09:35 GMT
FTR: It also happens with clean chromium configuration, i.e. without any extensions etc.
Comment by Alberto (bongo_fury) - Sunday, 05 November 2017, 15:47 GMT
Issue persists after downgrading chromium to precedent release(61.0.3163.100-1). Dependency problem?
Comment by Evangelos Foutras (foutrelis) - Tuesday, 07 November 2017, 08:54 GMT
I was able to reproduce it using 'LANG=C chromium'. Until this is fixed, please verify you are using UTF-8 locales (check with `locale`) which should avoid this issue.
Comment by Grzegorz Wierzowiecki (gwpl) - Tuesday, 07 November 2017, 12:17 GMT
Thank you!

I confirm that running with :

LC_ALL=en_US.utf-8 chromium

Solved issue of crashing when typing "ę" in URL bar.

As other where happening occasionally, let me back this solution for a while to figure out if other crashes solves as well.
Comment by Evangelos Foutras (foutrelis) - Tuesday, 07 November 2017, 19:15 GMT

Loading...