Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 516160

Summary: <=www-client/chromium-36 built with sys-devel/gcc-4.9 - Crash in TSymbolTableLevel::~TSymbolTableLevel
Product: Gentoo Linux Reporter: Krzysztof Nowicki <krissn>
Component: Current packagesAssignee: Chromium Project <chromium>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://code.google.com/p/chromium/issues/detail?id=385729
See Also: https://bugzilla.mozilla.org/show_bug.cgi?id=1025576
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 495124    

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.