[Gambas-user] Why 1.9.x doesn't show up

Benoit Minisini gambas at ...1...
Tue May 30 18:32:08 CEST 2006


On Tuesday 30 May 2006 18:11, Eilert wrote:
> > No, in the gambas *IDE* source directory!
> >
> > According to what I read, it is for you:
> > /raid/home/tester/Downloads/gambas2/gambas2-1.9.31/app/src/gambas2
> >
> > Regards,
>
> Oh my goodness, now it's so much text, I zip and attach it.
>
> Regards
>
> Rolf

The libc is hanging on the following socket:

...
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 8
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
setsockopt(8, SOL_TCP, TCP_NODELAY, [1], 4) = 0
setsockopt(8, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
connect(8, {sa_family=AF_INET, sin_port=htons(6000), 
sin_addr=inet_addr("192.168.10.151")}, 16) = 0
getsockname(8, {sa_family=AF_INET, sin_port=htons(52678), 
sin_addr=inet_addr("192.168.10.102")}, [16]) = 0
getpeername(8, {sa_family=AF_INET, sin_port=htons(6000), 
sin_addr=inet_addr("192.168.10.151")}, [16]) = 0
...
select(10, [6 8 9], [], [], {0, 0})     = 0 (Timeout)
ioctl(8, FIONREAD, [0])                 = 0
select(10, [6 8 9], [], [], {0, 0})     = 0 (Timeout)
ioctl(8, FIONREAD, [0])                 = 0
select(10, [6 8 9], [], [], {0, 0})     = 0 (Timeout)
ioctl(8, FIONREAD, [0])                 = 0
...

It seems that this socket is the one used to communicate with the X server. 
This is logical, as the backtrace told that the program was blocked inside 
the QT event loop.

Is your X server local, on another machine? Do you have this problem only with 
the gambas IDE, or other QT-based programs?

Regards,

-- 
Benoit Minisini




More information about the User mailing list