Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endActivitiesWithId() crashes iPad and Mac #65

Open
stx opened this issue Dec 30, 2023 · 1 comment
Open

endActivitiesWithId() crashes iPad and Mac #65

stx opened this issue Dec 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@stx
Copy link

stx commented Dec 30, 2023

We've got hundreds of these endActivitiesWithId() crashes across iPad8,6 (which is 3rd gen 12.9" iPad Pro) on iOS 17/17.1/17.2 and macOS Sonoma 14.2.1 when running via Catalyst when the app is closed. Tested on Flutter 3.18.0-0.2.pre.

image
OS Version: iOS 17.1 (23B92)
Report Version: 104

Exception Type: EXC_CRASH (SIGABRT)
Crashed Thread: 6

Application Specific Information:
Failed to look up symbolic reference at %p - offset %d - symbol %s in %s


Thread 6 Crashed:
0   libsystem_kernel.dylib          0x30e10c11c         __pthread_kill
1   libsystem_pthread.dylib         0x30e17ecbc         pthread_kill
2   libsystem_c.dylib               0x30df2ea3c         abort
3   libswiftCore.dylib              0x32d5f1b38         swift::fatalErrorv
4   libswiftCore.dylib              0x32d5f1b58         swift::fatalError
5   libswiftCore.dylib              0x32d623bf8         swift::ResolveAsSymbolicReference::operator()
6   libswiftCore.dylib              0x32d6573f0         swift::Demangle::__runtime::Demangler::demangleSymbolicReference
7   libswiftCore.dylib              0x32d653760         swift::Demangle::__runtime::Demangler::demangleType
8   libswiftCore.dylib              0x32d62aaf8         swift_getTypeByMangledNameImpl
9   libswiftCore.dylib              0x32d6260f0         swift_getTypeByMangledName
10  libswiftCore.dylib              0x32d626538         swift_getTypeByMangledNameInContextImpl
11  live_activities                 0x107a79468         __swift_instantiateConcreteTypeFromMangledName
12  live_activities                 0x107a74ca0         SwiftLiveActivitiesPlugin.endAllActivities (SwiftLiveActivitiesPlugin.swift:287)
13  libswift_Concurrency.dylib      0x44c535f24         swift::runJobInEstablishedExecutorContext
@stx stx changed the title endAllActivities() crashes iPad8,6 endAllActivities() crashes on iPad and Mac Dec 31, 2023
@stx stx changed the title endAllActivities() crashes on iPad and Mac endActivitiesWithId() crashes iPad and Mac Dec 31, 2023
@istornz
Copy link
Owner

istornz commented Jan 8, 2024

Hello @stx, thanks for reporting the issue, can you check with latest Flutter stable version?

@istornz istornz added the bug Something isn't working label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants