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
93
votes
2 answers

Android App crashes without any logcat or any exception

Good day.I have very weird situation.The app crashes on some point but not as it usually will crash.The app goes back to previous activity or completelly quiting the application without showing the dialog "UNFORTUNATALLY APP CLOSED" and the android…
Vladimir Arevshatyan
  • 1,101
  • 1
  • 7
  • 13
92
votes
4 answers

presentViewController: crash on iOS <6 (AutoLayout)

This is a weird crash I am getting. The crash happens when I press a button that goes to a certain ViewController. The line which it crashes on is: DestinationInformationViewController *info = [[DestinationInformationViewController alloc]…
MCKapur
  • 9,127
  • 9
  • 58
  • 101
89
votes
12 answers

Assertion failure in -[UITableView _endCellAnimationsWithContext:]

Hopefully this will be a quick fix. I have been trying to figure out the error that i keep getting. The error is listed below and the appdelagate is below that. Any help is appreciated. Thanks 2012-04-12 21:11:52.669 Chanda[75100:f803] ---…
Scubadivingfool
  • 1,227
  • 2
  • 10
  • 23
86
votes
8 answers

Xcode 8 build crash on iOS 9.2 and below

When I build my app with Xcode 8 GM Seed and run it on an iOS 9.2 below device OR simulator, I get strange EXC_BAD_ACCESS crashes during app startup or a few seconds after the app launched. The crash always happens in a different spot (adding a…
Lingzhi Zhang
  • 883
  • 1
  • 8
  • 10
81
votes
3 answers

iOS app crashing every other launch, can't find error

First time I launch the app, everything seems to run fine. I'll hit the stop button, do some work and when I go to launch it again, it seems to crash before it can even load anything. Press stop, hit Run again, and it works fine. Until I repeat the…
Beau Nouvelle
  • 6,962
  • 3
  • 39
  • 54
76
votes
9 answers

iOS app crashes, xcode says 'Lost connection to X's iPhone' when debugging

My app crashes and I need some advice to find and fix the problem. It is not a device or cable problem because it happens with all devices and not only when debugging. Xcode won't stop on an exception breakpoint the app just simply stops running…
SolidSun
  • 2,149
  • 2
  • 23
  • 28
74
votes
8 answers

Android App Bundle introduces Resource Not found crash in Android app

By using Android's new Android App Bundle, I have received a Resource Not Found error in 2 of my Google Play Store apps. Here is the stacktrace from fabric for one of the apps: Unable to start activity ComponentInfo{/com.Lastyear.MainActivity}:…
gautam
  • 1,701
  • 2
  • 17
  • 33
74
votes
15 answers

What is LLDB RPC Server ? When does it crash in Xcode? Why it crashes?

I am getting a message in my debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.
Kumar Utsav
  • 2,761
  • 4
  • 24
  • 38
72
votes
10 answers

Android Fatal Signal 11

In the app I'm developing on Android, I keep getting a Fatal Signal 11 error. I think it's something to do with the way that I'm accessing the memory but I can't figure out what is causing it. Here's the LogCat: 05-02 23:47:17.618: D/dalvikvm(590):…
Declan Greally
  • 1,083
  • 1
  • 9
  • 13
70
votes
3 answers

Is this "should not happen" crash an AMD Fusion CPU bug?

My company has started having a number of customers call in because our program is crashing with an access violation on their systems. The crash happens in SQLite 3.6.23.1, which we ship as part of our application. (We ship a custom build, in order…
Bradley Grainger
  • 27,458
  • 4
  • 91
  • 108
70
votes
9 answers

Are disk sector writes atomic?

Clarified Question: When the OS sends the command to write a sector to disk is it atomic? i.e. Write of new data succeeds fully or old data is left intact should the power fail immediately following the write command. I don't care about what happens…
Eloff
  • 20,828
  • 17
  • 83
  • 112
69
votes
1 answer

What are hs_err_pid.log files generated when Tomcat crashes?

Are any specific settings required on the Java tab of Tomcat configuration tool in order to generate a hs_err_pid.log file? What is the default location of the hs_err_pid.log file? Can this location be changed?
user1030969
  • 691
  • 1
  • 5
  • 3
69
votes
3 answers

Android ActivityThread.reportSizeConfigurations causes app to freeze with black screen and then crash

I have a crash in my app. It happens for a lot of users and its multiple places in ActivityThread.java method reportSizeConfigurations. I dont know what this is used for, and why it freezes. The freeze happens right after the splash screen (when the…
Otziii
  • 2,304
  • 1
  • 25
  • 34
69
votes
6 answers

How to crash R?

Is there a simple way to trigger a crash in R? This is for testing purposes only, to see how a certain program that uses R in the background reacts to a crash and help determine if some rare problems are due to crashes or not.
Szabolcs
  • 24,728
  • 9
  • 85
  • 174
67
votes
7 answers

Cmd crashes with exit code 1 after uninstalling anaconda

Problem description I got this problem in my Win10 Pro Machine. I uninstalled Anaconda because it gaves me problem with Jupyter notebook and reinstalled it. But since then I'm unable to access Command Prompt. As soon as I open it it closes. I…
Filippo Vicari
  • 773
  • 1
  • 5
  • 6