views:

65

answers:

0

Hi,

I have an issue with sending an e-mail with the app logs(just a few times I've encounter this - when the logs where bigger).Could someone please tell me on what should I focus to solve this situation?Because I've no idea what could cause this.The app crash when sending a log which has 264 kb and the device frozen.After restart, I was able to send again that log with no problem(it was saved on device persistent memory).The only thing that comes in my mind right now regarding this crash is the RAM memory of my 3GS iPhone was almost fully occupied in the moment of crash.The app was running for over 1 day and also I was having some others apps opened in background.Below is the exception:

Exception at LuckyNumbersAppDelegate method: customUncaughtException-
Exception name: NSInvalidArgumentException
Excetion Reason: -[__NSCFSet length]: unrecognized selector sent to instance 0x969af20
Exception stack trace:Stack Trace: 

0   CoreFoundation                      0x31785fd3 __exceptionPreprocess + 114

1   libobjc.A.dylib                     0x320118a5 objc_exception_throw + 24

2   CoreFoundation                      0x31789a77 -[NSObject(NSObject) doesNotRecognizeSelector:] + 102

3   CoreFoundation                      0x31788f15 ___forwarding___ + 508

4   CoreFoundation                      0x3171b680 _CF_forwarding_prep_0 + 48

5   MIME                                0x3387a265 -[MFData _initWithData:maybeMutable:] + 32

6   MIME                                0x3387a225 -[MFData initWithImmutableData:] + 16

7   MIME                                0x33883de9 -[MessageFileWrapper initRegularFileWithContents:] + 116

8   MessageUI                           0x323bb231 -[MFMailCompositionContext addAttachmentData:mimeType:fileName:] + 88

9   MessageUI                           0x323c0ff5 -[MFMailComposeViewController addAttachmentData:mimeType:fileName:] + 48

10  QST                                 0x00020f7d -[LogsSessionDetailViewController continueSendingEmail] + 128

11  QST                                 0x00020ef3 -[LogsSessionDetailViewController alertView:clickedButtonAtIndex:] + 18

12  UIKit                               0x3048eda3 -[UIAlertView(Private) _buttonClicked:] + 230

Appreciate, Alex.