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

Bug 503026

Summary: www-client/chromium-34.0.1847.14 crashes on startup
Product: Gentoo Linux Reporter: octoploid <octoploid>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: octoploid
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description octoploid 2014-02-28 09:18:44 UTC
www-client/chromium-34.0.1847.14 crashes on startup:

Program received signal SIGSEGV, Segmentation fault.
0x0000555556a39f6a in WTF::Vector<unsigned long, 0ul, WTF::DefaultAllocator>::expandCapacity(unsigned long) ()
(gdb) bt
#0  0x0000555556a39f6a in WTF::Vector<unsigned long, 0ul, WTF::DefaultAllocator>::expandCapacity(unsigned long) ()
#1  0x0000555556a5138c in void WTF::Vector<unsigned long, 0ul, WTF::DefaultAllocator>::appendSlowCase<unsigned long>(unsigned long const&) ()
#2  0x0000555557aecf11 in WebCore::ScriptController::registerExtensionIfNeeded(v8::Extension*) ()
#3  0x00005555562abac9 in extensions::Dispatcher::Dispatcher() ()
#4  0x00005555562670ed in ChromeContentRendererClient::RenderThreadStarted() ()
#5  0x00005555588dd5e2 in content::RenderThreadImpl::Init() ()
#6  0x000055555890f130 in content::RendererMain(content::MainFunctionParams const&) ()
#7  0x0000555556314eb5 in content::ContentMainRunnerImpl::Run() ()
#8  0x0000555556313281 in content::ContentMain(int, char const**, content::ContentMainDelegate*) ()
#9  0x0000555555cd0869 in ChromeMain ()
#10 0x0000555555cceffe in main ()
(gdb) 

33.0.1750.117 is fine.

Reproducible: Always
Comment 1 octoploid 2014-02-28 11:58:49 UTC
Hmm, could be a gcc-4.9 bug. If I compile with 4.8.3 everything is fine...