gpt4 book ai didi

iPhone 应用程序因未知错误而崩溃

转载 作者:行者123 更新时间:2023-12-02 02:01:26 24 4
gpt4 key购买 nike

我正在开发一个应用程序来拍照并将照片上传到远程服务器。

我使用叠加 View 自定义了相机 View 。应用程序允许每次拍摄超过 1 张照片,并且照片将在拍照后立即保存到设备中。当我拍照时,应用程序会发出内存警告,然后崩溃。以下是崩溃报告。我已经与苹果支持团队交谈过,他们说这不是由于内存问题。这是因为尝试将操作发送到不再存在的 Controller 对象之一。

OS Version: iPhone OS 4.3.3 (8J2) Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x73980000 Crashed Thread: 0

Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib
0x34499c9a objc_msgSend + 18 1
UIKit
0x30a8bc1a -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 86 2 CoreFoundation
0x308f056a -[NSObject(NSObject) performSelector:withObject:withObject:] + 18 3 UIKit 0x309feec2 -[UIApplication sendAction:to:from:forEvent:] + 78 4
UIKit
0x309fee62 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 26 5 UIKit 0x309fee34 -[UIControl sendAction:to:forEvent:] + 32 6
UIKit
0x309feb86 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 350 7 UIKit
0x309ff41c -[UIControl touchesEnded:withEvent:] + 336 8
UIKit
0x309e452e _UIGestureRecognizerSortAndSendDelayedTouches + 2194 9 UIKit 0x309e3bfa _UIGestureRecognizerUpdateObserver + 690 10 CoreFoundation
0x30957a2e CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 10 11 CoreFoundation 0x3095945e __CFRunLoopDoObservers + 406 12 CoreFoundation
0x3095a754 __CFRunLoopRun + 848 13 CoreFoundation
0x308eaebc CFRunLoopRunSpecific + 224 14 CoreFoundation
0x308eadc4 CFRunLoopRunInMode + 52 15 GraphicsServices
0x30269418 GSEventRunModal + 108 16 GraphicsServices
0x302694c4 GSEventRun + 56 17 UIKit 0x30a10d62 -[UIApplication _run] + 398 18 UIKit
0x30a0e800 UIApplicationMain + 664 19 hand-e-pix
0x000025a4 main (main.m:14) 20 hand-e-pix
0x0000254c start + 32

谁能帮我找出导致此问题的原因吗?

非常感谢

问候下巴

最佳答案

这很容易与保留/释放问题相关。确保平衡保留/释放调用。还要确保您没有在代码中引用任何已释放的对象。

您可能需要查看启用 NSZombieEnabled 以便追踪此问题。您可以找到有关如何启用它的信息 here .

关于iPhone 应用程序因未知错误而崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6176267/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com