There are some crash reports with the same reason but can not find the reason.
Frequency is very low and all of these crashes are happens on iOS16.
The line below is some of the crash logs, and I attached full log files.
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000160
Exception Codes: 0x0000000000000001, 0x0000000000000160
VM Region Info: 0x160 is not in any region. Bytes before following region: 68719476384
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
commpage (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated)
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [78466]
Triggered by Thread: 0
Thread 0 name:
Thread 0 Crashed:
0 CoreText 0x000000019e8c6710 TFont::NeedsShapingForGlyphs(unsigned short const*, long, __CFString const*) const + 80 (TUtilities.h:202)
1 CoreText 0x000000019e8d9500 CTFontTransformGlyphsWithLanguage + 240 (CTFont.cpp:2571)
2 UIFoundation 0x00000001a727ba98 -[NSCoreTypesetter _NSFastDrawString:length:attributes:paragraphStyle:typesetterBehavior:lineBreakMode:rect:padding:graphicsContext:baselineRendering:usesFontLeading:usesScreenFont:scrollable:syncA... + 4940 (NSCoreTypesetter.m:1148)
3 UIFoundation 0x00000001a7277da8 -[NSCoreTypesetter _stringDrawingCoreTextEngineWithOriginalString:rect:padding:graphicsContext:forceClipping:attributes:stringDrawingOptions:drawingContext:stringDrawingInterface:] + 996 (NSCoreTypesetter.m:1950)
4 UIFoundation 0x00000001a7274760 __NSStringDrawingEngine + 1284 (NSStringDrawing.m:1608)
5 UIFoundation 0x00000001a7288044 __NSScaledTextOversized + 156 (NSStringDrawing.m:1192)
6 UIFoundation 0x00000001a7288638 -[NSAttributedString(NSExtendedStringDrawing) boundingRectWithSize:options:context:] + 1328 (NSStringDrawing.m:1323)
7 SwiftUI 0x00000001a19af4ec closure #1 in NSAttributedString.measured(requestedSize:lineLimit:lowerLineLimit:minScaleFactor:bodyHeadOutdent:widthIsFlexible:kitCache:isCollapsible:stringDrawingContext:) + 604 (Text+View.swift:1585)
8 SwiftUI 0x00000001a19af230 NSAttributedString.measured(requestedSize:lineLimit:lowerLineLimit:minScaleFactor:bodyHeadOutdent:widthIsFlexible:kitCache:isCollapsible:stringDrawingContext:) + 396 (Text+View.swift:1399)
9 SwiftUI 0x00000001a07f769c NSAttributedString.MetricsCache.metrics(requestedSize:stringDrawingContext:) + 288 (Text+View.swift:1751)
10 SwiftUI 0x00000001a19ab714 StyledTextLayoutEngine.sizeThatFits(_:) + 172 (Text+View.swift:340)
11 SwiftUI 0x00000001a19ab650 StyledTextLayoutEngine.lengthThatFits(_:in:) + 92 (Text+View.swift:333)
12 SwiftUI 0x00000001a1864480 LayoutEngineBox.lengthThatFits(_:in:) + 148 (LayoutComputer.swift:228)
13 SwiftUI 0x00000001a177282c StackLayout.UnmanagedImplementation.prioritize(_:proposedSize:) + 1428 (LayoutComputer.swift:61)
14 SwiftUI 0x00000001a1771ba4 specialized StackLayout.UnmanagedImplementation.sizeChildrenGenerallyWithConcreteMajorProposal(in:minorProposalForChild:) + 144 (StackLayout.swift:408)
15 SwiftUI 0x00000001a1770f98 specialized StackLayout.UnmanagedImplementation.sizeChildren(in:minorProposalForChild:) + 92 (StackLayout.swift:367)
16 SwiftUI 0x00000001a17734c4 specialized StackLayout.UnmanagedImplementation.placeChildren1(in:minorProposalForChild:) + 92 (StackLayout.swift:583)
17 SwiftUI 0x00000001a1770d10 StackLayout.UnmanagedImplementation.placeChildren(in:) + 160 (StackLayout.swift:617)
18 SwiftUI 0x00000001a1c5825c $s7SwiftUI7HVStackPAAE12sizeThatFits8proposal8subviews5cacheSo6CGSizeVAA16ProposedViewSizeV_AA14LayoutSubviewsVAA06_StackN5CacheVztFAA011_FormVStackN0V_TB5 + 108 (StackLayout.swift:164)
19 SwiftUI 0x00000001a1c587bc protocol witness for Layout.sizeThatFits(proposal:subviews:cache:) in conformance _HStackLayout + 20 (<compiler-generated>:0)
20 SwiftUI 0x00000001a12ea3b4 ViewLayoutEngine.sizeThatFits(_:) + 548 (Layout.swift:1812)
21 SwiftUI 0x00000001a1862d8c LayoutEngine.lengthThatFits(_:in:) + 88 (LayoutComputer.swift:163)
22 SwiftUI 0x00000001a1864480 LayoutEngineBox.lengthThatFits(_:in:) + 148 (LayoutComputer.swift:228)
23 SwiftUI 0x00000001a1772674 StackLayout.UnmanagedImplementation.prioritize(_:proposedSize:) + 988 (LayoutComputer.swift:61)
Is there any similar problem or guess?