Bug 190178 - Add release assertion to ensure m_owningPointerForClose is null in UniqueIDBDatabase::invokeOperationAndTransactionTimer()
Summary: Add release assertion to ensure m_owningPointerForClose is null in UniqueIDBD...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-01 17:12 PDT by Sihui Liu
Modified: 2018-10-02 09:47 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2018-10-01 17:17 PDT, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sihui Liu 2018-10-01 17:12:38 PDT
As in rdar://problem/44902833, RELEASE_ASSERT(!m_owningPointerForClose) in UniqueIDBDatabase::scheduleShutdownForClose() frequently gets hit, which means m_owningPointerForClose is already acquired for close and we should not reach scheduleShutdownForClose. 
Since scheduleShutdownForClose() is fired on timer, it's hard to tell which function dispatches it a second time from the crash log.

The added release assertions in the invoke function should help reveal the probblematic code path.
Comment 1 Sihui Liu 2018-10-01 17:17:17 PDT
Created attachment 351325 [details]
Patch
Comment 2 Chris Dumez 2018-10-02 08:57:44 PDT
Comment on attachment 351325 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=351325&action=review

> Source/WebCore/ChangeLog:8
> +        This would help debug rdar://problem/44902833.

How? I do not think we report to the user Network process crashes so they are unlikely to file a radar with reproduction case (since they won't know about the crash).
Comment 3 Chris Dumez 2018-10-02 09:18:20 PDT
Comment on attachment 351325 [details]
Patch

Never mind. Getting the automated crash reports will suffice.
Comment 4 WebKit Commit Bot 2018-10-02 09:46:13 PDT
Comment on attachment 351325 [details]
Patch

Clearing flags on attachment: 351325

Committed r236747: <https://trac.webkit.org/changeset/236747>
Comment 5 WebKit Commit Bot 2018-10-02 09:46:14 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2018-10-02 09:47:32 PDT
<rdar://problem/44941165>