This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182376 - time out and SEGV when debugging with xdebug
Summary: time out and SEGV when debugging with xdebug
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL: http://localhost/index.php?XDEBUG_SES...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 14:07 UTC by kenorb
Modified: 2011-09-26 13:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
xdebug log (31.33 KB, text/plain)
2010-03-19 14:09 UTC, kenorb
Details
xdebug config (875 bytes, text/plain)
2010-03-19 14:10 UTC, kenorb
Details
NetBeans log (118.05 KB, text/plain)
2010-03-19 14:11 UTC, kenorb
Details
NetBeans strace (93.44 KB, text/plain)
2010-03-19 14:15 UTC, kenorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kenorb 2010-03-19 14:07:12 UTC
FINE [org.netbeans.modules.php.dbgp.packets.DbgpCommand]: command to send : step_into -i 106
<?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="106" status="stopping" reason="ok"></response>
FINE [org.netbeans.modules.php.dbgp.ServerThread]
java.net.SocketTimeoutException: Accept timed out

When debugging with debugclient it does work.

See attachments with logs.
Comment 1 kenorb 2010-03-19 14:09:37 UTC
Created attachment 95439 [details]
xdebug log
Comment 2 kenorb 2010-03-19 14:10:02 UTC
Created attachment 95440 [details]
xdebug config
Comment 3 kenorb 2010-03-19 14:11:06 UTC
Created attachment 95441 [details]
NetBeans log
Comment 4 kenorb 2010-03-19 14:13:14 UTC
There are some crashes as well:
SIGSEGV (Segmentation fault)
check netbeans-strace.log file (-e network)
Comment 5 kenorb 2010-03-19 14:15:38 UTC
Created attachment 95444 [details]
NetBeans strace

with args: strace -fe trace=network
Comment 6 Filip Zamboj 2010-09-15 12:30:59 UTC
batch reassigning
Comment 7 Tomas Mysik 2011-06-03 10:18:35 UTC
Batch reassigning.
Comment 8 Tomas Mysik 2011-06-09 13:20:40 UTC
Reassigning to the module owner.
Comment 9 OndrejBrejla 2011-07-13 13:42:53 UTC
Can you try it in the latest NB 7.0 stable? Thx.
Comment 10 Ondrej Brejla 2011-09-26 13:06:14 UTC
I can't reproduce it, until I get more info -> incomplete.