xcode PurgeIdleCellConnections 导致应用程序冻结然后崩溃

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11209725/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 00:41:31  来源:igfitidea点击:

PurgeIdleCellConnections causes application to freeze then crash

iphoneiosxcode

提问by Elldo

My app keeps rapidly throwing this up at me until we run out of memory and hang:

我的应用程序不断地向我抛出这个问题,直到我们用完内存并挂起:

purgeIdleCellConnections: found one to purge conn = 0x1ddde360
purgeIdleCellConnections: found one to purge conn = 0x1dddb9a0
purgeIdleCellConnections: found one to purge conn = 0x1e87d4b0
purgeIdleCellConnections: found one to purge conn = 0x21b98a60
purgeIdleCellConnections: found one to purge conn = 0x21baeae0
purgeIdleCellConnections: found one to purge conn = 0x1dde92c0
purgeIdleCellConnections: found one to purge conn = 0x21b3a3a0
purgeIdleCellConnections: found one to purge conn = 0x21ce0a40
purgeIdleCellConnections: found one to purge conn = 0x1e81b4d0
purgeIdleCellConnections: found one to purge conn = 0x21987880
purgeIdleCellConnections: found one to purge conn = 0x21994d50
purgeIdleCellConnections: found one to purge conn = 0x21b463b0
purgeIdleCellConnections: found one to purge conn = 0x1e81b2b0
purgeIdleCellConnections: found one to purge conn = 0x1dde2130
purgeIdleCellConnections: found one to purge conn = 0x1dd02cc0
purgeIdleCellConnections: found one to purge conn = 0x21987130
purgeIdleCellConnections: found one to purge conn = 0x1e89b610
purgeIdleCellConnections: found one to purge conn = 0x21a7c5a0
purgeIdleCellConnections: found one to purge conn = 0x219307e0
purgeIdleCellConnections: found one to purge conn = 0x21b44240
purgeIdleCellConnections: found one to purge conn = 0x21b6f290
purgeIdleCellConnections: found one to purge conn = 0x219c1db0
purgeIdleCellConnections: found one to purge conn = 0x1e81c5f0
purgeIdleCellConnections: found one to purge conn = 0x21957890
purgeIdleCellConnections: found one to purge conn = 0x21cd86f0
purgeIdleCellConnections: found one to purge conn = 0x21cd6660
purgeIdleCellConnections: found one to purge conn = 0x21b43140
purgeIdleCellConnections: found one to purge conn = 0x21cd4400

Any idea what this is? I'm fairly new to iOS but I couldn't find anything on this.

知道这是什么吗?我对 iOS 相当陌生,但我找不到任何关于此的内容。

Hopefully somebody has seen this before.

希望有人以前见过这个。

回答by respectTheCode

There's an ongoing discussion in the Apple Developer Forums about this: https://devforums.apple.com/message/687713#687713

Apple 开发者论坛中对此正在进行讨论:https: //devforums.apple.com/message/687713#687713