Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503026 - www-client/chromium-34.0.1847.14 crashes on startup
Summary: www-client/chromium-34.0.1847.14 crashes on startup
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-28 09:18 UTC by octoploid
Modified: 2014-03-01 08:12 UTC (History)
1 user (show)

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 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...