Bug 183904 - [GTK] imported/w3c/web-platform-tests/IndexedDB/idbindex_getAllKeys.html is flaky
Summary: [GTK] imported/w3c/web-platform-tests/IndexedDB/idbindex_getAllKeys.html is f...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-22 08:14 PDT by Miguel Gomez
Modified: 2018-07-27 11:39 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2018-03-22 08:14:49 PDT
It doesn't happen very often, but every now and then this test crashes. Unfortunately there's no backtrace available. The only clue is this line in stderr:

STDERR: Memory pressure relief: Total: res = 4584259584/4441022464/-143237120, res+swap = 4581552128/4438454272/-143097856

I wonder if the crash is related to running out of memory or a problem inside the MemoryPressureHandler.
Comment 1 Michael Catanzaro 2018-07-27 11:38:55 PDT
It's still crashing, but I'm going to remove this expectation anyway because memory pressure killer is now disabled when running layout tests, so something else must be wrong, and we'll never figure out what without another attempt at getting a backtrace.
Comment 2 Michael Catanzaro 2018-07-27 11:39:29 PDT
(In reply to Michael Catanzaro from comment #1)
> It's still crashing

(Not usually, but often enough. A future gardener will need to check for a new backtrace when it happens.)