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.
-2
votes
0answers
9 views
Crash on iPhone 4s low memory crash on loading
here is the site in question:
ica.ericwestbrook.net
The site loads on iPhone 5 and 3, but not 4 and 4s. We thought it might be a memory issue, but we can have shaved off a big amount of weight and ...
0
votes
2answers
28 views
iOS crash when creating multiple threads in a for loop
It is a very simple example. I cannot explain why these lines of code cause a crash. I only want to create multiple threads in a for loop.
In the AppDelegate:
- (BOOL)application:(UIApplication ...
0
votes
2answers
23 views
App crashes,dynamic edittexts,lists,etc
I've been making changes for the past 2-3 hours,trying to figure out where i went wrong.I think i made it worse by trying to repair it...Could you please take a look and tell me where i went wrong ?
...
0
votes
2answers
28 views
Reading crash report about Navigation Animation
I hate to simply post a crash report for my iOS app here, but I am in some dire need of help to understand it. It looks to me like something is crashing in a view or navigation animation, but I can't ...
-1
votes
0answers
31 views
when saving Map/HMap crash.Java
crash:
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.String;
code:
static Map<String, Integer> Somting = new HashMap<String, Integer>();
*save ...
0
votes
0answers
22 views
SaveButton gets destroyed
my code as follows. My question is why my "SaveButton" gets destroyed, means when I click it , my Application crashes. And if I press the "ViewButton" , I add another button, which isn“t the right ...
0
votes
1answer
36 views
iOS Subview button causing application to crash
I added a subview to my main view, the subview has a button on it, but when I select the button on the subview, the application crashes with the following highlited in green:
Thread 1:EXC_BAD_ACCESS ...
0
votes
1answer
19 views
Android Service Not Retaining Data onRestart
I am using an Arraylist to store user selected alert-locations and am comparing these "locations" with the user's present location in my service via a broadcaster.
On force crashing the application, ...
0
votes
0answers
5 views
Codegear std::stringstream RTL crash
I'm using Borland Codegear 2007 C++ compiler.
I have a crash of my program when I use std::stringstream in my functions.
It's enough to declare a local variable in a function std::stringstream sLoc; ...
0
votes
0answers
8 views
Whats the purpose of ActivityManager.ProcessErrorStateInfo?
Came across one of the Android Classes called ActivityManager. Purpose of this class is to Interact with the overall activities running in the system. One of the Inner Classes is ...
1
vote
1answer
33 views
Crash Debugging Win32 Application
I'm spending lot of time doing crash debugging of Win32 apps. One thing i'm very curious to know about is, How to find whether any address belongs to stack / heap or program code section. Is there any ...
0
votes
1answer
26 views
Crash on launch after downgrade to iOS 5
I have a game released on the App Store for iOS 6.1, and I wanted to make it work for iOS 5. However, my application crashed on launch with iOS 5. I reverted it to iOS 6.1, but it still crashes! Any ...
0
votes
1answer
32 views
Opening bootstrap.min.css crashes VS2010
Any idea why opening up a minified version of bootstrap.min.css would crash VS2010? It doesn't happen with non-minified file. I know... I know.. a valid solution might be "don't open up ...
0
votes
0answers
8 views
Flex desktop Application is crashed when video is repeatedly moved from Windowed application to window
I have a flex desktop application which has an mx VideoDisplay component which displays live video .I'm getting my application crashed when the video in the VideoDisplay is moved to a VideoDisplay in ...
0
votes
3answers
35 views
UITableView crashing with comma and space in String of UITableViewCell
If i have a string like "Help, Support and More" in an NSArray which is content of an UITableView it crashes on startup. If i remove the whitespace after "," there is no Problem.
Is there any ...
0
votes
2answers
53 views
Program crashes when `if (variable % 2 == 0)`
I'm writing a program that finds "perfect numbers". Having read about these "perfect numbers" I came across a list of them: List of perfect numbers. At the moment the output is:
28 // ...
0
votes
0answers
18 views
Parse.com push notifications example crashing on android
I setup the Parse.com sdk and created my application just like the did in the example on the parse.com site. It has no java errors or anything, but when I try to launch it on the android emulator, I ...
5
votes
2answers
342 views
Simple app crash on iPhone simulator/ Mac OS 10.8.4
This morning, after updated the Mac OS on my Mac to 10.8.4, I wrote some code the Xcode 4.6.2 then pressing the Run button to compile. (You know, I don't have stop the simulator, just press the Run ...
0
votes
0answers
6 views
I add custom view at UIScrollView as a subView,when i delete the subviews,the app crash
I add 8 custom subviews at scroll view,but when i deleting the subviews,the app crashed,the reason is i used a method in the custom view,but the imageview can't recognize the selector.
>
2013-06-05 ...
1
vote
1answer
36 views
selenium firefox css selector crash
i use ubuntu 12 and selenium and firefox 7 (first is 21 ,i checked selenium support list,it doesnot support firefox 21, so i uninstall 21 and install 7. i also install selenium ide and selenium ...
0
votes
1answer
45 views
Python crash on class instance call
I am using pyqtgraph for real-time data plotting. Unfortunately, the library does not support time series real-time plotting, so I went googling and found someone that had written specific classes for ...
-3
votes
0answers
45 views
Why Java killing and crashing over and over with fatal error? [closed]
Why Java killing my apps and crashing it?
sun@sun-Alienware-X51:/var/www/html/video$ java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)
...
-1
votes
1answer
46 views
Mail functionality iphone App Crashes
While Using email functionality in my App,the App is getting crash if we did'nt sign in at any email address.
Is there anyway to add the exception for this that users gets the Alertview without ...
-1
votes
0answers
26 views
python crash after running a long time
The following is the back trace i got from gdb:
Thread 14 (Thread 7752.0x23c8):
#0 0x7798000d in ntdll!LdrFindResource_U () from C:\Windows\SysWOW64\ntdll.dll
#1 0x77a0f896 in ...
0
votes
2answers
33 views
Calling $this->model->create() crashes in controller in cakephp
I am having a problem using the create() method in the cakephp. I have the following code and when I run it in debug it just resumes the program when I try to step through it after the create line.
...
0
votes
3answers
39 views
How can I fix an app crash which is irreproducible? Crash report and console log attached
My ios app used a lot of Core Data and Core Animation. Due to multi-threading, it sometimes crashed in an irreproducible fashion. Can any programming ninja help on looking into this crash issues? I ...
1
vote
0answers
17 views
plist python script hang
In OSX one of my python scripts that I launch via plist hangs. It hasn't allways hung. Sometimes it works for a while. It works fine if I launch it from terminal - python myscript.py. Its not an issue ...
0
votes
0answers
7 views
Android Crash Occurs when Changing from PIN to tabbed activity
I'm trying to work out some basic kinks and there's something I can't figure out. Upon runtime the app displays a prompt for a PIN number along with a button to confirm. Once you enter the correct PIN ...
-2
votes
0answers
23 views
Why socket connect fails lead to application crash?
We have sometimes flaky connections with the other external server. With that, it has to call connect again. At that time, the application leads to crash sometimes.
As I read on the internet, someone ...
0
votes
1answer
51 views
Android App crashing due to thread
I'm trying to make my first activity sleep for 5 seconds and then start a new activity but when I'm testing the application. The app is crashing.
Here is my logcat
06-03 12:40:28.915: ...
-2
votes
0answers
37 views
Android app crashing issue [closed]
I'm currently developing an android app using eclipse. Sometimes the app crashes when starting this activity. But I don't know what is the problem because there is no error in the code. I hope someone ...
0
votes
3answers
38 views
Appending a string inside for loop crashes ios device
I'm gathering data to an array in string format and one item is about 30 characters. When data collection is finished I try to combine all the strings into one big string, which is then written to a ...
0
votes
1answer
21 views
Application error in Windows event log, faulting module name is unknow, why?
Why the Faulting module name is unknown here?
Faulting application name: myapp.exe, version: 15.0.4128.1014, time stamp: 0x4fe548d7
Faulting module name: unknown, version: 0.0.0.0, time stamp: ...
0
votes
1answer
27 views
Code suddenly crashes
I have been working with the following code for quite a while now
int[] icons = { R.drawable.heart, R.drawable.clock,
R.drawable.calculator, R.drawable.pizza,
...
4
votes
1answer
50 views
How to get crash/hangs reports for applications, daemons and OSX programatically?
I know there is a way to get crashes and hangs for all applications. These files are placed in "/Users/user/Library/Logs/DiagnosticReports". So I could get version, time and name of the app.
But how ...
0
votes
0answers
24 views
Heroku application error message
My app stopped working out the of the blue while I was using it, with the error message:
"An error occurred in the application and your page could not be served. Please try again in a few moments.
...
1
vote
1answer
37 views
C++ simple crash logging
I'm writing a plugin (basically a dll) for a 3D application and occasionally there are crashes. Sometimes these are very difficult to find and I wanted to invest some time into making (or integrating ...
0
votes
1answer
14 views
Videoview android crash
I'm currently developing android app using eclipse. But, the app crash when after I put videoView. I put onCompletionListener so if the video end it automaticaly jump to main activity. Here it is the ...
0
votes
1answer
31 views
Android calculator crash
I just started learning Android today, and my program is crashing when I run it. Sorry for my incompetence, help would be greatly appreciated. I have been trying to figure this out. I have been ...
1
vote
1answer
49 views
Adding char to string produces crash in C++
I have this public function inside a class and what I am doing is appending a string to another string char by char (because I'm also making some checking on the characters). So, it basically looks ...
0
votes
0answers
29 views
App only crashing on testing but not on debugging with xCode
I have a problem on my app. I've been looking all night on google and all topics on Stack but nothing worked!
When i'm running my app with xCode everything works great, but when i do the same ...
0
votes
1answer
32 views
iOS - GKPeerPickerController [picker dismiss] crash
I'm using GKPeerPickerController, this is my simple code:
- (IBAction)turnOn:(id)sender {
GKPeerPickerController *peerpicker = [[GKPeerPickerController alloc]init];
peerpicker.delegate = ...
0
votes
0answers
21 views
Crash while instantiateViewControllerWithIdentifier:
Is there anything to consider when instantiating a UINavigationController from storyboard w/ instantiateViewControllerWithIdentifier:? The UINavigationController's rootViewController is a ...
0
votes
1answer
26 views
Android actionbarsherlock app crashes on startup. LogCat inside
I really really need to solve this very fast.
I have this source code:
package com.ciubotariu.stiaticav1;
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the ...
0
votes
2answers
122 views
Why would an iOS app act differently on two different devices?
If you were developing an iOS app using Xcode and were testing it on different devices, is there any reason as to why it would act differently given that the devices are the same model and have the ...
1
vote
2answers
54 views
TestFlight not reporting crashes
I am trying to understand using TestFlight crash reports, to begin using it in my projects.
I created a sample app and intentionally wrote crashing code. The target has TestFlight files and app ...
0
votes
1answer
52 views
SIGILL after fork in Sage/Python
I'm doing some calculations with Sage.
I am playing around with fork. I have a very simple test case which is basically like this:
def fork_test():
import os
pid = os.fork()
if pid != 0:
...
0
votes
1answer
84 views
How can we store crash logs in iOS application [duplicate]
We can store normal logs to file but when application crashes then how to store the cause of crash in file.So we can able to know the cause.
How can we store crash logs in iOS application.
0
votes
4answers
66 views
how to clear variable when the activity is called again?
I'm currently developing an android app with eclipse. I have an activy\ity which it called at the 2nd time, it crashes. I asume that the problem is because the variables of that activity still have ...
0
votes
0answers
28 views
App crashes in iPad, but no error or cause is displayed
I'm debugging and right after I press a button, the app just crashes, this is happening only in an iOS device, in web and android it works ok.
The thing is, even if I'm debugging, I got no error in ...