View Issue Details

IDProjectCategoryView StatusLast Update
0000943Xdebugpublic2014-03-02 14:20
Reporterzyong Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Platformphp5.4 OSubuntu OS Version12.04 x86-64
Summary0000943: It can't debug in eclipse neither on windows or linux(ubuntu)
Description

I used eclipse to debug on Windows, It's always right before, but It couldn't be launched sometimes ago. I didn't know why it, I tried to debug on Linux in same way, the results was same as. Maybe it's a bug or not.

here is some informations I used strace get it,

[pid 3776] recvfrom(11, 0x7f0ad8252be4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 3776] poll([{fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=65, events=POLLIN}, {fd=127, events=POLLIN}, {fd=67, events=POLLIN}], 5, 0) = 0 (Timeout)
[pid 3776] read(9, 0x7f0adec22850, 16) = -1 EAGAIN (Resource temporarily unavailable)
[pid 3776] recvfrom(11, 0x7f0ad8252be4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 3776] poll([{fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=65, events=POLLIN}, {fd=127, events=POLLIN}, {fd=67, events=POLLIN}], 5, 0) = 0 (Timeout)
[pid 3776] read(9, 0x7f0adec22850, 16) = -1 EAGAIN (Resource temporarily unavailable)
[pid 3776] recvfrom(11, 0x7f0ad8252be4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 3776] poll([{fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=65, events=POLLIN}, {fd=127, events=POLLIN}, {fd=67, events=POLLIN}], 5, 100 <unfinished ...>
[pid 3814] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 3814] futex(0x7f0ad8bc1a28, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 3814] futex(0x7f0ad8bc1a54, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, {1366369058, 226654000}, ffffffff <unfinished ...>
[pid 3786] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 3786] futex(0x7f0ad817e828, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 3786] futex(0x7f0ad817e854, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, {1366369058, 188919000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
[pid 3786] futex(0x7f0ad817e828, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 3786] futex(0x7f0ad817e854, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, {1366369058, 239264000}, ffffffff <unfinished ...

TagsNo tags attached.
Operating System
PHP Version5.4.10-5.4.14

Activities

derick

2013-05-18 21:30

administrator   ~0002473

The debugging seems to start just fine according to the log, what exactly is in /home/zhaoyong/www/help/public/index.php ?

zyong

2013-05-21 13:23

reporter   ~0002478

I use Yii framework, index.php is single entrance for framework. I think I have already solved problem, I found it's a wrong of setting in IDE and I read PDT manual again, Setting of my eclipse was not for xdebug exactly, I modified it and It's all right now.

derick

2014-02-27 19:50

administrator   ~0002716

The log looks fine. I am wondering what your strace is supposed to show,
as I don't get it.

zyong

2014-02-28 01:47

reporter   ~0002729

You mean the log is not about xdebug?

derick

2014-03-02 14:20

administrator   ~0002734

The strace log that you put in the description is indeed not very useful. But in any case, I think you said before that it is solved now for you, so I am closing this issue. Thanks!