View Issue Details

IDProjectCategoryView StatusLast Update
0000865XdebugUncategorizedpublic2012-07-15 13:38
Reporterelmu Assigned Toderick  
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.
Attached Files
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.

Issue History

Date Modified Username Field Change
2012-06-30 21:13 elmu New Issue
2012-06-30 21:13 elmu File Added: xdebugCrash_demoCode.zip
2012-07-04 13:00 elmu Note Added: 0002319
2012-07-05 19:42 elmu Note Edited: 0002319
2012-07-05 19:43 elmu Note Edited: 0002319
2012-07-15 13:36 elmu Note Added: 0002325
2012-07-15 13:38 elmu Note Edited: 0002325
2012-07-15 13:38 derick Note Added: 0002326
2012-07-15 13:38 derick Status new => resolved
2012-07-15 13:38 derick Fixed in Version => 2.2.1
2012-07-15 13:38 derick Resolution open => no change required
2012-07-15 13:38 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized