Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516160 - <=www-client/chromium-36 built with sys-devel/gcc-4.9 - Crash in TSymbolTableLevel::~TSymbolTableLevel
Summary: <=www-client/chromium-36 built with sys-devel/gcc-4.9 - Crash in TSymbolTable...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL: https://code.google.com/p/chromium/is...
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.9
  Show dependency tree
 
Reported: 2014-07-03 11:07 UTC by Krzysztof Nowicki
Modified: 2014-08-31 13:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Nowicki 2014-07-03 11:07:26 UTC
When Chromium is built with the latest GCC 4.9 the browser processes crash in awquard ways.

The bug has been already reported upstream and is fixed for the chromium master branch, but it has not been backported to versions 35 and 36.

Reproducible: Always

Steps to Reproduce:
1. gcc-config x86_64-pc-linux-gnu-4.9.0
2. emerge www-client/chromium
3. start Chromium
Actual Results:  
The browser main window is displayed, but the contents show a crash message from the render process. This happens for every tab.

Expected Results:  
The browser should work normally and display website content
Comment 1 Mike Lothian 2014-07-06 21:32:02 UTC
Are you compiling with -O3 by any chance? If so try with -O2 as a workaround it worked for me
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-08-31 13:52:13 UTC
chromium-36 is no longer in the tree. Feel free to reopen if more recent versions are somehow affected.