A crash is the result of an unrecoverable error that causes the program to stop completely. During software development, crashes can be avoided by implementing proper error and exception handling.

learn more… | top users | synonyms (1)

0
votes
0answers
36 views

UIAlertView crashes when button is tapped

I'm having some trouble with an ordinary UIAlertView. Scenario: My app is capable of importing it's own data type (for backup/restore). Upon -application:openURL:sourceApplication:annotation: I ...
0
votes
2answers
16 views

Android - App crashing due to memory error

I have an app that is not graphic intensive (as such). It has 2 Fragments, both with 2 GridViews inside. This is what I call Level-1 Activities because they are visible immediately when the app is ...
0
votes
0answers
7 views

Phonegap camera crash on android 4.1.2, samsung galaxy s3, HTC

I think a lot of developers are familier with this problem of phonegap crashes/restarts after getting a picture from camera / library on android 4.1.2. After many searches of many solutions I want ...
1
vote
1answer
23 views

Android app crashes and returns to menu and then works

I'm writing a app with some info on ingress. This is my first app so i'm kinda new to android. I have a menu which consist of 8 buttons. For one of them it opens a activity that has two imagebuttons. ...
1
vote
0answers
14 views

email extractor android program crashes aide

public class MainActivity extends Activity { public static LinearLayout layout = null; public static EditText urlstring = null; public static Button submit = null; public static ...
0
votes
1answer
18 views

Mac Java Crashed Error

I am using a OS X v 10.8.4 with Java 1.6.0_51 installed.When i try to open Jdeveloper java application it crash upon loading. I got the following message in the log file ...
0
votes
0answers
17 views

app was working then began crashing on startup. Cannot figure out why

Here is the LogCat 08-09 03:38:15.288: E/cutils-trace(927): Error opening trace file: No such file or directory (2) 08-09 03:38:17.738: E/cutils-trace(938): Error opening trace file: No such file or ...
0
votes
2answers
55 views

What in JavaScript can cause browser crashes?

I have an application that a wrote in straight JavaScript (no jQuery or anything). What it does is it uploads an image, and when you click on it, it gets the dominant colors of the image as well as ...
0
votes
1answer
15 views

android app keeps crashing audioEffect error code -1

I put some code in for continuous generation and playback of a sine wave inside my main activity for my app and created a PresetReverb object to test it out on the sine wave. But, every time I launch ...
0
votes
3answers
19 views

Cause program crash on purpose in VB.NET

I'd need a way to cause the program to crash on purpose when i click a button. But nothing comes to my mind that would still allow me to compile the program. any code that causes a hard crash for ...
3
votes
2answers
20 views

Android - Force a background app to free all of it's memory and any other resources

I've inherited a large Android app that was implemented using non-Android practices. The app has several dozen Activities and uses the app as a singleton for caching data. The app crashes after a long ...
0
votes
0answers
15 views

Getting Node to work on windows 7 enterprise

For the better part of a day now I've been trying to get node.js to work on my computer. Even though I get no errors during installation, whenever i try to run node or npm from the command line I only ...
0
votes
0answers
33 views

Pygame screen crashes without error report

I have two files, one to generate a world, and another to run the main code. However, the main screen keeps crashing for no reason. I think the world gen may also be broken, but it does at least pass ...
0
votes
0answers
17 views

Crash again, what information can I get from the crash log?

From such a brief crash log, can I get the reason? Maybe I just need some guidances. Arc is not used here. Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS ...
0
votes
2answers
26 views

Timer ends = application crash

I need to make every second the health to go down by "1" after going the health under 20 or is equal to 20 to show the "alertDialog" i don't have any errors in the code. The problem is crushing after ...

1 2 3 4 5 309
15 30 50 per page