2009/12/10 Dr. Robert Marmorstein <rob...@narnia.homeunix.com>: > The backtrace is singularly unhelpful: > > #0 0x00007fa9ec122098 in poll () from /lib/libc.so.6 > #1 0x00007fa9e7b8999c in g_main_context_iterate () from > /usr/lib/libglib-2.0.so.0 > #2 0x00007fa9e7b89ce0 in g_main_context_iteration () from > /usr/lib/libglib-2.0.so.0 > #3 0x00007fa9edef29b3 in > QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () > from /usr/lib/libQtCore.so.4 > #4 0x00007fa9ecdd70ae in ?? () from /usr/lib/libQtGui.so.4 > #5 0x00007fa9edec2e72 in > QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () > from /usr/lib/libQtCore.so.4 > #6 0x00007fa9edec3244 in > QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from > /usr/lib/libQtCore.so.4 > #7 0x00007fa9edec5e9b in QCoreApplication::exec() () from > /usr/lib/libQtCore.so.4 > #8 0x0000000000407645 in main (argc=<value optimized out>, argv=<value > optimized out>) > at /home/robert/basket/src/main.cpp:95 > (gdb) > > Line 95 is the app.exec() line. > > I'll poke around some more. > > --Robert
Great, so we've established that Basket's just doing nothing. That's the Qt (now glib) event loop just polling for events. The next step is to probably check the show functions. -- Kelvie Wong ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Basket-devel mailing list Basket-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/basket-devel