Status: Accepted
Owner:
da...@chromium.org
CC:
loi...@chromium.org,
yu...@chromium.org,
veg...@chromium.org
Labels: Type-Bug Priority-Medium
New issue 2123 by
yu...@chromium.org: WebKit Inspector tests are crashing
on the latest V8
http://code.google.com/p/v8/issues/detail?id=2123
I see some inspector WebKit Layout tests crashing on Linux with the latest
V8 with a similar stack trace in all cases:
crash log for DumpRenderTree (pid 21757):
STDOUT: <empty>
STDERR: base::debug::StackTrace::StackTrace() [0x52250e]
STDERR: base::(anonymous namespace)::StackDumpSignalHandler() [0x51eb49]
STDERR: 0x7fdad0df0af0
STDERR: v8::internal::LCodeGen::CallCodeGeneric() [0x12a7d01]
STDERR: v8::internal::LCodeGen::DoLoadNamedFieldPolymorphic() [0x12b4224]
STDERR: v8::internal::LCodeGen::GenerateBody() [0x12a7196]
STDERR: v8::internal::LCodeGen::GenerateCode() [0x12a7b98]
STDERR: v8::internal::HGraph::Compile() [0x1103b7e]
STDERR: v8::internal::MakeCrankshaftCode() [0x109ed86]
STDERR: v8::internal::Compiler::CompileLazy() [0x109f943]
STDERR: v8::internal::JSFunction::CompileOptimized() [0x11868f9]
STDERR: v8::internal::Runtime_LazyRecompile() [0x12127a5]
STDERR: 0x25d1aaa0618e
Chromium 20.0.1134.0 (Developer Build 136282)
OS Linux
WebKit 537.1 (trunk@116396)
JavaScript V8 3.11.0 (candidate)
The tests are e.g. :
inspector/elements/edit-dom-actions.html
inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html
inspector/profiler/heap-snapshot-summary-expansion-preserved-when-sorting.html