Summary | php stack trace error |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | horde-bug (at) challo (dot) de |
Created | 05/24/2011 (5156 days ago) |
Due | |
Updated | 12/28/2011 (4938 days ago) |
Assigned | 11/30/2011 (4966 days ago) |
Resolved | 12/28/2011 (4938 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Version ⇒ Git master
Version ⇒
Queue ⇒ Horde Framework Packages
really coming from a shutdown function that is triggered by the exit;
call in sendHTTPResponse(). Shutdown functions must not throw
exceptions, so there is probably some uncatched exception in this
session handler's shutdown function.
with "default php" as sessionhandler, don't come errors.
In Opensuse 11.4 and 11.3
exception would be the json serialization. And that would only
throw an exception if you don't have json built into your PHP. And
if you don't have JSON built into your PHP you can't run Horde.
Horde runs, but slow !
webmail2:~ # php -m
[PHP Modules]
apc
bcmath
Core
ctype
date
dom
ereg
fileinfo
filter
ftp
gd
geoip
gettext
hash
iconv
idn
imap
json
ldap
libxml
lzf
mbstring
memcache
mhash
mysql
mysqli
mysqlnd
openssl
pam
pcre
PDO
pdo_mysql
pdo_sqlite
readline
Reflection
session
SimpleXML
soap
sockets
SPL
SQLite
sqlite3
ssh2
standard
tidy
tokenizer
xdebug
xml
xmlreader
xmlrpc
xmlwriter
zip
zlib
[Zend Modules]
Xdebug
webmail2:~ # php -v
PHP 5.3.5 (cli)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Xdebug v2.1.1, Copyright (c) 2002-2011, by Derick Rethans
webmail2:~ #
Priority ⇒ 1. Low
exception would be the json serialization. And that would only throw
an exception if you don't have json built into your PHP. And if you
don't have JSON built into your PHP you can't run Horde.
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ IMP
Summary ⇒ php stack trace error
Type ⇒ Bug
Priority ⇒ 2. Medium
[Tue May 24 18:05:35 2011] [error] [client 1.1.1.1] PHP Fatal error:
Exception thrown without a stack frame in Unknown on line 0, referer:
http://webmail2.intranet.swl/imp/
[Tue May 24 18:05:35 2011] [error] [client 1.1.1.1] PHP Stack trace:,
referer: http://webmail2.intranet.swl/imp/
[Tue May 24 18:05:35 2011] [error] [client 1.1.1.1] PHP 1. {main}()
/srv/www/vhosts/horde4.0/services/ajax.php:0, referer:
http://webmail2.intranet.swl/imp/
[Tue May 24 18:05:35 2011] [error] [client 1.1.1.1] PHP 2.
Horde::sendHTTPResponse()
/srv/www/vhosts/horde4.0/services/ajax.php:73, referer:
http://webmail2.intranet.swl/imp/
And therefore Horde is slower as Horde 3. In Horde 3 I click a eMail
and the eMail show. In Horde 4 I click on eMail - after 1 - 2 Seconds
log Apache these Message and then the eMail shows.
I Use OpenSuSE 11.4
Da mein Englisch nicht so gut ist :
Bei Horde 3 klicke ich auf eine Mail und sie wird sofort angezeigt.
Bei Horde 4 klicke ich auf eine eMail - nach 1 - 2 sekunden erscheint
in dem Apache-Log die obige Meldung und dann wird die Mail angezeigt.
Für ein "normales" Arbeiten ist es zu "langsam".
Please Help !