NuSphere Forums Forum Index
NuSphere Forums
Reply to topic


Joined: 15 Oct 2004
Posts: 8
Reply with quote
Nothing in access.log or error.log, so aparently, it never even does a http request.
View user's profileFind all posts by noidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
check root url setting then...
and http mode should be on...
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 15 Oct 2004
Posts: 8
Reply with quote
http mode is set on by 'set mode on' I presume?
and the urlroot is entered correct.
View user's profileFind all posts by noidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
do you run dbg-cli binary taken from www.php-debugger.com or compiled yourself from the sources ?
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 15 Oct 2004
Posts: 8
Reply with quote
Self compiled
can't get to the machine at the moment, so I'll post the configure log later, if that would help
View user's profileFind all posts by noidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
In the initial post I see
Quote:
DBG php debugger, version 2.11.0, Copyright 2000, 2003, Dmitri Dmitrienko, www.nusphere.com/dbg

which sheds some light onto the problem...
Try 2.11.30 instead of 2.11.0...
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 15 Oct 2004
Posts: 8
Reply with quote
I'm not the initial poster, and to quote myself a few posts back:

noid wrote:
ddmitrie wrote:
check server's version of dbg. It should match the client version.

Same version, 2.11.30
View user's profileFind all posts by noidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
okay. Then please re-configure and compile it with TRACE enabled ("--with-dbg-trace=/home/myaccount/dbg.log") and send me the log.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
both --with-dbgtrace and --with-dbg-trace=/path/to/dbg.log should appear in the configure arguments.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 15 Oct 2004
Posts: 8
Reply with quote
Ah, that gives more output:
Code:

grimbergen:~$ dbg-cli
ListenerBase::ListenerBase
DBG php debugger, version 2.11.30, Copyright 2001, 2004, Dmitri Dmitrienko, www.nusphere.com
dbg>set mode on
dbg>set mapurlroot http://myserver.org/
dbg>set maplocalroot /pub/homes/dev/
dbg>set mapremoteroot /pub/homes/dev/
dbg>file /pub/homes/dev/it.php
Reading symbols from /pub/homes/dev/it.php...done.
dbg>run
ListenerBase::startsession
ThreadBase::ThreadBase
dbh_create_listen_socket(, 10001)
socket=4
open_dbg_session
open_http_session
ThreadBase::close()

Program exited.
Wrong session request passed
Program is not being run.
dbg>

dbg.log:
Code:

set mode on
set mapurlroot http://myserver.org/
set maplocalroot /pub/homes/dev/
set mapremoteroot /pub/homes/dev/
file /pub/homes/dev/it.php
run
quit

dbgbase.log:
Code:

ListenerBase::ListenerBase
ListenerBase::startsession
ThreadBase::ThreadBase
dbh_create_listen_socket(, 10001)
socket=4
open_dbg_session
open_http_session
ThreadBase::close()
ListenerBase::~ListenerBase
ListenerBase::stop
ListenerBase::stopJIT
stopping clients


as "usual" no http requests to apache are being done...
View user's profileFind all posts by noidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
got it. There must be something wrong with open_http_session(). I'll come back with further suggestions later on.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 15 Oct 2004
Posts: 8
Reply with quote
Cool, I hope you can find the problem! Very Happy
View user's profileFind all posts by noidSend private message
dbg-cli on linux -- basic q's
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 2 of 2  

  
  
 Reply to topic