php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28108 Apache2 crashes reproducibly
Submitted: 2004-04-22 16:02 UTC Modified: 2004-04-26 07:53 UTC
From: cpuidle at gmx dot de Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5CVS-2004-04-22 (dev) OS: WinXP SP1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 - 27 = ?
Subscribe to this entry?

 
 [2004-04-22 16:02 UTC] cpuidle at gmx dot de
Description:
------------
When opening certain PHP apps, Apache2 2.0.49 crashes reporoducibly:

Parent: child process exited with status 3221225477 -- Restarting

Same thing happens with Apache 2.0.48 and PHP5RC1.

This happens without client firewall being installed.

Any ideas? This is killing me...

Thanks,
Andi

Reproduce code:
---------------
unclear


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-22 17:01 UTC] cpuidle at gmx dot de
Finally huntes the problem down. This code crashes Apache:

<?php
include './\test.php';
?>

Problem happens, when a / path is appended with DIR_SEP...
 [2004-04-22 20:01 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Search the bug database first!
 [2004-04-23 08:21 UTC] cpuidle at gmx dot de
Derick,

sorry for opening this bug. I've searched the bug DB, including apache's, for my problem, but could not find a solution/explanation that would work for me. Could you point me to the correct bug?

Best regards,
Andi
 [2004-04-26 07:53 UTC] cpuidle at gmx dot de
Same behaviour with RC2- this bug is not fixed, and at least in my eyes critical (bogus???).

Cheers,
Andi
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC