Richard Lynch wrote:
I would guess that an exception is getting thrown before you PHP
script has actually started...

Something in the parsing of GET/POST data or file upload handler,
perhaps.


Definitely not. I was just testing my Logging class in Zend Studio. So no input GET/POST data were passed to the script and it's also not a problem with ZE as I can reproduce it with PHP 5.2.3 on the command line as well.

Can you nail down what was being done when it occurred, perhaps by
sending the error to Apache error log, and then looking at previous
line[s] to see what scripts are getting accessed.

On Thu, June 28, 2007 3:25 pm, Jakob Buchgraber wrote:
Hey!

I sometimes get the following error
 >> <b>Fatal error</b>:  Exception thrown without a stack frame in
 >> <b>Unknown</b> on line <b>0</b><br />

What does this mean? Should this ever happen or does it somehow say
that
there is a bug in PHP. I am asking this because I've had this error a
few times and it's pretty hard to debug.

Thanks!

- Jakob

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php




I am sorry. I can't reproduce the example with a small script. I am trying hard but I always get a normal error message with a stack trace. If I can reproduce it, I'll send it to the list.

- Jakob

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to