Bug 103756 - Chromium Linux Perf bots have been failing per an assertion failure in simple_database_system.cc
Summary: Chromium Linux Perf bots have been failing per an assertion failure in simple...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2012-11-30 10:35 PST by Ryosuke Niwa
Modified: 2012-11-30 15:00 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.