current cvs questions
    Peter Suetterlin 
    P.Suetterlin at astro.uu.nl
       
    Fri Aug  1 17:47:47 BST 2003
    
    
  
Just realized that may last reply went to Pablo only...
> > > (if that helps...).  fd 3 is
> > > connect(3, {sa_family=AF_UNIX, path="/tmp/.X11-unix/X0"}, 19) = 0
> > >
> > > Any ideas?
> >
> > Thanks for the strace output.
> > looks like hugin is waiting for some x windows event or so. strange.
> > can you check what fd 4 is? maybe the socket to wxpanoviewer?
> 
> usually on localhost port 3000. ??
yes, it is:
ioctl(4, FIONBIO, [1])                  = 0
bind(4, {sa_family=AF_INET, sin_port=htons(3000), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
getsockname(4, {sa_family=AF_INET, sin_port=htons(3000), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
listen(4, 5)                            = 0
and netstat says that hugin is listening at that port...
I do have problems with the panoviewer binary - it segfaults, normally
when closing it.  But is the binary itself used, or is it linked code?
In case you are interested in the strace output, I put it at
ftp://hst33127.phys.uu.nl/pub/pit/strace_out.gz (37k)
  Pit
    
    
More information about the ptX
mailing list