-
Notifications
You must be signed in to change notification settings - Fork 30.3k
crash in SemanticsObject dealloc and access the children in iOS 9 version #87247
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: productionIssues experienced in live production appsIssues experienced in live production appsc: fatal crashCrashes that terminate the processCrashes that terminate the processcustomer: alibabae: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systemengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: productionIssues experienced in live production appsIssues experienced in live production appsc: fatal crashCrashes that terminate the processCrashes that terminate the processcustomer: alibabae: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systemengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
I received user crash log in my app but can't find reproduce step.
Problem is very obvious:
_childrenhas released in[SemanticsObject dealloc]but when SemanticsObject call[super dealloc]it access the_childrenagain in[SemanticsObject hasChildren].I only happened in iOS 9 and flutter version is 1.22.6