`Crashed: com.apple.main-thread` `0 rdash ...
# ios
s
Crashed: com.apple.main-thread
0  rdash                          0x4102170 skgpu::ganesh::AtlasTextOp::createDrawForGeneratedGlyphs(GrMeshDrawTarget*,
skgpu:ganeshAtlasTextOp:FlushInfo*) const
Copy code
1  rdash                          0x4102164 skgpu::ganesh::AtlasTextOp::createDrawForGeneratedGlyphs(GrMeshDrawTarget*, skgpu::ganesh::AtlasTextOp::FlushInfo*) const
2  rdash                          0x4101b88 skgpu::ganesh::AtlasTextOp::onPrepareDraws(GrMeshDrawTarget*)
3  rdash                          0x41205ac GrOp::prepare(GrOpFlushState*)
4  rdash                          0x4120420 skgpu::ganesh::OpsTask::onPrepare(GrOpFlushState*)
5  rdash                          0x409a720 GrRenderTask::prepare(GrOpFlushState*)
6  rdash                          0x407fdc8 GrDrawingManager::executeRenderTasks(GrOpFlushState*)
7  rdash                          0x407f804 GrDrawingManager::flush(SkSpan<GrSurfaceProxy*>, SkSurfaces::BackendSurfaceAccess, GrFlushInfo const&, skgpu::MutableTextureState const*)
8  rdash                          0x4080038 GrDrawingManager::flushSurfaces(SkSpan<GrSurfaceProxy*>, SkSurfaces::BackendSurfaceAccess, GrFlushInfo const&, skgpu::MutableTextureState const*)
9  rdash                          0x407a7b0 GrDirectContextPriv::flushSurfaces(SkSpan<GrSurfaceProxy*>, SkSurfaces::BackendSurfaceAccess, GrFlushInfo const&, skgpu::MutableTextureState const*)
10 rdash                          0x40795d0 GrDirectContext::flush(SkSurface*, SkSurfaces::BackendSurfaceAccess, GrFlushInfo const&)
11 rdash                          0x3f64d20 SkSurface::flushAndSubmit(bool)
12 rdash                          0x3e1ee50 flushAndSubmit + 952 (Surface.kt:952)
13 rdash                          0x48e0854 draw$lambda$4 + 393 (MetalRedrawer.kt:393)
14 rdash                          0x48e1830 invoke + 390 (MetalRedrawer.kt:390)
15 rdash                          0x48e1a1c $<bridge-UNN>invoke(){} + 390 (MetalRedrawer.kt:390)
16 rdash                          0x3c75a34 invoke + 1 ([K][Suspend]Functions:1)
17 rdash                          0x48df78c draw + 435 (MetalRedrawer.kt:435)
18 rdash                          0x48de6d4 drawSynchronously + 313 (MetalRedrawer.kt:313)
19 rdash                          0x48e6bbc layoutSubviews + 226 (SkikoUIView.kt:226)
20 rdash                          0x48f2850 _6f72672e6a6574627261696e732e636f6d706f73652e75693a75692f6f70742f6275696c644167656e742f776f726b2f383339343731666333323931333563372f636f6d706f73652f75692f75692f7372632f75696b69744d61696e2f6b6f746c696e2f616e64726f6964782f636f6d706f73652f75692f77696e646f772f536b696b6f5549566965772e6b74_knbridge185 + 209 (SkikoUIView.kt:209)
21 UIKitCore                      0x330f8 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1528
22 QuartzCore                     0x66e30 CA::Layer::layout_if_needed(CA::Transaction*) + 504
23 QuartzCore                     0x669b4 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 148
24 QuartzCore                     0x6cbb4 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 464
25 QuartzCore 0x661bc CA:Transaction:commit() + 648
Copy code
26 UIKitCore                      0x14ff70 -[_UIContextBinder updateBindableOrderWithTest:force:] + 448
27 UIKitCore                      0x14fc74 -[_UIContextBinder createContextsWithTest:creationAction:] + 80
28 UIKitCore                      0x14fc14 -[UIWindowScene _prepareForResume] + 148
29 UIKitCore                      0xe40678 __130-[UIApplication _updateStateRestorationArchiveForBackgroundEvent:saveState:exitIfCouldNotRestoreState:updateSnapshot:windowScene:]_block_invoke_2 + 72
30 UIKitCore                      0xab8f0 -[_UIAfterCACommitBlock run] + 72
31 UIKitCore                      0xab6d4 -[_UIAfterCACommitQueue flush] + 164
32 libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
33 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
34 libdispatch.dylib              0x125a4 _dispatch_main_queue_drain + 988
35 libdispatch.dylib              0x121b8 _dispatch_main_queue_callback_4CF + 44
36 CoreFoundation                 0x3751c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
37 CoreFoundation                 0x34218 __CFRunLoopRun + 1996
38 CoreFoundation                 0x33968 CFRunLoopRunSpecific + 608
39 GraphicsServices               0x34e0 GSEventRunModal + 164
40 UIKitCore                      0x22aedc -[UIApplication _run] + 888
41 UIKitCore                      0x22a518 UIApplicationMain + 340
42 SwiftUI                        0x1033860 OUTLINED_FUNCTION_39 + 600
43 SwiftUI                        0x10336a8 OUTLINED_FUNCTION_39 + 160
44 SwiftUI                        0xc4f9fc get_witness_table 7SwiftUI4ViewRzlAA15ModifiedContentVyxAA30_EnvironmentKeyWritingModifierVySbGGAaBHPxAaBHD1__AgA0cI0HPyHCHCTm + 364
45 rdash                          0x64064 static SwiftUI_2_Lifecycle_PhoneNumber_AuthApp.$main() (<compiler-generated>)
46 rdash                          0x645a8 main + 366 (rdashApp.swift:366)
47 ???                            0x1b9202d84 (Missing)
Anyone getting this crash on iOS, using compose-multiplatform? compose-multiplatfrom version :- 1.5.10 & kotlin v :- 1.9.20
Slack Conversation