Ticket #216 (assigned defect)

Opened 2 years ago

Last modified 1 year ago

Segfault caused by kses file from WordPress

Reported by: Selkirk Assigned to: hans (accepted)
Priority: major Milestone:
Component: eAccelerator Version: 0.9.5
Keywords: Cc:

Description

Occasionally, my cache becomes corrupted and some pages will cause PHP to crash with the following message in the log file

EACCELERATOR: PHP crashed on opline 5 of wp_kses() at /home/ ... /wp-includes/kses.php:515

While other pages that also use that exact same file will work fine.

Clearing the cache resets the problem for a while, but it seems to come back.

I've added the following configuration line to combat the problem:

eaccelerator.filter = "!*kses.php"

Googling on eaccelerator and kses shows this is not an isolated problem.

I'm running PHP 5.1.2.

Change History

02/13/07 16:25:08 changed by bart

I found a bug that could cause segfaults in some cases, can you try the version from svn, revision [289] or later.

08/14/07 17:17:32 changed by hans

  • owner changed from somebody to hans.
  • status changed from new to assigned.

I have some Wordpress blogs on a eA activated server. I will do some testing.