Bug 307804
| Summary: | [GTK][WPE] WebKitWebDriver binary asserts on exit when assertions are enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Pena <spena> |
| Component: | WebDriver | Assignee: | Simon Pena <spena> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bburg, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Pena
ASSERTION FAILED: m_didBeginDeletion || deleteException == CheckedPtrDeleteCheckException::Yes
WTF/Headers/wtf/CheckedRef.h(332) : WTF::CanMakeCheckedPtrBase<StorageType, PtrCounterType, DeletionFlagType, deleteException>::~CanMakeCheckedPtrBase() [with StorageType = WTF::SingleThreadIntegralWrapper<unsigned int>; PtrCounterType = unsigned int; DeletionFlagType = bool; WTF::CheckedPtrDeleteCheckException deleteException = WTF::CheckedPtrDeleteCheckException::No]
1 0x5f12691bb304 WebDriver::WebDriverService::~WebDriverService()
2 0x5f12691b1e62 main
3 0x7679fd3b01ca __libc_start_call_main
4 0x7679fd3b028b __libc_start_main
5 0x5f12691732d5 _start
Segmentation fault (core dumped)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Pena
Pull request: https://github.com/WebKit/WebKit/pull/58633
EWS
Committed 307632@main (55aa26ca971d): <https://commits.webkit.org/307632@main>
Reviewed commits have been landed. Closing PR #58633 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/170447189>