Summary | Cleanhtml.php Causes Segfault on Solaris 11 |
Queue | Horde Groupware |
Queue Version | 5.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | restep (at) eng (dot) utoledo (dot) edu |
Created | 01/15/2013 (4558 days ago) |
Due | |
Updated | 01/16/2013 (4557 days ago) |
Assigned | |
Resolved | 01/16/2013 (4557 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
and see if that fixes things. If it does, there is an issue in that
extension (hopefully you are not using the tidy PECL extension,
since that won't work with PHP 5).
I was using the PECL extension, so disabling it was the correct fix.
Priority ⇒ 1. Low
*PHP*, not the userland PHP code.
see if that fixes things. If it does, there is an issue in that
extension (hopefully you are not using the tidy PECL extension, since
that won't work with PHP 5).
Priority ⇒ 2. Medium
New Attachment: solaris11_apache.truss
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware
Summary ⇒ Cleanhtml.php Causes Segfault on Solaris 11
Type ⇒ Bug
State ⇒ Unconfirmed
apache program I was able to identify Cleanhtml.php as the source of
the segfault (applicable truss is attached). Because postProcess()
just filters the html, I was able to comment out the working lines of
code and stop the segfault issue. The truss indicates there is a
bounds issue somewhere in the php code.