Bug 252940 - Crash under PowerObserver::didReceiveSystemPowerNotification()
Summary: Crash under PowerObserver::didReceiveSystemPowerNotification()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 221258
  Show dependency treegraph
 
Reported: 2023-02-24 19:06 PST by Chris Dumez
Modified: 2023-02-25 09:47 PST (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 Chris Dumez 2023-02-24 19:06:31 PST
Crash under PowerObserver::didReceiveSystemPowerNotification():
Thread 0 Crashed::   Dispatch queue: com.apple.main-thread
0   com.apple.WebCore             	       0x7ff908816b0a ___ZN7WebCore13PowerObserver33didReceiveSystemPowerNotificationEjjPv_block_invoke + 10 (/usr/include/c++/v1/__memory/unique_ptr.h:287)
1   com.apple.CoreFoundation      	       0x7ff8070bc680 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 10 (CFRunLoop.c:1820)
2   com.apple.CoreFoundation      	       0x7ff8070bc52c __CFRunLoopDoBlocks + 444 (CFRunLoop.c:1862)
3   com.apple.CoreFoundation      	       0x7ff8070bb89c __CFRunLoopRun + 2608 (CFRunLoop.c:3198)
Comment 1 Chris Dumez 2023-02-24 19:07:29 PST
<rdar://90891509>
Comment 2 Chris Dumez 2023-02-24 19:09:45 PST
Pull request: https://github.com/WebKit/WebKit/pull/10677
Comment 3 EWS 2023-02-25 09:47:49 PST
Committed 260835@main (624d3538fd22): <https://commits.webkit.org/260835@main>

Reviewed commits have been landed. Closing PR #10677 and removing active labels.