Edit report at https://bugs.php.net/bug.php?id=64926&edit=1

 ID:                 64926
 Updated by:         larue...@php.net
 Reported by:        gertrainer dot bitterlich at ima-dresden dot de
 Summary:            64-Bit-PHP crashes with Opcache
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            opcache
 Operating System:   Windows 7 Pro 64-Bit
 PHP Version:        5.5.0RC2
 Block user comment: N
 Private report:     N

 New Comment:

please refer to "opcache.mmap_base" : 
https://github.com/laruence/ZendOptimizerPlus


Previous Comments:
------------------------------------------------------------------------
[2013-05-27 06:53:06] gertrainer dot bitterlich at ima-dresden dot de

Description:
------------
If I use php-5.5.0RC2-nts-Win32-VC11-x64, I get the following error messages.
With PHP 5.5RC2 32-Bit there is no error.

Browser-Page:
HTTP-Fehler 500.0 - Internal Server Error

Application Event-Log-Error message:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
- <System>
  <Provider Name="Zend OPcache" /> 
  <EventID Qualifiers="0">487</EventID> 
  <Level>2</Level> 
  <Task>0</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2013-05-27T06:27:21.000000000Z" /> 
  <EventRecordID>175283</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>pan-w7.ima-dresden.local</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>Unable to reattach to base address</Data> 
  <Data>Es wurde versucht, auf eine unzulässige Adresse zuzugreifen.</Data> 
  </EventData>
  </Event>

This is allways in connection with PHP scripts, witch are called over AJAX 
requests.

If I deactivate OPCache in the php.ini, then it works correct.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64926&edit=1

Reply via email to