On Wed, 5 Nov 2008, Boudewijn Rempt wrote:

> On Wed, 5 Nov 2008, Arend van Beelen wrote:
> 
> > Unfortunately not, and I just deleted my snapshot as it simply wasn't
> > stable enough. When I try another one and still have the problem, I'll
> > create a backtrace for you.
> 
> I'll prepare one on OSX, since I see the same behaviour here.

The really weird thing is, this definitely doesn't happen with my fave 
september 19th snapshot
(where nearly everything works but scrollbars in divs, afaict), but the actual 
hang seems
to be in our xmpp code, but that code only waits when I compile against a 
really recent
snapshot.

(gdb) thread apply all backtrace

Thread 7 (process 52637 thread 0x7813):
#0  0x96f661de in select$DARWIN_EXTSN$NOCANCEL ()
#1  0x96fb4651 in select ()
#2  0x03261bbb in QEventDispatcherUNIX::select ()
#3  0x03262283 in QEventDispatcherUNIXPrivate::doSelect ()
#4  0x0326329c in QEventDispatcherUNIX::processEvents ()
#5  0x03234f21 in QEventLoop::processEvents ()
#6  0x032350cd in QEventLoop::exec ()
#7  0x03146447 in QThread::exec ()
#8  0x0008a24d in (anonymous namespace)::JDnsShutdown::run ()
#9  0x0314861b in QThreadPrivate::start ()
#10 0x96f5f6f5 in _pthread_start ()
#11 0x96f5f5b2 in thread_start ()

Thread 6 (process 52637 thread 0x9c67):
#0  0x96f661de in select$DARWIN_EXTSN$NOCANCEL ()
#1  0x96fb4651 in select ()
#2  0x03261b12 in QEventDispatcherUNIX::select ()
#3  0x03262283 in QEventDispatcherUNIXPrivate::doSelect ()
#4  0x0326329c in QEventDispatcherUNIX::processEvents ()
#5  0x03234f21 in QEventLoop::processEvents ()
#6  0x032350cd in QEventLoop::exec ()
#7  0x00091c00 in XMPP::SyncThread::run ()
#8  0x0314861b in QThreadPrivate::start ()
#9  0x96f5f6f5 in _pthread_start ()
#10 0x96f5f5b2 in thread_start ()

Thread 5 (process 52637 thread 0x980f):
#0  0x96f7e5e2 in select$DARWIN_EXTSN ()
#1  0x9271d50f in __CFSocketManager ()
#2  0x96f5f6f5 in _pthread_start ()
#3  0x96f5f5b2 in thread_start ()

Thread 4 (process 52637 thread 0x250f):
#0  0x96f2e4ee in semaphore_wait_signal_trap ()
#1  0x96f60866 in _pthread_cond_wait ()
#2  0x96fa6371 in pthread_cond_wait ()
#3  0x03149a46 in QWaitCondition::wait ()
#4  0x0067ff96 in QHostInfoAgent::run ()
#5  0x0314861b in QThreadPrivate::start ()
#6  0x96f5f6f5 in _pthread_start ()
#7  0x96f5f5b2 in thread_start ()

Thread 3 (process 52637 thread 0x7107):
#0  0x96f3568e in __semwait_signal ()
#1  0x96f60986 in _pthread_cond_wait ()
#2  0x96f6036d in pthread_cond_wait$UNIX2003 ()
#3  0x9002ab32 in glvmDoWork ()
#4  0x96f5f6f5 in _pthread_start ()
#5  0x96f5f5b2 in thread_start ()

nThread 2 (process 52637 thread 0x4d03):
#0  0x96f2e4a6 in mach_msg_trap ()
#1  0x96f35c9c in mach_msg ()
#2  0x927120ce in CFRunLoopRunSpecific ()
#3  0x92712cf8 in CFRunLoopRunInMode ()
#4  0x945a4464 in HALRunLoop::OwnThread ()
#5  0x945a4300 in CAPThread::Entry ()
#6  0x96f5f6f5 in _pthread_start ()
#7  0x96f5f5b2 in thread_start ()

Thread 1 (process 52637 local thread 0x2f2f):
#0  0x96f2e4ee in semaphore_wait_signal_trap ()
#1  0x96f60866 in _pthread_cond_wait ()
#2  0x96fa6371 in pthread_cond_wait ()
#3  0x03149a46 in QWaitCondition::wait ()
#4  0x03148ebc in QThread::wait ()
#5  0x0008d3b2 in (anonymous namespace)::JDnsShutdown::waitForShutdown ()
#6  0x00085eac in JDnsShared::waitForShutdown ()
#7  0x000a3748 in XMPP::JDnsGlobal::~JDnsGlobal ()
#8  0x000963da in XMPP::JDnsProvider::~JDnsProvider ()
#9  0x00083451 in XMPP::PluginInstance::~PluginInstance ()
#10 0x00083499 in XMPP::PluginInstance::~PluginInstance ()
#11 0x00083851 in qDeleteAll<QList<XMPP::PluginInstance*>::const_iterator> ()
#12 0x000842ae in qDeleteAll<QList<XMPP::PluginInstance*> > ()
#13 0x000842c4 in XMPP::PluginManager::unload ()
#14 0x000842f4 in XMPP::PluginManager::~PluginManager ()
#15 0x000843b3 in XMPP::PluginManager::~PluginManager ()
#16 0x0008442b in XMPP::IrisNetGlobal::~IrisNetGlobal ()
#17 0x0008449b in XMPP::IrisNetGlobal::~IrisNetGlobal ()
#18 0x00083204 in XMPP::deinit ()
#19 0x03236bfa in qt_call_post_routines ()
#20 0x02730863 in QApplication::~QApplication ()
#21 0x0001a89b in GUI::SingleApplication::~SingleApplication ()
#22 0x0001a8ef in GUI::SingleApplication::~SingleApplication ()
#23 0x0000811f in main ()

Boudewijn

_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to