crash

symbolicatecrash not working with dSYM, but 'atos' works

試著忘記壹切 提交于 2020-01-12 02:38:09
问题 Excuse me! There's a problem confuse me! I have the Myapp.app.dSYM. (All Symbols has stripped from the MyApp.app and copy to dSYM) Now I use symbolicatecrash tool to symbolicate Crashes, it's not working! Hex address is still there. Part of my crash log: ...... 11 MyApp 0x00000001010ac2c8 0x100070000 + 17023688 12 MyApp 0x00000001010b1168 0x100070000 + 17043816 13 MyApp 0x00000001010b10e0 0x100070000 + 17043680 ...... So I try to use: atos -arch arm64 -o MyApp.app.dSYM/Contents/Resources

Unreproducible webcore crashes

﹥>﹥吖頭↗ 提交于 2020-01-11 18:50:37
问题 I've got an iPad app that's in the App Store for around three months now and I've been receiving some weird crash reports that I can't figure out. These are not that frequent, got around 15-20 instances since the launch but still frequent enough to actually bug me. The crashes are slightly different (see stack traces below) but since they are related to WebCore I'm guessing they have to do with the usage of the UIWebView in the app and might have a common cause, though I'm not 100% positive.

Silverlight 5 - Debugging npctrl.dll crash

纵然是瞬间 提交于 2020-01-10 12:42:25
问题 I'm getting a really frustrating silverlight plugin crash which affects both IE and firefox. The error from the event log is: Faulting application name: iexplore.exe, version: 9.0.8112.16421, time stamp: 0x4d76255d Faulting module name: npctrl.dll, version: 5.0.61118.0, time stamp: 0x4ec5fc64 Exception code: 0xc0000094 Fault offset: 0x0001d720 Faulting process id: 0x434 Faulting application start time: 0x01ccf0b878b55ca7 Faulting application path: C:\Program Files (x86)\Internet Explorer

UIAlertView crashing on undocumented method

青春壹個敷衍的年華 提交于 2020-01-09 18:24:49
问题 Our app has been crashing with a frequency of roughly 1 in 1,500 launches due to a bug that is proving elusive. The relevant portion of the stack trace is included. It's being fired as a callback so I have no reference for where it's occurring in my own code. It looks like what's going on is there is a UIViewAnimationState object that is calling UIAlertView's private method ( _popoutAnimationDidStop:finished: ). Only problem is, it appears the UIAlertView has been dealloced by this point. I

UIAlertView crashing on undocumented method

*爱你&永不变心* 提交于 2020-01-09 18:23:42
问题 Our app has been crashing with a frequency of roughly 1 in 1,500 launches due to a bug that is proving elusive. The relevant portion of the stack trace is included. It's being fired as a callback so I have no reference for where it's occurring in my own code. It looks like what's going on is there is a UIViewAnimationState object that is calling UIAlertView's private method ( _popoutAnimationDidStop:finished: ). Only problem is, it appears the UIAlertView has been dealloced by this point. I

Google Maps Android API v2 - Sample Code crashes

夙愿已清 提交于 2020-01-09 03:01:05
问题 I'm trying to get the sample code of Android 'Google Maps Android API v2' working. I get the project built without errors. However, when I try to run the app on my Galaxy Nexus (connected with usb to my laptop), the app crashes immediately. I filled in my own Maps API Key at the AndroidManifest.xml I built against Android 4.1.2 This is the logging: Unable to resolve superclass of Lcom/example/mapdemo/BasicMapActivity; (66) Link of class 'Lcom/example/mapdemo/BasicMapActivity;' failed Could

Simultaneous accesses to 0x1c0a7f0f8, but modification requires exclusive access error on Xcode 9 beta 4

社会主义新天地 提交于 2020-01-08 17:41:28
问题 my project uses both Objective-C and Swift code. When a user logs in, it calls a set of apis for user preference, I have a DataCoordinator.swift class which schedules the API operation and I make this calls from UserDetailViewController.m class to load user preferences. This use to work fine before I migrated my code to Swift 4 using Xcode 9 beta 4. Now when I login it crashes by giving me this error in my DataCoordinator class. Below is a sample of my DataCoordinator and Viewcontroller class

Simultaneous accesses to 0x1c0a7f0f8, but modification requires exclusive access error on Xcode 9 beta 4

巧了我就是萌 提交于 2020-01-08 17:40:10
问题 my project uses both Objective-C and Swift code. When a user logs in, it calls a set of apis for user preference, I have a DataCoordinator.swift class which schedules the API operation and I make this calls from UserDetailViewController.m class to load user preferences. This use to work fine before I migrated my code to Swift 4 using Xcode 9 beta 4. Now when I login it crashes by giving me this error in my DataCoordinator class. Below is a sample of my DataCoordinator and Viewcontroller class

“Safe handle has been closed” Thread abort: can program crash be avoided?

你。 提交于 2020-01-07 08:10:36
问题 Im using undetermined DLLs which can use undetermined resources such as a COM port. Some DLL methods don't have their own timeouts, so i am forced to abort the execution thread. But if the thread is using a resource such as a COM port, and i abort the thread, my program crashes with the error “Safe handle has been closed”. I know why this happens but is there any way to catch this exception or skip it, rather than an actual crash? 回答1: Solution: Running the code in a separate AppDomain

SSMS crashes when opening Design Query Editor

試著忘記壹切 提交于 2020-01-07 04:46:42
问题 is there a fix for the crash in SQL-Server 2005 Management Studio when you try to open a design-query-editor with a sql-statementent preceding USE database; ? For example: USE DB1; SELECT * FROM Table1; If you mark SELECT * FROM Table1; , you can open the editor succesfully. If you mark both lines, SSMS will crash with a "Microsoft SQL Server Management Studio has stopped working"-Dialog(with the option to debug or close SSMS) and some additional information on this problem f.e.: Problem