Bug 103756

Summary: Chromium Linux Perf bots have been failing per an assertion failure in simple_database_system.cc
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jsbell, michaeln, pdr, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77037    

Description Ryosuke Niwa 2012-11-30 10:35:00 PST
http://build.webkit.org/builders/Chromium%20Linux%20Release%20%28Perf%29?numbuilds=50

All tests have been failing with errors like this one:
[13677:13677:3683817078750:FATAL:simple_database_system.cc(40)] Check failed: temp_dir_.CreateUniqueTempDir(). 
Received signal 6
	base::debug::StackTrace::StackTrace() [0x70194e]
	base::debug::(anonymous namespace)::StackDumpSignalHandler() [0x701a55]
	<unknown> [0x7fa89961caf0]
	<unknown> [0x7fa89961ca75]
	<unknown> [0x7fa8996205c0]
	base::debug::BreakDebugger() [0x7014f9]
	logging::LogMessage::~LogMessage() [0x70c3f5]
	SimpleDatabaseSystem::SimpleDatabaseSystem() [0x1926cd7]
	TestWebKitPlatformSupport::TestWebKitPlatformSupport() [0x58f108]
	(anonymous namespace)::SetUpTestEnvironmentImpl() [0x58ac3a]
	main [0x41cceb]
	<unknown> [0x7fa899607c4d]
	<unknown> [0x41b8e9]

FAILED
Comment 1 Tony Chang 2012-11-30 11:57:37 PST
I think /tmp is full.  I tried deleting a bunch of temp dirs and lets see if the next cycle passes.
Comment 2 Tony Chang 2012-11-30 13:06:07 PST
I also restarted Xvfb.
Comment 3 Tony Chang 2012-11-30 15:00:32 PST
Pref tests are running now.