> > If you guys can get it to reliably do this, attach to it with gdb > > (enter a terminal and type > > gdb -p `pgrep basket` > > ) > > > > then type 'bt', and copy and paste the results here, I can have an > > idea of what Basket's doing while it's hiding in the tray. >
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
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev
_______________________________________________ Basket-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/basket-devel
