Home > Scrapbook > Weird Crash

Weird Crash

Somehow a line of PHP BSoDs NT4 badly
By 26/10/10 [Last Edited by Joseph 26/10/10]
BOOKMARK
LOGIN
REGISTER
Very odd. I have Abyss Web Server 2.5 X2 running with PHP FastCGI on a fully updated NT4 Terminal Server box. When I run the following PHP script:

<?php
system('uptime.exe');
?>

NT4 completely crashes, and a BSoD appears, dumps memory, and reboots. It then freezes on startup. You have to turn it off and on from the power to get it going again. The Abyss Web Server service is not running under SYSTEM, but an unprivileged user. All I wanted is a PHP script to check system uptime.