RESOLVED FIXED 103756
Chromium Linux Perf bots have been failing per an assertion failure in simple_database_system.cc
https://bugs.webkit.org/show_bug.cgi?id=103756
Summary Chromium Linux Perf bots have been failing per an assertion failure in simple...
Ryosuke Niwa
Reported 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
Attachments
Tony Chang
Comment 1 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.
Tony Chang
Comment 2 2012-11-30 13:06:07 PST
I also restarted Xvfb.
Tony Chang
Comment 3 2012-11-30 15:00:32 PST
Pref tests are running now.
Note You need to log in before you can comment on or make changes to this bug.