Questions tagged [crash]

A crash is the result of an unrecoverable error that causes the program to stop completely.

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.

Another common source of crashes is improper memory management, especially for programming languages like or , that don't have a fully fledged automatic garbage collector, that detects no longer used memory automatically, and feeds it back as available.

13257 questions
4
votes
1 answer

SIGKILL signal on app launch on iPhone sim, but not Xcode

Okay, so from fresh (app not previously installed on the iPhone simulator), the app boots up fine. Then I press the home button and click on the icon and it also is fine. Then if I press the home button, then close the app from the multitasking bar,…
Greg Cawthorne
  • 396
  • 5
  • 21
4
votes
1 answer

UIScrollView setContentSize crashes with uncaught NSRangeException

Call to setContentSize crashes the application after some of the UIScrollView's contents have been removed. int toolbarHeight = [[[self navigationController] toolbar] frame].size.height; int navbarHeight = [[[self navigationController]…
Gerstmann
  • 5,368
  • 6
  • 37
  • 57
4
votes
1 answer

dSYM file from device

My application is crashing, and I cannot find an exact way how to reproduce the crash for two days. So, I would like to decode the dSYM file, and to see there what's the problem (hoping it helps). How can I get the dSYM file from the device?
MMMM
  • 1,319
  • 1
  • 14
  • 32
4
votes
1 answer

Fragment Inflate Error When Changes Orientation

Ok, here is the problem, i have one Fragment Activity that has two fragments inside it. One is a ListFragment and the other a Fragment. So, i want to display the Fragment depending on which item is selected. Here is the problem. If i start this…
Gabriel Bastos
  • 540
  • 1
  • 7
  • 16
4
votes
1 answer

Crash when adding public variable

I have a rather large c++ program including a class "Character". In "Character.h" first the struct CharacterSettings is declared, and then the class Character (including their constructors). Character has (among others) a CharacterSettings* settings…
Tessa
  • 297
  • 1
  • 3
  • 10
4
votes
3 answers

Eclipse(Indigo) launch failed after google app engine plugin install

After installing the google app engine plugin, eclipse failed to launch. Following is the error statement i got Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: …
MA1
  • 2,767
  • 5
  • 35
  • 51
4
votes
1 answer

AIR application crash on Android

I develop an application for Android using Adobe AIR and FlashDevelop. Unfortunately my app crashes after start (standard "process has air.HelloWorld stopped" message) and I can't setup debugger (freeze on "waiting for Flash Player to connect to…
mkorman
  • 332
  • 2
  • 11
4
votes
3 answers

JVM crashing while writing to XLSX file( POI)

JVM is crashing while trying to write to the .xlsx file. I am using POI(XSSF) for the same. The error location point in code is the write method--> workBook.write(fileOutputStream); On Console I get.. A fatal error has been detected by the Java…
KDjava
  • 2,355
  • 4
  • 17
  • 22
4
votes
1 answer

App crashes on launch with < 256 RAM iOS Devices

The Info I recently launched an app on the AppStore. After testing on the simulator thousands of times, and actual devices hundreds of times we finally released our app. The Problem Reviews started popping up about app crashes when the user launches…
Sam Spencer
  • 8,492
  • 12
  • 76
  • 133
4
votes
3 answers

IPhone crash reporting framework

I wanted to add crash reporting capabilities to my iPhone app. Kind of the type that prompts you to send a crash report the next time the app launches after a crash (I have seen this capability in NYTines iPhone app, but I am sure there must be…
user1454940
  • 57
  • 1
  • 5
4
votes
1 answer

How can 8 spaces in php file make apache to crash?

I working on project, developed with Zend Framework and decided to do some work at home, but i ran in strange problem: when I open home page of that website on my local machine, it closes connetcion immediately and Windows error pops up, saying that…
hjdm
  • 227
  • 1
  • 3
  • 13
4
votes
1 answer

How to track down PHP crashes?

I am trying to track down the cause of my Apache PHP crashes. I am hoping there is some kind of setting, tool or something to help track down what code, configuration or what the issue is that is causing these php crashes. In my Windows event log…
Scott Szretter
  • 3,938
  • 11
  • 57
  • 76
4
votes
4 answers

Tomcat fails on heavy load

I'm running a heavy db-based GWT application on a debian VPS using tomcat server 7 (& JRE 1.6). My app contains a lot of java servlets which communicate with MySQL5 database via a tomcat connection pool (without connection pooling mysql will crash…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
4
votes
0 answers

Android Surfaceview Crash without error output

I have two activities (A and B) A is just a listview and in B there is a surfaceview that i use in JNI code opengl-es for drawing, and a thread in java for sound. It works fine the first time , and i can do three or four movements from A to B and…
4
votes
1 answer

control rabbitmq 'name' not 'sname'

On lion OS, after installation, when running, error happens. At first, not using rabbitmq-env.config file, starting by "sudo rabbitmq-server", the following message shows: yus-iMac:rabbitmq yuchen$ sudo rabbitmq-server Activating RabbitMQ plugins…
Chen Yu
  • 3,955
  • 1
  • 24
  • 51