MobileCoreServices崩溃 - [LSOpenOperation completeOperation]

时间:2012-07-25 15:38:56

标签: ios crash

我在一个帖子中收到了一份崩溃报告(iPod4,1,iOS 5.1.1):

Hardware Model:      iPod4,1
Process:         AAA [969]
Path:            /var/mobile/Applications/33B2C5DC-78CE-4A99-9D5D-279DDF417DFD/AAA.app/AAA
Identifier:      AAA
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2012-07-05 18:16:33.606 +0200
OS Version:      iPhone OS 5.1.1 (9B206)
Report Version:  104

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

Thread 11 Crashed:
0   libobjc.A.dylib                   0x346e5f78 objc_msgSend + 16
1   Foundation                        0x37f8a74c NSKVOPendingNotificationCreate + 216
2   Foundation                        0x37f8a652 NSKeyValuePushPendingNotificationPerThread + 62
3   Foundation                        0x37f7c744 NSKeyValueWillChange + 408
4   Foundation                        0x37f53848 -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] + 176
5   MobileCoreServices                0x33ffa00c -[LSOpenOperation completeOperation] + 32
6   MobileCoreServices                0x33ffa48a -[LSOpenOperation main] + 1050
7   Foundation                        0x37f61a7a -[NSThread main] + 66
8   Foundation                        0x37ff558a __NSThread__main__ + 1042
9   libsystem_c.dylib                 0x30f3172e _pthread_start + 314
10  libsystem_c.dylib                 0x30f315e8 thread_start + 0

你知道这次事故的原因是什么吗?

提前感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

我的猜测是,您要么编写共享某个文档的代码,要么从另一个应用程序接收文档(通过“Open In”或openURL),并且很可能您将一些错误的地址作为参数传递给某些API 。然而,在不知道你在做什么以及在什么情况下它崩溃之后很难说出来。