ShadowsocksR-Live / iShadowsocksR

ShadowsocksR (SSRoT) client for iOS
GNU General Public License v3.0
574 stars 326 forks source link

关于 iSSR 在 iOS 15 系统内崩溃的求助 #67

Closed ssrlive closed 2 years ago

ssrlive commented 2 years ago

有多人报告 iSSR 在 iOS 上运行出错,频繁崩溃。 由于 本人没有 iOS 15 设备, 且本软件在 iOS 15 模拟器上表现一切正常, 因此无法跟踪调试, 希望有条件的人提供协助, 帮忙找出崩溃细节, 最好能提供解决方案。 感谢。

错误代码

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: RUNNINGBOARD 3735883980 (0xdead10cc)

苹果的技术支持是

0xdead10cc (pronounced “dead lock”). The operating system terminated the app because it held on to a file lock or SQLite database lock during suspension. Request additional background execution time on the main thread with beginBackgroundTask(withName:expirationHandler:). Make this request well before starting to write to the file in order to complete those operations and relinquish the lock before the app suspends. In an app extension, use beginActivity(options:reason:) to mange this work.

搞定,关 issues。