Bug 289019
| Summary: | [iOS] fast/forms/ios/focus-input-in-fixed.html often crashes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
https://ews-build.s3-us-west-2.amazonaws.com/iOS-18-Simulator-WK2-Tests-EWS/89cb2c1b-9768-rerun/results.html
stderr:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'DocumentManager service tried to send a message to a deallocated host proxy'
*** First throw call stack:
(
0 CoreFoundation 0x000000010508810c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x0000000100eb6da8 objc_exception_throw + 72
2 Foundation 0x0000000107151c70 _userInfoForFileAndLine + 0
3 DocumentManager 0x000000012de9d3d8 -[DOCWeakProxy forwardingTargetForSelector:] + 116
4 CoreFoundation 0x000000010508bfdc ___forwarding___ + 196
5 CoreFoundation 0x000000010508eb2c _CF_forwarding_prep_0 + 92
6 Foundation 0x00000001072ec56c __NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT_S1__ + 12
7 Foundation 0x00000001072eb310 -[NSXPCConnection _decodeAndInvokeMessageWithEvent:reply:flags:] + 1620
8 Foundation 0x00000001072ed348 message_handler_message + 84
9 Foundation 0x00000001072ec8dc message_handler + 148
10 libxpc.dylib 0x0000000103367630 _xpc_connection_call_event_handler + 68
11 libxpc.dylib 0x0000000103368d30 _xpc_connection_mach_event + 1048
12 libdispatch.dylib 0x0000000101023cbc _dispatch_client_callout4 + 16
13 libdispatch.dylib 0x0000000101040cac _dispatch_mach_msg_invoke + 616
14 libdispatch.dylib 0x000000010102bb0c _dispatch_lane_serial_drain + 316
15 libdispatch.dylib 0x0000000101041d78 _dispatch_mach_invoke + 472
16 libdispatch.dylib 0x000000010102bb0c _dispatch_lane_serial_drain + 316
17 libdispatch.dylib 0x000000010102c924 _dispatch_lane_invoke + 388
18 libdispatch.dylib 0x0000000101038038 _dispatch_root_queue_drain_deferred_wlh + 276
19 libdispatch.dylib 0x0000000101037694 _dispatch_workloop_worker_thread + 440
20 libsystem_pthread.dylib 0x0000000103267b74 _pthread_wqthread + 284
21 libsystem_pthread.dylib 0x0000000103266934 start_wqthread + 8
)
libc++abi: terminating due to uncaught exception of type NSException
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/146060307>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/41817
EWS
Test gardening commit 291533@main (a02088a92fa2): <https://commits.webkit.org/291533@main>
Reviewed commits have been landed. Closing PR #41817 and removing active labels.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 268568 ***