[GH-ISSUE #225] Flight radar 24 #200

Closed
opened 2026-03-03 15:31:30 +03:00 by kerem · 2 comments
Owner

Originally created by @Marcopit92 on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/225

Describe the issue

Flight radar 24 crashes

Instructions to reproduce

Flight radar 24 when installed and signed will start and after sign up it will crash

What version of LiveContainer are you using?

Version 2.1.2-release (main/fd71dd7)

Other

No response

Originally created by @Marcopit92 on GitHub (Nov 26, 2024). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/225 ### Describe the issue Flight radar 24 crashes ### Instructions to reproduce Flight radar 24 when installed and signed will start and after sign up it will crash ### What version of LiveContainer are you using? Version 2.1.2-release (main/fd71dd7) ### Other _No response_
kerem 2026-03-03 15:31:30 +03:00
Author
Owner

@hugeBlack commented on GitHub (Nov 26, 2024):

1   FlightradarFree               	       0x103625e60 0x102d5c000 + 9215584
2   FlightradarFree               	       0x103641d9c 0x102d5c000 + 9330076
3   FlightradarFree               	       0x1036427f0 0x102d5c000 + 9332720
4   FlightradarFree               	       0x103628c98 0x102d5c000 + 9227416
5   FlightradarFree               	       0x1034ea058 0x102d5c000 + 7921752
6   CoreFoundation                	       0x196e4e350 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 120
7   CoreFoundation                	       0x196e4e288 ___CFXRegistrationPost_block_invoke + 84
8   CoreFoundation                	       0x196e4e1d4 _CFXRegistrationPost + 404
9   CoreFoundation                	       0x196e4c828 _CFXNotificationPost + 704
10  Foundation                    	       0x195dde73c -[NSNotificationCenter postNotificationName:object:userInfo:] + 88

Same crash stack as #124 caused by NSNotificationCenter, no solution yet.

<!-- gh-comment-id:2501219332 --> @hugeBlack commented on GitHub (Nov 26, 2024): ``` 1 FlightradarFree 0x103625e60 0x102d5c000 + 9215584 2 FlightradarFree 0x103641d9c 0x102d5c000 + 9330076 3 FlightradarFree 0x1036427f0 0x102d5c000 + 9332720 4 FlightradarFree 0x103628c98 0x102d5c000 + 9227416 5 FlightradarFree 0x1034ea058 0x102d5c000 + 7921752 6 CoreFoundation 0x196e4e350 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 120 7 CoreFoundation 0x196e4e288 ___CFXRegistrationPost_block_invoke + 84 8 CoreFoundation 0x196e4e1d4 _CFXRegistrationPost + 404 9 CoreFoundation 0x196e4c828 _CFXNotificationPost + 704 10 Foundation 0x195dde73c -[NSNotificationCenter postNotificationName:object:userInfo:] + 88 ``` Same crash stack as #124 caused by `NSNotificationCenter`, no solution yet.
Author
Owner

@hugeBlack commented on GitHub (Dec 22, 2024):

This is a firebase issue(https://github.com/firebase/firebase-ios-sdk/issues/12913) and somehow got 100% triggered in LiveContainer. I was able to solve this crash by patching this method -[FIRCLSRolloutsPersistenceManager updateRolloutsStateToPersistenceWithRollouts:reportID:].

It's fixed, please try the latest build https://github.com/hugeBlack/LiveContainer/actions

<!-- gh-comment-id:2558373181 --> @hugeBlack commented on GitHub (Dec 22, 2024): This is a firebase issue(https://github.com/firebase/firebase-ios-sdk/issues/12913) and somehow got 100% triggered in LiveContainer. I was able to solve this crash by patching this method `-[FIRCLSRolloutsPersistenceManager updateRolloutsStateToPersistenceWithRollouts:reportID:]`. It's fixed, please try the latest build https://github.com/hugeBlack/LiveContainer/actions
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#200
No description provided.