2016-09-27 89 views
0

我有MailCore集成在我的iOS項目。最近,我收到了Crittercism(現Apteligent)的一些關於MailCore引起的應用程序崩潰的報告。這些崩潰是由MCData.cc的appendBytes方法引起的,該方法從MailCore2的幾種方法中調用。崩潰的一個例子是:iOS - MailCore - 在MCData.cc崩潰 - appendBytes

名稱:MCData.cc 原因:SEGV_MAPERR

libsystem_platform.dylib 0x0000000180c52240 _platform_memmove + 76 
! 1 app 0x000000010029f6f4 appendBytes (char, unsigned int) (MCData.cc:123) 
    2 app 0x000000010029f4d0 Data (char, unsigned int) (MCData.cc:84) 
    3 app 0x000000010029f600 dataWithBytes (char, unsigned int) (MCData.cc:101) 
    4 app 0x00000001002b997c dataAndFilterBccAndForEncryption (bool, bool) (MCMessageBuilder.cc:792) 
    5 app 0x00000001002d64e8 -[MCOMessageBuilder data] (MCOMessageBuilder.mm:66) 

另一個例子是一個跟蹤:

名稱:MCData.cc 原因:SEGV_MAPERR

0 libsystem_platform.dylib 0x00000001810d6240 _platform_memmove + 76 
! 1 app 0x00000001001b76f4 appendBytes (char, unsigned int) (MCData.cc:123) 
    2 app 0x00000001001b74d0 Data (char, unsigned int) (MCData.cc:84) 
    3 app 0x00000001001b7600 dataWithBytes (char, unsigned int) (MCData.cc:101) 
    4 app 0x00000001001f6424 -[MCOSMTPSession sendOperationWithData:] (MCOSMTPSession.mm:109) 

以及更多:

N AME:MCData.cc 原因:SEGV_MAPERR

 libsystem_platform.dylib 0x00000001819fe240 _platform_memmove + 76 
! 1 app 0x000000010021f6f4 appendBytes (char, unsigned int) (MCData.cc:123) 
    2 app 0x000000010021f4d0 Data (char, unsigned int) (MCData.cc:84) 
    3 app 0x000000010021f600 dataWithBytes (char, unsigned int) (MCData.cc:101) 
    4 app 0x0000000100255cf8 +[MCOAttachment attachmentWithData:filename:] (MCOAttachment.mm:63) 

我試圖重現崩潰,但一切似乎是好的。任何想法,是什麼導致這些崩潰?

非常感謝您

回答

0

這個崩潰看起來並不受Crittercism要發生的事情。如果您仍然認爲這是與Crittercism相關的某個地方,您可以通過發送電子郵件至[email protected],提供有關的應用程序ID和直接崩潰URL來創建支持憑單。請注意,電子郵件支持僅適用於付費客戶。

+0

我不是說這次崩潰是由Crittercism SDK造成的。我想說我已經在Crittercism中收到了一些關於這次事故的報道。對困惑感到抱歉 – jmartinalonso