<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>IMP crashes while trying to display a message</title> 
  <pubDate>Fri, 10 Apr 2026 10:04:37 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8710</link> 
  <atom:link rel="self" type="application/rss+xml" title="IMP crashes while trying to display a message" href="https://bugs.horde.org/ticket/8710/rss" /> 
  <description>IMP crashes while trying to display a message</description> 
 
   
   
  <item> 
   <title>IMP crashes while trying to display the attached message.
I</title> 
   <description>IMP crashes while trying to display the attached message.
I get the following error in apache&#039;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&#039;t work with IMP/apache.

I believe those messages were displayed just fine last week or so.
</description> 
   <pubDate>Mon, 16 Nov 2009 10:37:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56744</link> 
  </item> 
   
  <item> 
   <title>Works fine here.  Are you sure you are using Git and not IMP</title> 
   <description>Works fine here.  Are you sure you are using Git and not IMP 4.x?</description> 
   <pubDate>Mon, 16 Nov 2009 18:24:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56750</link> 
  </item> 
   
  <item> 
   <title>&gt; Works fine here.  Are you sure you are using Git and not I</title> 
   <description>&gt; Works fine here.  Are you sure you are using Git and not IMP 4.x?
Yes, here is the script I run to update imp/turba/kronolith

cvs update -dP
cd ../horde-git &amp;&amp; git pull
cd ../horde-hatchery &amp;&amp; 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 .
</description> 
   <pubDate>Tue, 17 Nov 2009 08:13:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56765</link> 
  </item> 
   
  <item> 
   <title>Still an issue with PHP internals, though, and not with PHP </title> 
   <description>Still an issue with PHP internals, though, and not with PHP userland code.  You probably need to do coredump/gdb analysis and then track over at bugs.php.net.</description> 
   <pubDate>Wed, 18 Nov 2009 19:05:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56777</link> 
  </item> 
   
  <item> 
   <title>&gt; Still an issue with PHP internals, though, and not with PH</title> 
   <description>&gt; Still an issue with PHP internals, though, and not with PHP userland 
&gt; code.  You probably need to do coredump/gdb analysis and then track 
&gt; over at bugs.php.net.

Probably shoudl have mention php/apache versions :
php 5.2.5
apache 2.2.2

I&#039;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&#039;t find your post. Was it 5.2.5 ?

</description> 
   <pubDate>Wed, 18 Nov 2009 20:43:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56784</link> 
  </item> 
   
  <item> 
   <title>Still crashing with php-5.2.11

Everything works perfectly</title> 
   <description>Still crashing with php-5.2.11

Everything works perfectly if I disable inline html though!: 

mime_drivers[&#039;imp&#039;][&#039;html&#039;] = array(
    &#039;inline&#039; =&gt; false,
...</description> 
   <pubDate>Mon, 23 Nov 2009 17:29:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56824</link> 
  </item> 
   
  <item> 
   <title>I ran strace on php and the problem seems to be coming from </title> 
   <description>I ran strace on php and the problem seems to be coming from tidy.

If I disable the &quot;tidy&quot; 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-&gt;_params[&#039;charset&#039;], &#039;UTF-8&#039;), $tidy_config, &#039;utf8&#039;);

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.</description> 
   <pubDate>Wed, 25 Nov 2009 13:33:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56850</link> 
  </item> 
   
  <item> 
   <title>What do you see if you remove the error-suppressing @ on tha</title> 
   <description>What do you see if you remove the error-suppressing @ on that line?</description> 
   <pubDate>Wed, 25 Nov 2009 14:44:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56852</link> 
  </item> 
   
  <item> 
   <title>I&#039;ve downloaded/rebuild tidy-0.99.0-17.20070615 and install.</title> 
   <description>I&#039;ve downloaded/rebuild tidy-0.99.0-17.20070615 and install. Then 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&#039;t have any problem until now.

Anyway, 
thanks for you help.</description> 
   <pubDate>Wed, 25 Nov 2009 15:19:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8710#t56855</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
