Bug 61936
Summary: | [Chromium] Occasional crash in fast/filesystem/filesystem-no-callback-null-ptr-crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Knottenbelt <jknotten> |
Component: | Tools / Tests | Assignee: | Berend-Jan Wever <skylined> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
John Knottenbelt
fast/filesystem/filesystem-no-callback-null-ptr-crash appears to be crashing on mac, windows and linux chromium. The stack traces indicate perhaps a use after free.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Ffilesystem%2Ffilesystem-no-callback-null-ptr-crash.html&showExpectations=true&group=%40ToT%20-%20chromium.org
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Knottenbelt
Corresponding Chromium bug: http://code.google.com/p/chromium/issues/detail?id=84728
Berend-Jan Wever
This is a test for a fix for a NULL ptr. The original bugs for this NULL ptr are:
http://code.google.com/p/chromium/issues/detail?id=63204
https://bugs.webkit.org/show_bug.cgi?id=49539
John Knottenbelt
This test seems to be no longer flaky, so closing it down for now.