crash-reports
Interpreting a Crash Log Objective C
I\'m trying to interpret this crash log below, but I\'m not sure if I understand it correctly. objc_msgSend() means that I\'m sending a message to something that\'s already dealloced. So basically the[详细]
2023-02-18 15:18 分类:问答Handle Third-Party Application Crash?
From my application, I use a COM API to make calls to another application.This results in the other application starting up in its own process and doing some things.Sometimes, these t开发者_如何学Gohi[详细]
2023-02-17 06:04 分类:问答Strange Modal View Controller NSException bug
Can anyone help me make sense of the crash log below? It came from Apple after inquiring further about a crash my app had. They rejected the app because of this crash, but I have never once been able[详细]
2023-02-16 04:09 分类:问答Crash reporting for MinGW applications
I have a c++ application compiled with MinGW for which I\'ve been receiving crash complaints from customers. So, besides heavily logging in the parts that might be crashing (before releasing a new ver[详细]
2023-02-15 14:51 分类:问答iPhone crash, ASIHTTPRequest or NSURL related
Given the following symbolicated crash log, is it more likely that the crash occurred due to the ASIHTTPRequest on Thread 5 or the NSURLConnection on Thread 3? I ask because this question has similar[详细]
2023-02-15 12:10 分类:问答Strange iPhone crash log
Can anybody tell me the reason for this crash. Specially I am concerned about this - **Application Specific Information:[详细]
2023-02-10 19:07 分类:问答Can I use Hoptoad iOS Notifier with a Titanium Appcelerator iPhone app?
Can I use Hoptoad iOS Notifier (sends iPhone error reports to developers) with a Titanium Appcelerator iPhone application? (http://hoptoadapp.com/pages/ios-notifier).[详细]
2023-02-10 10:16 分类:问答Symbolicate iPhone crash report without .dSYM files
Is there a way to symbolicate iPhone crash report without .dSYM files? I did keep the original binary (.app) that I submitted to the App Store, but I didn\'t keep .dSYM file. And I have changed the s[详细]
2023-02-09 20:11 分类:问答Iphone:Help in understanding Crash reports
I recently worked on app which got crashed. I made this app by using App开发者_如何学运维celerator tool which let you write apps in Javascript. The code which apple pointed and the crash report is giv[详细]
2023-02-09 04:25 分类:问答How to make gdb send an external notification on receiving a signal?
I\'m debug-running a daemon application in foreground mode inside gdb inside a tmux session. This daemon 开发者_如何学Gooccasionally crashes with a SIGSEGV. Results of this crash are not immediately e[详细]
2023-02-07 19:18 分类:问答