At first I thought I was imagining this but it's reproducible. I'm running Windows 7 (6.1 Build 7600) with a XAMPP set up, and basically installing Drupal will crash Apache 2.2. The fault occurs when pressing submit on MySQL credentials. The server will stop responding and eventually you'll receive a notice that Apache has crashed.
Version info:
* Windows 7 (6.1.7600, 32bit, 4GB RAM)
* Apache 2.2.11 (Win32)
* PHP 5.2.8
* MySQL 5.1.30
* PDO_MYSQL version 5.1.30
Event log info:
Faulting application name: apache.exe, version: 2.2.11.0, time stamp: 0x493f5d44
Faulting module name: php_pdo_mysql.dll, version: 5.2.8.8, time stamp: 0x493d7650
Exception code: 0xc0000005
Fault offset: 0x0000250a
Faulting process id: 0x974
Faulting application start time: 0x01ca9814dc2f04b6
Faulting application path: C:\xampp\apache\bin\apache.exe
Faulting module path: C:\xampp\php\ext\php_pdo_mysql.dll
Faulting application name: apache.exe, version: 2.2.11.0, time stamp: 0x493f5d44
Faulting module name: ntdll.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdadb
Exception code: 0xc0000005
Fault offset: 0x00052b79
Faulting process id: 0x610
Faulting application start time: 0x01ca9814da8ee32e
Faulting application path: C:\xampp\apache\bin\apache.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Happy hunting this one...
| Comment | File | Size | Author |
|---|---|---|---|
| Event Log Reports (XML).zip | 1.61 KB | herpderp |
Comments
Comment #1
herpderp commentedI don't know how important it is, but I was logging into MySQL as the root user with no password. (Please refrain from giving me security lectures on this by the way, it was just a locally hosted test.)
Comment #2
damien tournoud commentedThis is a duplicate of #686118: Apache crashes while installing on windows (XAMPP).
Comment #3
arithok commentedSorry, I put comment in wrong place, please delete it. Should this comment --> http://drupal.org/node/687340#comment-2493178.
Okey, this case maybe duplicate with other bugs, crash on windows with XAMPP. But, my opinion is same with JoepH (http://drupal.org/node/686118)
"I am not sure this is Drupal related or Windows related or maybe just my client.
For the record: D6 runs very smooth on this same machine." :)
Btw, I found this link and success to install drupal 7.0 Alpha 1.
http://acquia.com/blog/kieran/try-drupal-7-alpha-your-laptop-or-desktop
May be this help :).