View Issue Details

IDProjectCategoryView StatusLast Update
0000669XdebugUncategorizedpublic2011-06-05 15:59
Reportersanton Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionduplicate 
Platformxampp 1.7.3 php 5.3.1OSWindowsOS VersionWindows 7 64bit
Product Version2.1.0 
Summary0000669: eclipse / xampp crsahes when selecting 'variables' tab
Description

Debuging a php site under xampp 1.7.3 (php 5.3.1)
Using php_xdebug-2.1.0-5.3-vc6.dll but the same happens with older versions
(Non-thread-safe versions do not run on this xampp)
64bit version of xdebug do not run (simply do not start)

Steps To Reproduce

Starting eclipse
Select a php source to debug
run through the code - everything is fine to debug the code.
But: as soon as the 'variable' tab is selected to get information about variables, the application crashes.

Additional Information

Problemereignisname: APPCRASH
Anwendungsname: httpd.exe
Anwendungsversion: 2.2.14.0
Anwendungszeitstempel: 4aeb9704
Fehlermodulname: php_xdebug-2.1.0-5.3-vc6.dll
Fehlermodulversion: 2.1.0.5
Fehlermodulzeitstempel: 4c29c7d8
Ausnahmecode: c0000005
Ausnahmeoffset: 0000bf44
Betriebsystemversion: 6.1.7601.2.1.0.768.3
Gebietsschema-ID: 1031
Zusatzinformation 1: 0a9e
Zusatzinformation 2: 0a9e372d3b4ad19135b953a78882e789
Zusatzinformation 3: 0a9e
Zusatzinformation 4: 0a9e372d3b4ad19135b953a78882e789


Log opened at 2011-03-07 19:57:13
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; fileuri="file:///C:/xampp/htdocs/joomla16_bs7/administrator/index.php" language="PHP" protocol_version="1.0" appid="2440" idekey="ECLIPSE_DBGP"><engine version="2.1.0"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]>&lt;/url>&lt;copyright>&lt;![CDATA[Copyright (c) 2002-2010 by Derick Rethans]]></copyright></init>

<- feature_set -i 1 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>

<- feature_set -i 2 -n max_depth -v 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>

<- feature_set -i 3 -n max_children -v 31
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="3" feature="max_children" success="1"></response>

<- feature_get -i 4 -n encoding
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="4" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>

<- feature_get -i 5 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="5" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

<- stdout -i 6 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stdout" transaction_id="6" success="1"></response>

<- stderr -i 7 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stderr" transaction_id="7" success="0"></response>

<- step_into -i 8
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="step_into" transaction_id="8" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/joomla16_bs7/administrator/index.php" lineno="10"></xdebug:message></response>

<- stack_get -i 9
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stack_get" transaction_id="9"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/joomla16_bs7/administrator/index.php" lineno="10"></stack></response>

<- context_get -i 10 -c 1

TagsNo tags attached.
Operating SystemWindows 7 64bit
PHP Version5.3.1

Relationships

duplicate of 0000658 resolvedderick Eclipse/Xdebug crashes when debugging drupal 

Activities

hank

2011-03-16 15:09

reporter   ~0001691

I have a similar issue with XAMPP 1.7.4 32 bit (Apache 2.2.17, PHP 5.3.4, Xdebug 2.1.0rc1) running on my 64 bits Windows 7 machine. I'm using Eclipse PDT Helios out of the box which comes with Eclipse EPP PHP Bundle 1.3.0.20100617-0520.
When I select "Variables" or hover over a variable in the debugger code view, the following error message box pops up in Eclipse: "Unexpected termination of script. Debugging ended."
The Xdebug session then ends but the web server still runs.
I found a workaround googleing for the error message: As a workaround I clicked around in the expressions view. I don't use any expressions but opening and closing that view a couple of times and deleting breakpoints worked for me.

derick

2011-03-30 21:55

administrator   ~0001704

Duplicate of 0000658

Issue History

Date Modified Username Field Change
2011-03-07 20:29 santon New Issue
2011-03-16 15:09 hank Note Added: 0001691
2011-03-30 21:55 derick Note Added: 0001704
2011-03-30 21:55 derick Relationship added duplicate of 0000658
2011-03-30 21:55 derick Status new => resolved
2011-03-30 21:55 derick Resolution open => duplicate
2011-03-30 21:55 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