mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 09:35:57 +03:00
[GH-ISSUE #1096] [BUG] 0xdead10cc (X app frequently exit in the background) #966
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#966
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Crash Log
no crash log found.
Other info
No response
@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.
@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.