building a local version of QtCreator

and breaking when the IDE hang , the debugger say I am  in :

void QProcessManager::run()
......
        // block forever, or until activity is detected on the dead child
        // pipe. the only other peers are the SIGCHLD signal handler, 
and the
        // QProcessManager destructor.
---->>>        int nselect = select(qt_qprocess_deadChild_pipe[0] + 1, 
&readset, 0, 0, 0);
        if (nselect < 0) {
            if (errno == EINTR)
                continue;
            break;
        }
....
}

I am not very familiar with this select but looking at the code it look 
like some filesystem stuff ?

any clue ?

maybe one of my include path if not resposive ?

d.




> ext Itamar Reis Peixoto wrote:
>   
>> how you have installed qt-creator in redhat 5
>>
>> as I know it doesn't have qt-4.6.0 required to run qt-creator.
>>     
>
> The Qt Creator installer that we're releasing ships with a Qt 4.6 for 
> Creator to run against.
>
> The Qt SDK even ships with two versions, one to run Creator against and 
> one to build your applications with.
>
> Regards,
> Bj�rn
>
>   

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to