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
5 views

Crash mac application with Assertion failed: (addr != MAP_FAILED)

I am working for USB internet dongle application, so when device is inserted our application get the callbacks from device SDK, Main window Application and Callbacks both are in main thread. Now after ...
2
votes
1answer
37 views

program stopped working on switch statement C language

I am writing a program for a class (C LANGUAGE) which would be a menu for an APP store. at some point in the program, the user will not have enough money to buy anything from the menu, so he will need ...
0
votes
1answer
24 views

Batch file always stops

EDIT: FIXED it turns out the problem was not including quotes around '"ICO=%%~nxF"' So I have almost perfected my automated folder icon changer, but now it works well but with one slight problem, it ...
0
votes
0answers
10 views

how to read /data/anr/traces.txt from code in android?

I am working on crash reporting in android. For this, I need to access traces.txt file from code. I already know how to access this file in commandline with adb pull command. But I need to acces this ...
0
votes
0answers
15 views

Instagram crashes

If I go to the share screen in the Instagram app, then minimize app and launch it from my app via UIDocumentInteractionController, Instagram app crashes (see crashlog). This bug also can be seen in ...
0
votes
0answers
10 views

Use GPUImage in EDK Marmalade

i'm trying write extension of GPUImage for marmalade Framework. For this i used oficial documentation and Extension Development Kit (EDK) Marmalade. I write some sample code, compile with: mkb ...
1
vote
1answer
47 views

UITableView is asking for a ghost section after a batch row and section deletion, causing a crash

I have myself a UITableView which is initialized with a total of 8 sections, most sections only have 1 row but a few have 2. I am doing a batch deletion of rows in the table. I realize that some of ...
1
vote
0answers
28 views

Python 3 keeps crashing

I'm new to python and can't figure out how to fix this problem. Idle was working fine until I accidentally used eval_input() in python 2 instead of python 3 and I think that might be how this problem ...
2
votes
2answers
39 views

NSTimer crashing after app returns to foreground

This bug has been in my code for days - I've been trying to solve it but to no avail. I've done extensive debugging, on simulator and on a device, logging, Crashlytics throwing up the crash log, and ...
0
votes
1answer
22 views

iOS working in simulator, on iphone via xcode but crashes when copying the archive via itunes

I am quite new to iOS development but i managed to realise a webview with additional app-functions. It works fine, when i run it in the simulator or on my iphone. But archiving it, moving it to itunes ...
0
votes
0answers
20 views

Two countdown timers crash in same activity on android? [android]

I have two activity. ActivityA has a countdowntimer and when I start ActivityA , timer starts (60 seconds). In 60 seconds , I start ActivityB and in ActivityA timer continue, Because if I don't do ...
0
votes
1answer
21 views

Application Crash randomly when I invoke an Activity launcher method

When one of the two buttons that invoke the follow listener are pressed OnClickListener mSportiveListener = new OnClickListener() { public void onClick(View v) { String title = ...
0
votes
0answers
9 views

How to debug a drive-by-crash of windows?

I've got a legacy application which is programmed in C++ using the win32 api. Now sometimes, when a menu item is clicked, this program crashes ... not itself, it makes windows itself freeze. The ...
-2
votes
0answers
21 views

When pull the feeds list,Crashed

When I pull the feeds list,Crashed!Here are the crash log: Does anyone can help out? Many thanks! Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed ...
0
votes
0answers
24 views

xCode 4.6.3 how to fix autolayout crash in Mac OSX 10.8.4 ( Failed to run one shot request for IBNSLayoutConstraint)?

I've recently upgraded my OSX from snow leopard to mountain lion and am running into an issue where my xCode shuts down 100% of the time within 5 seconds of opening any project. Here's the error ...

1 2 3 4 5 302
15 30 50 per page