View Issue Details

IDProjectCategoryView StatusLast Update
0000865XdebugUncategorizedpublic2012-07-15 13:38
Reporterelmu Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
OSWindows 7 OS Version64 bit Home Prem 
Product Version2.2.0 
Fixed in Version2.2.1 
Summary0000865: Crash during session handling
Description

Some session handling related tasks causes crash. Without using xdebug the code works fine. However if I want to debug the session_start or writing into a session causes crash.

Steps To Reproduce

Simply try to debug the attached code with Netbeans 7.2 RC1 or 7.1 Final

Additional Information

Apache 2.4 - 32 bit version
PHP 5.4.4 - 32 bit version
Netbeans 7.2 RC1 and Netbeans 7.1 Final

xdebug settings:
zend_extension = "C:\Program Files (x86)\PHP-5.4.4\php_xdebug-2.2.0-5.4-vc9.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000

TagsNo tags attached.
Operating System
PHP Version5.4.3

Activities

elmu

2012-07-04 13:00

reporter   ~0002319

Last edited: 2012-07-05 19:43

Same problem with PHP 5.4.3 and 5.4.4

However with PHP 5.3.14 works fine. (without any crash)

elmu

2012-07-15 13:36

reporter   ~0002325

Last edited: 2012-07-15 13:38

With the newest version (2.2.1) the problem is not more present. Probably the problem was with the static variable in the singleton class.

So you can close this issue.

derick

2012-07-15 13:38

administrator   ~0002326

Cheers! Closing it.