- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已将 MailCore 集成到我的 iOS 项目中。最近,我在 Crittercism(现在的 Apteligent)收到了几份关于 MailCore 导致应用程序崩溃的报告。崩溃是由 MCData.cc 的 appendBytes 方法引起的,该方法是从 MailCore2 的多个方法调用的。崩溃的一个例子是:
名称: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)
还有更多:
名称: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)
我尝试重现崩溃,但一切似乎都正常。有什么想法,是什么导致了这些崩溃?
非常感谢
最佳答案
这次崩溃看起来并不是 Crittercism 造成的。如果您仍然认为这与 Crittercism 相关,您可以通过发送电子邮件到 support@apteligent.com 并提及相关的应用程序 ID 和直接崩溃 URL 来创建支持票证。请注意,电子邮件支持仅适用于付费客户。
关于iOS - MailCore - 在 MCData.cc 崩溃 -appendBytes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39728104/
我有一个连接到 Flash Media Server 的 netConnection。我正在尝试使用 Flash Player 10.1 中的新appendBytes 函数将本地FLV 文件流式传输到
免责声明:我是 Xcode/iPhone SDK Noob。 我正在尝试与现有服务器建立客户端 TCP/IP 连接。连接后,我希望收到一些有关服务器的数据(版本等)。 建立连接后,会触发 NSStre
我有一个包含 ASCII 代码的 [UInt8] 数组,我想从它创建一个从 NSMutableData 传递过来的字符串 我使用 appendBytes 方法并将快速数组地址传递给它,一切正常 问题是
我正在通过此链接重写应用程序: http://www.raywenderlich.com/12910/how-to-make-a-simple-playing-card-game-with-multi
简短版本: 我正在寻找 C 或 Actionscript 中的库或示例代码,它允许我在 FLV 文件中查找每个关键帧的字节偏移量。我知道该规范发布于 http://download.macromedi
我已将 MailCore 集成到我的 iOS 项目中。最近,我在 Crittercism(现在的 Apteligent)收到了几份关于 MailCore 导致应用程序崩溃的报告。崩溃是由 MCData
我正在尝试了解如何在 Flash 10.1 中使用 http 动态流式传输,但我无法使用基本功能。对视频文件使用 appendbytes 的语法是什么? package com.player { im
我正在使用 NetStream.appendBytes() 在 Adobe AIR 中播放本地视频(不涉及服务器) .我想用 BitmapData.draw()拍摄视频输出的照片,但出现此错误: Er
我是一名优秀的程序员,十分优秀!