Bug 283948
| Summary: | Crash when ResponsivenessTimer fires | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Crash when ResponsivenessTimer fires:
```
==> 3 WTF::Detail::CallableWrapper<WTF::RunLoop::Timer::Timer<WebKit::ResponsivenessTimer>(WTF::Ref<WTF::RunLoop, WTF::RawPtrTraits<WTF::RunLoop>, WTF::DefaultRefDerefTraits<WTF::RunLoop>>&&, WebKit::ResponsivenessTimer*, void (WebKit::ResponsivenessTimer::*)())::'lambda'(), void>::call() (WebKit) <==
3 WTF::Function<void ()>::operator()() const (WebKit)
3 WTF::RunLoop::Timer::fired() (WebKit)
3 WTF::RunLoop::TimerBase::start(WTF::Seconds, bool)::$_0::__invoke(__CFRunLoopTimer*, void*) (JavaScriptCore)
3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (CoreFoundation)
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://140572152>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/37348
EWS
Committed 287301@main (c5617f4184ab): <https://commits.webkit.org/287301@main>
Reviewed commits have been landed. Closing PR #37348 and removing active labels.