crash

Cannot track down [NSData getBytes:length:] crash

笑着哭i 提交于 2019-12-21 04:30:10
问题 I got a strange EXC_BAD_ACCESS crash inside Foundation's -[NSData(NSData) getBytes:length:] method. It happens quite often, but I cannot get any meaningful information out of stack trace. There are no calls to getBytes:length: inside my code, except for open-source libraries (one in SDWebImage and one in SocketRocket ), but it doesn't seem like they're causing the crash. The only hint is that crash happens inside com.apple.CFNetwork.addPersistCacheToStorageDaemon thread, but I have no idea

Major bug in Parse: [PFUser currentUser] deadlocks

烈酒焚心 提交于 2019-12-21 04:26:08
问题 The issue of PFUser deadlocking from thread contention via parse background calls has been raised numerous times by the Parse community, but Parse has chosen not to deal with this giant bug in the framework. Does anyone know of a work around for this issue? Other apparent reports of this issue: https://developers.facebook.com/bugs/649920188390439/ https://www.parse.com/questions/ios-api-apparent-deadlock-in-main-thread-v1213 https://www.parse.com/questions/occasional-freezing-at-pfuser

iOS 11 crashing with bundleProxy != nil error on using UNUserNotificationCenter

£可爱£侵袭症+ 提交于 2019-12-21 04:03:04
问题 The following line of code is where our app has suddenly started to crash on iOS 11 / 11.0.1 / 11.0.2 / 11.1.1 / 11.2.2 for some users: UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; We've got this in didFinishLaunchingWithOptions . The crash report says: Fatal Exception: NSInternalInconsistencyException Invalid parameter not satisfying: bundleProxy != nil Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x1869b3d38 _

How to debug a crash that only occurs on application shutdown? (Delphi)

我只是一个虾纸丫 提交于 2019-12-21 03:53:47
问题 So, after some recent changes we discovered that one of our oldest applications is sometimes crashing on shutdown. This manifests itself either in the form of "Runtime error 216" messages or in a message from Windows Error Reporting that the application has stopped working. The application is already emitting OutputDebugString -messages at every turn and AFAICT all of our own code gets executed correctly to completion. All destructors are called as are all finalization sections and class

xcode gm ios 8 gm swift today extension crash in simulator and device: Library not loaded: @rpath/libswiftCore.dylib

让人想犯罪 __ 提交于 2019-12-21 03:52:10
问题 I get this error when I run my Today extension for iOS: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/andy/Library/Developer/CoreSimulator/Devices/724FF0C3-6622-4D12-865A-90244C8C63C1/data/Containers/Bundle/Application/30D8974B-ED1A-4F3A-8958-E9B7AA8901A9/App.app/PlugIns/Today.appex/Today Reason: image not found I've restarted, uninstalled, installed xcode, rebooted my machine, created a fresh Today extension and I still got this error :-/ Same problem on

iOS objc_msgSend crash, with no report or warning given

╄→гoц情女王★ 提交于 2019-12-21 03:42:53
问题 I am testing my app out, pushing it pretty hard, and I'm getting it to crash (black screen, image doesn't save, drops back to springboard). However, I get no crash reports logged in the console. When I test using profiler all I get is a message saying the target died, but it gives no clues. In the organiser I got the device crash logs which gives me this which I believe is telling me I'm sending a message to something I've released (objc-msgSend + 22)? Am I on the right track here? ---

How can dereferencing a NULL pointer in C not crash a program?

这一生的挚爱 提交于 2019-12-21 03:37:10
问题 I need help of a real C guru to analyze a crash in my code. Not for fixing the crash; I can easily fix it, but before doing so I'd like to understand how this crash is even possible, as it seems totally impossible to me. This crash only happens on a customer machine and I cannot reproduce it locally (so I cannot step through the code using a debugger), as I cannot obtain a copy of this user's database. My company also won't allow me to just change a few lines in the code and make a custom

0x88980406 SyncFlush() …Is there a workaround?

空扰寡人 提交于 2019-12-21 03:18:12
问题 I get this exception in my application. I have found links discussing it on the web but nothing indicating how to track it down and/or workaround it. Please do not reply with links from the internet. Please reply with strategies of tracking the source. Please reply with workarounds if you found them. Source: PresentationCore Message: Exception from HRESULT: 0x88980406 Stack Trace: at System.Windows.Media.Composition.DUCE.Channel.SyncFlush() at System.Windows.Interop.HwndTarget

iPhone KERN_INVALID_ADDRESS

杀马特。学长 韩版系。学妹 提交于 2019-12-21 02:45:12
问题 Im not sure why I am recieving this error, and I'm unable to track down the cause. This only happens on the device though, Simulator runs error-free as expected. Can anyone make sense of this crash log? Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x61f6490a Crashed Thread: 0 Thread 0 Crashed: 0 libobjc.A.dylib 0x32668edc 0x32665000 + 16092 1 Foundation 0x33f70990 0x33f29000 + 293264 2 Foundation 0x33f82a66 0x33f29000 + 367206 3 Foundation 0x33fdb2d8

Visual Studio Crash when typing in editor

穿精又带淫゛_ 提交于 2019-12-20 18:31:36
问题 I have been using VS2010 for a few weeks but for the past few days it has been totally unusable, when i type anything into the editor Visual Studio throws an exception, then I get lots of intellisence errors (the code is fine, I can compile it if I run before trying to use the editor) - here is the log message: <entry> <record>241</record> <time>2011/01/25 08:30:34.109</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.InvalidCastException: Unable to