Tagged Questions

Any question related to a fatal error regardless of programming language.

learn more… | top users | synonyms

14
votes
1answer
5k views

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 (ClassB $b) {} } class ClassB {} class ClassWrong{} Correct usage: $a = new ...
10
votes
4answers
3k views

Troubleshooting .NET “Fatal Execution Engine Error”

Summary: I periodically get a .NET Fatal Execution Engine Error on an application which I cannot seem to debug. The dialog that comes up only offers to close the program or send information about the ...
10
votes
4answers
3k views

“fatal error U1087: cannot have : and :: dependents for same target”

Using the Microsoft Driver Development Kit (DDK), this error plagued me as I attempted even to build the default drivers included with the DDK. I had a some difficulty in tracking down the cause and ...
8
votes
5answers
5k views

ShouldNotReachhere classFileParser ANDROID

Any idea how to fix this issue? I'm using Eclipse and it seems to occur even when I create a new android project. :( # A fatal error has been detected by the Java Runtime Environment: # # Internal ...
7
votes
6answers
967 views

Cannot redefine class on 'require_once'

UPDATE: I've abandoned CodeIgniter, and the desire to build a web interface around my database application from PHP, as there was no way of getting rid of this bug... The Exception I get this ...
6
votes
1answer
142 views

CakePHP and SimpleTest failing tests from clean install

I've just downloaded Cake PHP 1.3, and installed SimpleTest 1.0.1 into the vendors directory. When I run cake testsuite core all I get the following error: Running core all PHP Fatal error: Cannot ...
6
votes
1answer
3k views

Why, Fatal error: Class 'PHPUnit_Framework_TestCase' not found in …?

Why I'm getting this PHP error? Fatal error: Class 'PHPUnit_Framework_TestCase' not found in ...
5
votes
5answers
2k views

PHP : Custom error handler - handling parse & fatal errors

How can i handle parse & fatal errors using a custom error handler?
4
votes
4answers
233 views

Git Bad File Fatal Error

Git is saying that I need to pull before pushing to fast-forward but when I issue git pull origin master it returns this error: fatal: failed to read object 12786e6d70d76ce47ecf69c30e4d0f994d1e2fc3: ...
4
votes
3answers
1k views

Cannot use [] for reading

In one of my scripts, I try to do the following $data[] = self::get($row['sr_id']); // <-- line 55 However, PHP does not allow me to do this, giving me this error Fatal error: Cannot use [] for ...
4
votes
2answers
760 views

PHP autoloading: Preventing 'cannot redeclare <class>' in all constellations?

Question Is there a way I can make PHP ignore re-declarations of classes rather than barf up a FATAL ERROR? Or at least throw an exception? (I could easily catch it then and proceed (as well a log ...
3
votes
1answer
262 views

How do I get PHP to display Apache's 500 error page when it encounters an error, instead of a blank page?

I have apache directives set up for custom error docs for 404, 403, etc, as well as 500. However, PHP, upon encountering a fatal error, displays a blank page instead of triggering the apache 500 ...
3
votes
2answers
917 views

How do we control an Android sync adapter preference?

In an attempt to write a custom Android sync adapter I followed this. I was success at showing an entry (Account settings) in General setting with the following code snippet from above said example. ...
3
votes
6answers
16k views

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo

I was trying to run a sample code While launching the application in the android 1.5 emulator , I got these errors.... Any one have some hint..? ERROR from LogCat: 01-13 02:28:08.392: ...
3
votes
2answers
222 views

Logging fatal/parse errors in PHP5

I'm writing an error logging service that will be integrated into websites running on my server, that will email me error batches, etc. So I've been trying to find out if there's a way to handle ...
3
votes
4answers
4k views

1>Project : error PRJ0003 : Error spawning 'rc.exe'

1>Project : error PRJ0003 : Error spawning 'rc.exe'.. this is the error i get when i try to run this small practice program of reading and writing files which i cant do because of the reason of me ...
2
votes
3answers
72 views

Catch a fatal exception and continue

I know, that by its very definition, a fatal exception is supposed to kill the execution, and should not be suppressed, but here's the issue. I'm running a script that scrapes, parses and stores in a ...
2
votes
0answers
61 views

Catchable fatal error Object of class WP_Error could not be converted to string

Catchable fatal error: Object of class WP_Error could not be converted to string in wp-content/themes/techzine-theme/functions.php on line 163 Code starting at line 163: } else { $cat = ...
2
votes
1answer
79 views

How to debug a fatal error that happens after calling Application.Exit() in .NET CF 3.5 WinForms application for Windows CE 6?

I am porting a .NET CF 1.0 WinForms application (for older versions of Windows CE) to .NET CF 3.5 (for Windows CE 6). The problem is that, a few seconds after Application.Exit() is called, I get a ...
2
votes
1answer
111 views

function imagecreatetruecolor() is not working in my server

In my website's cpanel it shows that Apache version : 2.0.63 PHP version : 5.2.9 MySQL version : 5.0.92-community Operating system : linux I currently installed a joomla website inside the ...
2
votes
3answers
118 views

Can a PHPUnit test expect a fatal error?

I'm writing some unit tests for a class loader, and the first test is there to assert that trying to reference a class without loading it first will indeed fail. The test looks like this: /** * ...
2
votes
4answers
869 views

Fatal error on /app/code/core/Mage/Core/Model/Resource/Resource.php in Magento

Just upgraded a Magento install from 1.5 to 1.6, and left with this error: Fatal error: Call to a member function insert() on a non-object in ...
2
votes
2answers
65 views

Git produces “BUG: There are unmerged index entries”

When doing: git merge some-branch I get BUG: There are unmerged index entries: BUG: 3 docfatal: Bug in merge-recursive.c Not sure what this means, but it looks like something more unexpected ...
2
votes
2answers
58 views

PHP: Implications of a abrupt termination of a request by a *fatal* error

I'm experiencing a strange situation. My application logs lot of trace logs to a file. (I don't know exactly how, I use my frameworks logger. Can check this though) Problems is, when an application ...
2
votes
2answers
309 views

PHP Unit Tests: Is it possible to test for a Fatal Error?

FWIW I'm using SimpleTest 1.1alpha. I have a singleton class, and I want to write a unit test that guarantees that the class is a singleton by attempting to instantiate the class (it has a private ...
2
votes
3answers
978 views

PHPUnit : Fatal error handling

I use PHPUnit for unit tests, but when a fatal error is triggered, the script dies and I have no correct PHPUnit output. I'd like that the PHPUnit output stays correctly formated, because it is read ...
2
votes
2answers
99 views

getting Fatal error: Using $this when not in object context in Stemmer.php on line 317

I am getting a Fatal error: Using $this when not in object context in Stemmer.php on line 317. At the moment I am using the Stemmer class which I found on the internet to change words to their ...
2
votes
5answers
113 views

Fatal error from incrementing loop

Currently, I'm trying to make a function that sorts a vector full of fighters in the function sortFighters in the Fighter.cpp file. It all seems to compile correctly; However, when it does run, I get ...
2
votes
5answers
248 views

PHP: I get a completely blank page, I don't know how to debug this in PHP

I'm having some issues to debug this in php. When I include this line: require_once("http://" . $_SERVER["HTTP_HOST"] . "/dompdf/dompdf_config.inc.php"); what I get is just a blank page, I don't ...
2
votes
3answers
741 views

Allowed memory size of 33554432 bytes exhausted (tried to allocate 93 bytes) error in php

I inserted the following code: $counter = 1; while($_POST['additional_contact1'] != '' || $_POST['additional_contact2'] != '' || $_POST['additional_contact3'] != '') { ...
2
votes
5answers
274 views

PHP Script not working

<?php include("stdio.h"); function main() { printf("Hello World"); return 0; } ?> Error on line 2? Dunno what I'm doing wrong.
2
votes
1answer
769 views

SAS error message (FATAL: Code generation error detected during MISSING smear generation)

Does anyone know what this error message means? FATAL: Code generation error detected during MISSING smear generation. It occurs whilst concatenating approx 40 datasets. I believe it may be due to ...
1
vote
1answer
80 views

Fatal error: Call to a member function getObject() on a non-object

I'm making a Social Networking Website using this book called PHP5 Social Networking. I'm trying to edit the profile but I get this error Fatal error: Call to a member function getObject() on a ...
1
vote
0answers
25 views

Deploying cygwin applications - weird runtime error

I am trying to write an interpreter with flex/bison and so I tried the cygwin versions. Running in the Cygwin terminal everything works fine but trying to execute the resulting application in another ...
1
vote
2answers
36 views

Is it possible to turn “Notice: Trying to get property of non-object” into a Fatal Error?

If a variable is holding NULL in PHP, attempting to access a property on it results in the notice "Trying to get property of non-object". If an attempt is made to call a method on it, however, the ...
1
vote
2answers
49 views

set_error_handler() doens't work for FATAL error

I have a simple custom error handler that writes in a error log file some useful debug infos. it's work for everything but it's not get triggered for FATAL error. Any way to solve this? Currently ...
1
vote
1answer
41 views

Magento: changed layout to the default one and admin crashed absolutely

Went to Configuration - Design and changed everything at template section to Default. After that I het this at each admin page. Fatal error: Call to a member function setActive() on a non-object in ...
1
vote
0answers
59 views

fatal error LNK1118

When I build my dll the "fatal error LNK1118: syntax error in 'ENTRY' statement" occur in definition.def file.So please tell me how to write in the definition.def file.In somwhere I read about ...
1
vote
0answers
369 views

EventType clr20r3 - fatalerror - .NET Runtime version 2.0.50727.3053 - Unrecoverable system error

After running an WPF (.NET 3.5) application on Windows XP machine for more than 12 hours the application crashes with two EventLog error messages. The first one is .NET Runtime version 2.0.50727.3053 ...
1
vote
2answers
166 views

Changing XCode project name causes fatal error

Please help. I am trying to rename my XCode 4 project. I have tried several different way, but nothing works. I always get the following error: fatal: source directory is empty, ...
1
vote
2answers
208 views

a error to use of multiupload with CodeIgniter

i have a error to use of multiupload with CodeIgniter: What changes can, to be problem i solve? waht do i do? With respect this is error: Fatal error: Call to protected method ...
1
vote
2answers
93 views

How can I track failed file inclusions with backtrace?

Asking for decent thoughts about this: I'd like to implement some mechanism in PHP code that can run any external code and calls a callback function if one of the inclusions fails therein (include, ...
1
vote
2answers
1k views

How to solve FATAL EXCEPTION java.lang.RuntimeException: An error occured while executing doInBackground()

i am developing chat related similar application i am using backgrouund synchronous class some times force close is appear i am using .net webservices back ground i am recieve the messages and images ...
1
vote
3answers
3k views

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

BEGINNING OF LOG # A fatal error has been detected by the Java Runtime Environment: # Internal Error (classFileParser.cpp:3494), pid=4636, tid=2380 # Error: ShouldNotReachHere() # JRE version: ...
1
vote
1answer
1k views

relative path in require_once doesn't work

I have the following structure otsg > class > authentication.php > database.php > user.php > include > config.inc.php > encryption.php > include.php ...
1
vote
2answers
411 views

Fatal Error while calling MySQL stored function from PHP using MySQLi

Server details: PHP v5.3.5 Using MySQLi library client api version: mysqlnd 5.0.7-dev - 091210 - $Revision: 304625 $ MySQL Server v5.5.9 I have a stored function in MySQL called ...
1
vote
3answers
358 views

How do I terminate Javascript execution, á la exit/die/fatal assertion, etc.?

I have a loop in Javascript, I want to run console.log() in a specific iteration, and then terminate. What is the best method to go about doing this? I'm wanting something like Perl's die Dumper ...
1
vote
1answer
219 views

catch all fatal errors in rails

is there a way to catch all fatal errors on rails - in the controllers or in the view. So far i tried to do this on application controller: before_filter :catch_all_errors def catch_all_errors ...
1
vote
2answers
354 views

Fatal error with Custom Magento Module on one server but not the other

I am creating my own custom module in Magento and during testing on a Litespeed server (PHP v5.2.14) I am getting a Fatal Error: Call to a member function batch() on a non-object in ...
1
vote
3answers
365 views

problem : PHP Fatal error: Can't connect to local MySQL server through socket

I have a problem when i run my php code (sometimes it runs successfully, but I need how to avoid it in future) the error appears as : PHP Fatal error: Can't connect to local MySQL server through ...

1 2 3 4