Top "Fatal-error" questions

An error that causes a program to abort, regardless of the programming language.

How can I catch a "catchable fatal error" on PHP type hinting?

I am trying to implement Type Hinting of PHP5 on one of my class, class ClassA { public function method_a (…

php fatal-error type-hinting
Class contains 1 abstract method and must therefore be declared abstract or implement the remaining methods

Fatal error: Class Validate contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (BaseValidator::SetRange) …

php fatal-error
A fatal error has been detected by the Java Runtime Environment: Internal Error ; Error: ShouldNotReachHere()

I have no idea what went wrong as I've programmed in Java for about a year and never got this …

eclipse java fatal-error
PHP : Custom error handler - handling parse & fatal errors

How can i handle parse & fatal errors using a custom error handler?

php error-handling fatal-error parse-error
Android - FATAL EXCEPTION: main - Unable to start activity ComponentInfo

My problem is that when I run my app on the android emulator the app starts up but quickly crashes …

java android fatal-error classcastexception runtimeexception
export large database mysql phpmyadmin

I am using phpmyadmin on my windows os. I have a database with one table which has 100M records with …

mysql phpmyadmin fatal-error
Android Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 29092

I'm try to play a loading animation on my loading screen, and I read somewhere that android doesn't support gifs …

java android android-animation fatal-error
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 32140

50% of the time when running my app I'm getting this error 06-20 12:56:51.183: A/libc(32140): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), …

android fatal-error crash-reports android-logcat
PHP try/catch and fatal error

I'm using the following script to use a database using PHP: try{ $db = new PDO('mysql:host='.$host.';…

php try-catch fatal-error
Fatal error: Declaration of .. must be compatible with .. PHP

I'm getting the following error: Fatal error: Declaration of Shoppingcart::addToCart() must be compatible with that of Ishoppingcart::addToCart() in …

php fatal-error