Version: KDE 2.2.2 Installed from: Compiled From Sources Compiler: gcc 3.0.2 OS: Linux OS/Compiler notes: Thread model: posix When starting up KNode in KDE 2.2.2 (Qt 2.3.2), it hangs when setting up the SMTP/NNTP threads. It's the following lines in knnetaccess.cpp that do not seem to work: 74: if (pthread_create(&nntpThread .... and 78: if (pthread_create(&smtpThread .... When I comment out those two blocks, the KNode window shows up, but as there are no threads, no articles won't be loaded etc. When I was using KDE 2.2.1 with Qt 2.3.0, compiled with gcc 2.95.3, it worked. KDE 2.2.1 with Qt 2.3.2 compiled with gcc 3.0.2 does not work. Is this a (further) gcc bug? Or something with Qt? Thanks for your help. (Submitted via bugs.kde.org)