From:             gary dot wilson at coull dot biz
Operating system: Windows Server 2003
PHP version:      5.2.5
PHP Bug Type:     Reproducible crash
Bug description:  php5ts.dll Crash (x86_64 base machines)

Description:
------------
Failure case:
Making 8 (or more) concurrent requests to Apache/php requesting XML causes
php5ts.dll to throw an application error.

Event Type:     Information
Event Source:   Application Error
Event Category: (100)
Event ID:       1004
Date:           02/04/2008
Time:           17:47:03
User:           N/A
Computer:       COULL-WEB01
Description:
Reporting queued error: faulting application Apache.exe, version 2.0.55.0,
faulting module php5ts.dll, version 5.1.6.6, fault address 0x0000926a.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74   Applicat
0008: 69 6f 6e 20 46 61 69 6c   ion Fail
0010: 75 72 65 20 20 41 70 61   ure  Apa
0018: 63 68 65 2e 65 78 65 20   che.exe 
0020: 32 2e 30 2e 35 35 2e 30   2.0.55.0
0028: 20 69 6e 20 70 68 70 35    in php5
0030: 74 73 2e 64 6c 6c 20 35   ts.dll 5
0038: 2e 31 2e 36 2e 36 20 61   .1.6.6 a
0040: 74 20 6f 66 66 73 65 74   t offset
0048: 20 30 30 30 30 39 32 36    0000926
0050: 61                        a       

#####

Event Type:     Information
Event Source:   Application Error
Event Category: (100)
Event ID:       1004
Date:           05/04/2008
Time:           09:21:48
User:           N/A
Computer:       MEDIAPROC02
Description:
Reporting queued error: faulting application httpd.exe, version 2.2.8.0,
faulting module php5ts.dll, version 5.2.5.5, fault address 0x0000acb9.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74   Applicat
0008: 69 6f 6e 20 46 61 69 6c   ion Fail
0010: 75 72 65 20 20 68 74 74   ure  htt
0018: 70 64 2e 65 78 65 20 32   pd.exe 2
0020: 2e 32 2e 38 2e 30 20 69   .2.8.0 i
0028: 6e 20 70 68 70 35 74 73   n php5ts
0030: 2e 64 6c 6c 20 35 2e 32   .dll 5.2
0038: 2e 35 2e 35 20 61 74 20   .5.5 at 
0040: 6f 66 66 73 65 74 20 30   offset 0
0048: 30 30 30 61 63 62 39      000acb9 


Hardware Manufacture: Dell, HP
Machine base: 64 bit
Operating System: Windows Server 2003 SP2 (32 bit)
Apache versions: 2.0.55, 2.0.59, 2.2.4, 2.2.8
php Versions: 5.1.6, 5.2.5, 5.3.dev

Description:
This problem was reproducible every time with a combination all the above
components.  This was reproduced on 3 separate servers, 2 Dell and 1 HP.

The failure case CANNOT be reproduced on a machine with the same OS,
Apache/php versions/config and code base that is running on a 32 bit base
machine this was verified on 5 servers.

In our failure case we are generating XML output on every request.  It
would seem like this is a issue when running 32 bit Win OS on 64 bit base
machine.  Unfortunately, I am unable to test this on 64 bit Windows 2003,
however, I did retrograde a 64 bit OS a few months ago due to a very
similar problem (not certain if it was exactly the same).




Reproduce code:
---------------
Not a developer.  I will try and get our development team to create some
code to reproduce, but they are very busy, so it may take some time.


-- 
Edit bug report at http://bugs.php.net/?id=44645&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44645&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44645&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44645&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44645&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44645&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44645&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44645&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44645&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44645&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44645&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44645&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44645&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44645&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44645&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44645&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44645&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44645&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44645&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44645&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44645&r=mysqlcfg

Reply via email to