crash

How do I shut down OpenGL tasks in applicationWillResignActive?

拟墨画扇 提交于 2020-01-02 09:30:04
问题 I have nearly completed my first app. In testing on the device, I am getting a crash when I press the home button, with the error message libGPUSupportMercury.dylib`gpus_ReturnNotPermittedKillClient: Based on these posts: https://stackoverflow.com/search?q=how+to+shut+down+OpenGL OpenGL ES crash on move background, iOS 5.1 I am pretty sure the problem is that my app is an extension of software that uses some sample code involving OpenGL (about which I have very little understanding) and that

My App works on Gingerbread… Crash on ICS and HC

谁说胖子不能爱 提交于 2020-01-02 07:08:11
问题 I need your help. My App works fine on GingerBread, but on ICS and HC crash. This is the logcat 01-14 20:26:51.831: E/AndroidRuntime(698): FATAL EXCEPTION: main 01-14 20:26:51.831: E/AndroidRuntime(698): android.os.NetworkOnMainThreadException 01-14 20:26:51.831: E/AndroidRuntime(698): at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1099) 01-14 20:26:51.831: E/AndroidRuntime(698): at java.net.InetAddress.lookupHostByName(InetAddress.java:391) 01-14 20:26:51.831: E

Strategies/techniques for crash reporting in Java

南笙酒味 提交于 2020-01-02 06:15:49
问题 I'm developing a new Java desktop application and would like to include a crash reporting facility - you know the kind of thing - program crashes, box pops up asking user to click okay to send it, etc. I'm comfortable with how the error will be sent back to our servers - probably via a simple web service. What I'm more unsure about is how the mechanism for capturing the failure should be implemented?. I would welcome any advice from anyone that has implemented something similar. 回答1: I see

Strategies/techniques for crash reporting in Java

℡╲_俬逩灬. 提交于 2020-01-02 06:15:12
问题 I'm developing a new Java desktop application and would like to include a crash reporting facility - you know the kind of thing - program crashes, box pops up asking user to click okay to send it, etc. I'm comfortable with how the error will be sent back to our servers - probably via a simple web service. What I'm more unsure about is how the mechanism for capturing the failure should be implemented?. I would welcome any advice from anyone that has implemented something similar. 回答1: I see

Crashlogs : What is “ARM Thread State”

依然范特西╮ 提交于 2020-01-02 05:03:20
问题 I'm trying to analyse iPhone Crash Reports. And there is something that I don't understand : Thread 6 crashed with ARM Thread State: r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000 r4: 0x077aa000 r5: 0x00000006 r6: 0x0010540c r7: 0x077a9198 r8: 0x001a0420 r9: 0x00000065 r10: 0x3fcb8acc r11: 0x310d1b68 ip: 0x00000148 sp: 0x077a918c lr: 0x36ba33bb pc: 0x32a29a1c cpsr: 0x00000010 What are r0, r1, rx?? When i see that : r3: 0x00000000 Can I assume that an "object" r3 is nil ? Any help

How to debug and solve a 'DisconnectedContext' crash?

我的梦境 提交于 2020-01-02 03:59:26
问题 I have a GUI app which connects to a sensor, gathers data and processes it in the background using BackgroundWorker threads. As it stands I'm posting data to the GUI using the ProgressChanged which seemed to be working well to begin with. I've since upped the data rates and have discovered a problem; if the software is left to run for a few minutes, the amount of processor usage appears to ramp up until it reaches near 100% on both cores on my machine and at that point, I get an error which

Exception Access Violation Java?

别来无恙 提交于 2020-01-02 03:23:08
问题 I'm currently writing a JNI project where I'm getting the following error log when trying to run my Java code. It tells me that the problematic frame is a jvm.dll one, and in trying to isolate the problem, I'm trying to work out where exactly my problem is (in the JVM vs. my native code) I've attached the thread section of the log, and can append the rest if needed. I also tried reinstalling the JVM. A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION

iOS7 crashing - [__NSPlaceholderDictionary initWithObjects

ε祈祈猫儿з 提交于 2020-01-02 00:58:12
问题 Going through my iOS6 app and trying to fix everything for iOS7. Throughout my app I'm getting the error: -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0] Here is the stack trace from this code: NSString *shareString = [NSString stringWithFormat:@"I ... %@", self.booking.venue.name]; NSArray *activityItems = [NSArray arrayWithObjects:shareString, nil]; UIActivityViewController *activityViewController = [[UIActivityViewController alloc]

Crash upon CGImageDestinationFinalize

主宰稳场 提交于 2020-01-02 00:53:13
问题 My app allows users to edit photos using the Photos framework. I am seeing some crash reports, and it appears the crash occurs when generating the output image, but I am not sure where the problem lies. This crash is occurring on multiple hardware devices and multiple versions of iOS 9 including the latest 9.1. The last call my app makes is CGImageDestinationFinalize in order to create the edited image NSData . The crash reports show that calls continue in the CoreImage space before the crash

Crash when calling autoSizeColumn on worksheet, when run under Linux (Servicemix)

会有一股神秘感。 提交于 2020-01-01 12:25:10
问题 I've written module that generates excel, and deployed it under Servicemix. In Windows environment everything is fine, but under Linux Servicemix unexpectedly crashes on following call: for (short i=0;i<=3;i++) { log.trace("AutoSize column {}", i); worksheet.autoSizeColumn(i); } I'm using POI version 4.2-FINAL, FuseESB 4.2, Java 5.0. There are, however, no hs_err*.pid files. Servicemix logs ends on first autoSizeColumn call. Did anyone met such behaviour and know, how it is caused and how to