Loading...
 
Skip to main content

Apache Crash with error status 3221225477

Status
Closed
Subject
Apache Crash with error status 3221225477
Version
1.9.x
Category
  • Error
  • Support request
Feature
Others
User Administration (Registration, Login & Banning)
Templates (Smarty)
Resolution status
Confirmed
Submitted by
techboss
Lastmod by
techboss
Rating
(0)
Description

When logging into my site under various accounts the Apache web server intermittently crashes with the following error in the error log:

Thu Oct 26 00:20:05 2006 notice Parent: child process exited with status 3221225477 — Restarting.
Thu Oct 26 00:20:05 2006 notice Apache/2.0.59 (Win32) SVN/1.3.1 PHP/5.1.6 DAV/2 configured — resuming normal operations

I have not made any modifications to the TikiWiki code (1.9.6) or changes to my server configuration. Everything was working normally for several months before the error started to appear.

I am able to force a similar crash to occur every time throught the Community -> User List feature (tiki-list_users.tpl). I debugged the template code and found that userlink in the following caused the crash:

{section name=changes loop=$listusers}
<tr>
<td class="odd"> {$listuserschanges.login|userlink} </td>
<td class="odd"> {$listuserschanges.realName} </td>
{if $feature_score eq 'y'}

Any help?

-Anthony

Solution
Problem is with the PHP 5.X engine. Reverted back to PHP 4.4.4 with MYSQL 5.0.22 drivers.
Importance
9 high
Priority
45
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
921
Created
Thursday 26 October, 2006 04:48:42 UTC
by Unknown
LastModif
Friday 27 October, 2006 04:18:07 UTC


Show PHP error messages