[GH-ISSUE #858] [BUG] Crash and listening to music for more than 5 minutes #773

Open
opened 2026-03-03 15:36:12 +03:00 by kerem · 3 comments
Owner

Originally created by @Pavel063 on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/858

Describe the bug

opening lock fifo for writing failed: Too many open files
Call stack: (
0 CoreFoundation 0x0000000198dc68d4 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 825556
1 libobjc.A.dylib 0x0000000195d3d7c4 objc_exception_throw + 88
2 Moosic 0x0000000111a72e88 Z18RLMSetErrorOrThrowP7NSErrorPU15__autoreleasingS0 + 296
3 Moosic 0x0000000111a489dc Z26RLMRealmTranslateExceptionPU15__autoreleasingP7NSError + 588
4 Moosic 0x0000000111a4a708 -[RLMRealm beginWriteTransactionWithError:] + 52
5 Moosic 0x0000000111adb224 $s10RealmSwift0A0V5write16withoutNotifying_xSaySo20RLMNotificationTokenCG_xyKXEtKlF + 140
6 Moosic 0x00000001121772dc $s16VkMusicRealmCore0C8InstanceC12performWrite33_B90B7DA1AECCC2E32258E4EBDFB856F0LL5blockxSgx0C5Swift0C0Vc_tKlF + 516
7 Moosic 0x0000000112179310 $s16VkMusicRealmCore0C8InstanceC16writeTransactionyxSgx0C5Swift0C0VcKlFAEyKXEfU_yycfU
+ 192
8 Moosic 0x00000001108e3608 $s4Moya0A8ProviderC8endpointyAA8EndpointCxF + 20
9 Moosic 0x0000000110e32f2c $sIeg_IeyB_TR + 28
10 Moosic 0x000000011217ab98 $s16VkMusicRealmCore0C6ThreadC8runBlock33_15DD9E96F5F763B51EBAF9D1D9A9FD51LL5blockyyyXE_tFTo + 64
11 Foundation 0x000000019640d020 457AF377-CACC-3719-993B-6187AE01BAEB + 245792
12 CoreFoundation 0x0000000198d67230 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 434736
13 CoreFoundation 0x0000000198d671a4 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 434596
14 CoreFoundation 0x0000000198d44c6c 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 293996
15 CoreFoundation 0x0000000198d1a8b0 973E47E5-88F0-3367-B9D4-46D5CB999B75 [+ 121008](tel:+ 121008)
16 CoreFoundation 0x0000000198d19c44 973E47E5-88F0-3367-B9D4-46D5CB999B75 [+ 117828](tel:+ 117828)
17 Foundation 0x0000000196d60734 457AF377-CACC-3719-993B-6187AE01BAEB [+ 10024756](tel:+ 10024756)
18 Foundation 0x00000001963da514 457AF377-CACC-3719-993B-6187AE01BAEB + 38164
19 Moosic 0x000000011217aa90 $s16VkMusicRealmCore0C6ThreadC10entryPoint33_15DD9E96F5F763B51EBAF9D1D9A9FD51LL3uidySS_tFyyXEfU_ + 324
20 Moosic 0x000000011217ab08 $s16VkMusicRealmCore0C6ThreadC10entryPoint33_15DD9E96F5F763B51EBAF9D1D9A9FD51LL3uidySS_tFTo + 84
21 Foundation 0x0000000196432d3c 457AF377-CACC-3719-993B-6187AE01BAEB + 400700
22 libsystem_pthread.dylib 0x00000001f3b5244c _pthread_start + 136
23 libsystem_pthread.dylib 0x00000001f3b4e8cc thread_start + 8
)

Instructions to reproduce

При переключении приложения на общее приложение оно падает через 5 минут или около того, но если вы используете приложение как приватное приложение, оно работает должным образом. App: Vk Музыка (Vk music)

What version of LiveContainer and iOS are you using?

Lc 3.6.1 ios 26.0 release

Other info

Image

Originally created by @Pavel063 on GitHub (Sep 23, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/858 ### Describe the bug opening lock fifo for writing failed: Too many open files Call stack: ( 0 CoreFoundation 0x0000000198dc68d4 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 825556 1 libobjc.A.dylib 0x0000000195d3d7c4 objc_exception_throw + 88 2 Moosic 0x0000000111a72e88 _Z18RLMSetErrorOrThrowP7NSErrorPU15__autoreleasingS0_ + 296 3 Moosic 0x0000000111a489dc _Z26RLMRealmTranslateExceptionPU15__autoreleasingP7NSError + 588 4 Moosic 0x0000000111a4a708 -[RLMRealm beginWriteTransactionWithError:] + 52 5 Moosic 0x0000000111adb224 $s10RealmSwift0A0V5write16withoutNotifying_xSaySo20RLMNotificationTokenCG_xyKXEtKlF + 140 6 Moosic 0x00000001121772dc $s16VkMusicRealmCore0C8InstanceC12performWrite33_B90B7DA1AECCC2E32258E4EBDFB856F0LL5blockxSgx0C5Swift0C0Vc_tKlF + 516 7 Moosic 0x0000000112179310 $s16VkMusicRealmCore0C8InstanceC16writeTransactionyxSgx0C5Swift0C0VcKlFAEyKXEfU_yycfU_ + 192 8 Moosic 0x00000001108e3608 $s4Moya0A8ProviderC8endpointyAA8EndpointCxF + 20 9 Moosic 0x0000000110e32f2c $sIeg_IeyB_TR + 28 10 Moosic 0x000000011217ab98 $s16VkMusicRealmCore0C6ThreadC8runBlock33_15DD9E96F5F763B51EBAF9D1D9A9FD51LL5blockyyyXE_tFTo + 64 11 Foundation 0x000000019640d020 457AF377-CACC-3719-993B-6187AE01BAEB + 245792 12 CoreFoundation 0x0000000198d67230 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 434736 13 CoreFoundation 0x0000000198d671a4 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 434596 14 CoreFoundation 0x0000000198d44c6c 973E47E5-88F0-3367-B9D4-46D5CB999B75 + 293996 15 CoreFoundation 0x0000000198d1a8b0 973E47E5-88F0-3367-B9D4-46D5CB999B75 [+ 121008](tel:+ 121008) 16 CoreFoundation 0x0000000198d19c44 973E47E5-88F0-3367-B9D4-46D5CB999B75 [+ 117828](tel:+ 117828) 17 Foundation 0x0000000196d60734 457AF377-CACC-3719-993B-6187AE01BAEB [+ 10024756](tel:+ 10024756) 18 Foundation 0x00000001963da514 457AF377-CACC-3719-993B-6187AE01BAEB + 38164 19 Moosic 0x000000011217aa90 $s16VkMusicRealmCore0C6ThreadC10entryPoint33_15DD9E96F5F763B51EBAF9D1D9A9FD51LL3uidySS_tFyyXEfU_ + 324 20 Moosic 0x000000011217ab08 $s16VkMusicRealmCore0C6ThreadC10entryPoint33_15DD9E96F5F763B51EBAF9D1D9A9FD51LL3uidySS_tFTo + 84 21 Foundation 0x0000000196432d3c 457AF377-CACC-3719-993B-6187AE01BAEB + 400700 22 libsystem_pthread.dylib 0x00000001f3b5244c _pthread_start + 136 23 libsystem_pthread.dylib 0x00000001f3b4e8cc thread_start + 8 ) ### Instructions to reproduce При переключении приложения на общее приложение оно падает через 5 минут или около того, но если вы используете приложение как приватное приложение, оно работает должным образом. App: Vk Музыка (Vk music) ### What version of LiveContainer and iOS are you using? Lc 3.6.1 ios 26.0 release ### Other info ![Image](https://github.com/user-attachments/assets/e3cfb8aa-7ca6-4a53-bb97-8379a3728493)
Author
Owner

@Pavel063 commented on GitHub (Sep 23, 2025):

When switching the app to shared app, it crashes after 5 minutes or so, but if you use the app as a private app, it works properly. App: Vk Музыка (Vk misic)

<!-- gh-comment-id:3322805739 --> @Pavel063 commented on GitHub (Sep 23, 2025): When switching the app to shared app, it crashes after 5 minutes or so, but if you use the app as a private app, it works properly. App: Vk Музыка (Vk misic)
Author
Owner

@hugeBlack commented on GitHub (Sep 25, 2025):

Please send the crash log in iOS settings - Privacy Security - Analytics Improvements - Analytics Data - Search LiveContainer

<!-- gh-comment-id:3332268105 --> @hugeBlack commented on GitHub (Sep 25, 2025): Please send the crash log in iOS settings - Privacy Security - Analytics Improvements - Analytics Data - Search LiveContainer
Author
Owner
<!-- gh-comment-id:3332749715 --> @Pavel063 commented on GitHub (Sep 25, 2025): https://drive.google.com/file/d/1SWgekE_HVWLU3qXNxQNHQP4724Ag96Vk/view?usp=drivesdk
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#773
No description provided.