Bug 183904

Summary: [GTK] imported/w3c/web-platform-tests/IndexedDB/idbindex_getAllKeys.html is flaky
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.)