Summary | IMP crashes while trying to display a message |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 11/16/2009 (5710 days ago) |
Due | |
Updated | 11/25/2009 (5701 days ago) |
Assigned | 11/16/2009 (5710 days ago) |
Resolved | 11/18/2009 (5708 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
rebuild php and reinstalled.
php no longer crashes!
I must have had a buggy version of tidy lib, and this is really weird
that I didn't have any problem until now.
Anyway,
thanks for you help.
If I disable the "tidy" call, everthing works :
public function postProcess($text)
{
return $text;
}
The following code is making php crash :
horde-git/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php:68
$tidy = @tidy_parse_string(Horde_String::convertCharset($text,
$this->_params['charset'], 'UTF-8'), $tidy_config, 'utf8');
libTidy Release 14 June 2007
Extension Version 2.0 ($Id: tidy.c 272374 2008-12-31 11:17:49Z sebastian $)
Can someone reproduce this ? If not, can you tell me what version of
tidy are you running ?
Thanks.
Everything works perfectly if I disable inline html though!:
mime_drivers['imp']['html'] = array(
'inline' => false,
...
code. You probably need to do coredump/gdb analysis and then track
over at bugs.php.net.
php 5.2.5
apache 2.2.2
I'll try to update php to lastest 5.2.x to see if it makes any differences.
I remember reading you about a buggy version of php but I can't find
your post. Was it 5.2.5 ?
State ⇒ Not A Bug
code. You probably need to do coredump/gdb analysis and then track
over at bugs.php.net.
cvs update -dP
cd ../horde-git && git pull
cd ../horde-hatchery && git pull
# Now we have to refresh the Framework library symlinks:
cd ../horde
rm -rf libs/*
horde-fw-symlinks.php --src ../horde-git/framework
horde-fw-symlinks.php --src ../horde-hatchery/framework
horde-fw-symlinks.php
/bin/cp -a ../horde-hatchery/imp .
/bin/cp -a ../horde-hatchery/turba .
/bin/cp -a ../horde-hatchery/kronolith .
/bin/cp -a ../horde-hatchery/content .
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IMP crashes while trying to display a message
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
New Attachment: email.elm
State ⇒ Unconfirmed
I get the following error in apache's log file:
[notice] child pid 18836 exit signal Floating point exception (8)
After further testing, we have lots of email, sent using different
flavour of Outlook, that don't work with IMP/apache.
I believe those messages were displayed just fine last week or so.