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 / Tests | Assignee: | 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 | ||
Ryosuke Niwa
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tony Chang
I think /tmp is full. I tried deleting a bunch of temp dirs and lets see if the next cycle passes.
Tony Chang
I also restarted Xvfb.
Tony Chang
Pref tests are running now.