[GH-ISSUE #1096] [BUG] 0xdead10cc (X app frequently exit in the background) #966

Closed
opened 2026-03-03 15:37:38 +03:00 by kerem · 2 comments
Owner

Originally created by @simpzan on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1096

Describe the bug

https://moe.mohkg1017.pro/app/app_1757008016_5792
I am running this X app inside LiveContainer. I found the app frequently exit in the background. The app will be restarted when switching to foreground and lost the app state.

This happens much more frequent for X within LiveContainer compared with standalone X.

I tried to find the diagnose logs in my iphone, but there's no crash reports or jetsam reports.

Instructions to reproduce

launch X inside LC, browse X for a while. Switch X to background, lock the iphone for a while. Then unlock the phone and switch X to foreground. LC and X just started from scratch.

What version of LiveContainer and iOS are you using?

iOS 18.7 and LC 3.6.1

Verify steps

  • I downloaded LiveContainer from releases / actions section or LiveContainer's AltStore source.
  • I have the latest LiveContainer.
  • I installed LiveContainer through AltStore/SideStore/TrollStore or I'm confident that I signed LiveContainer correctly with all required entitlements.

Crash Log

no crash log found.

Other info

No response

Originally created by @simpzan on GitHub (Jan 17, 2026). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1096 ### Describe the bug https://moe.mohkg1017.pro/app/app_1757008016_5792 I am running this X app inside LiveContainer. I found the app frequently exit in the background. The app will be restarted when switching to foreground and lost the app state. This happens much more frequent for X within LiveContainer compared with standalone X. I tried to find the diagnose logs in my iphone, but there's no crash reports or jetsam reports. ### Instructions to reproduce launch X inside LC, browse X for a while. Switch X to background, lock the iphone for a while. Then unlock the phone and switch X to foreground. LC and X just started from scratch. ### What version of LiveContainer and iOS are you using? iOS 18.7 and LC 3.6.1 ### Verify steps - [x] I downloaded LiveContainer from releases / actions section or LiveContainer's AltStore source. - [x] I have the latest LiveContainer. - [x] I installed LiveContainer through AltStore/SideStore/TrollStore or I'm confident that I signed LiveContainer correctly with all required entitlements. ### Crash Log no crash log found. ### Other info _No response_
kerem 2026-03-03 15:37:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@simpzan commented on GitHub (Jan 17, 2026):

@hugeBlack

expected behavior:
I expect the app can keep running when I switch back and forth between foreground and background. just like the normal standalone app do.

actual behavior:
the app launched with LC was killed or exited silently in the background even when there's no memory pressure.

<!-- gh-comment-id:3762919179 --> @simpzan commented on GitHub (Jan 17, 2026): @hugeBlack expected behavior: I expect the app can keep running when I switch back and forth between foreground and background. just like the normal standalone app do. actual behavior: the app launched with LC was killed or exited silently in the background even when there's no memory pressure.
Author
Owner

@simpzan commented on GitHub (Jan 18, 2026):

I debugged a bit, found it is caused by my tweak, which blocked some http calls and caused assertion timeout. it's not LC issue, so closing this ticket.

default	19:24:24.297616+0800	runningboardd	[app<com.kdt.livecontainer.4NF4SBWC2N(8E072ED3-92A9-404D-9CBD-DE6115031C3E)>:66234] 
                                                Terminating with context: 
                                                    <RBSTerminateContext| 
                                                        code:0x2182BAD2 
                                                        explanation:Timed-out waiting for process 
                                                            [app<com.kdt.livecontainer.4NF4SBWC2N(8E072ED3-92A9-404D-9CBD-DE6115031C3E)>:66234] 
                                                            to invalidate assertion with identifier 33-66234-2056582 and 
                                                            explanation 'Shared Background Assertion 39 for com.atebits.Tweetie2'. 
                                                            Direct this report to owners of that process 
                                                        reportType:None 
                                                        maxTerminationResistance:Interactive
                                                    >
<!-- gh-comment-id:3764882034 --> @simpzan commented on GitHub (Jan 18, 2026): I debugged a bit, found it is caused by my tweak, which blocked some http calls and caused assertion timeout. it's not LC issue, so closing this ticket. ``` default 19:24:24.297616+0800 runningboardd [app<com.kdt.livecontainer.4NF4SBWC2N(8E072ED3-92A9-404D-9CBD-DE6115031C3E)>:66234] Terminating with context: <RBSTerminateContext| code:0x2182BAD2 explanation:Timed-out waiting for process [app<com.kdt.livecontainer.4NF4SBWC2N(8E072ED3-92A9-404D-9CBD-DE6115031C3E)>:66234] to invalidate assertion with identifier 33-66234-2056582 and explanation 'Shared Background Assertion 39 for com.atebits.Tweetie2'. Direct this report to owners of that process reportType:None maxTerminationResistance:Interactive > ```
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#966
No description provided.