Hi, I'm new here but have been enjoying TDE for about a year. I like it so much that I keep a blog of it,
http://50.80.140.55/photo_album/chron/desktop/trinity16.html
The KPilotDaemon in R14 of TDE no longer works for me. I'm using i386 Wheezy. The daemon goes into some kind of CPU consuming loop and I'm unable to sync my Handsrping Visor. This was working in the previous release of TDE and that made me very happy.
I'd like to track down the problem myself but was unable to build the Kpilot package from the Wheezy source package. I tried to do it the Debian way as found,
https://wiki.debian.org/BuildingTutorial
it looks like the location directories don't take,
willhill@homefree:~/src/kpilot-trinity-14.0.0-r142$ fakeroot debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_installdirs -A install: cannot change permissions of `debian/kpilot-trinity': No such file or directory dh_installdirs: install -d debian/kpilot-trinity returned exit code 1 make: *** [common-install-prehook-impl] Error 2
I found the instructions for TDE cmake, https://wiki.debian.org/BuildingTutorial
but it looks like that's what the Debian package tries to do. Is there some instruction that I'm overlooking?
Separately, the KOrganizer reminder daemon no longer notifies me at the time I'd like it to remind me of things. It goes off much later, perhaps on resume from sleep. The combination of problems is annoying.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi, I'm new here but have been enjoying TDE for about a year. I like it so much that I keep a blog of it,
http://50.80.140.55/photo_album/chron/desktop/trinity16.html
The KPilotDaemon in R14 of TDE no longer works for me. I'm using i386 Wheezy. The daemon goes into some kind of CPU consuming loop and I'm unable to sync my Handsrping Visor. This was working in the previous release of TDE and that made me very happy.
Sounds like a serious bug; can you file a report on our bugtracker so that we don't lose track of this?
Something you can do in the meantime is to install the kpilot debugging symbols along with tdelibs-trinity-dbg, then when the daemon goes into its CPU loop do the following: 1.) Get the PID of the process consuming all the CPU (use top or similar) 2.) gdb --pid <pid obtained above> 3.) thread apply all bt
Once that is done post the output on the bug report; we'll be able to tell what's going wrong fairly readily.
I'd like to track down the problem myself but was unable to build the Kpilot package from the Wheezy source package. I tried to do it the Debian way as found,
https://wiki.debian.org/BuildingTutorial
it looks like the location directories don't take,
willhill@homefree:~/src/kpilot-trinity-14.0.0-r142$ fakeroot debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_installdirs -A install: cannot change permissions of `debian/kpilot-trinity': No such file or directory dh_installdirs: install -d debian/kpilot-trinity returned exit code 1 make: *** [common-install-prehook-impl] Error 2
I found the instructions for TDE cmake, https://wiki.debian.org/BuildingTutorial
but it looks like that's what the Debian package tries to do. Is there some instruction that I'm overlooking?
Posting a full build log would help us determine the actual location of the fault. I'm wondering if you are hitting Bug 2215.
Separately, the KOrganizer reminder daemon no longer notifies me at the time I'd like it to remind me of things. It goes off much later, perhaps on resume from sleep. The combination of problems is annoying.
Interesting. Sounds like something else we'll need to test/fix. :-)
Tim
On Thursday 08 January 2015, Timothy Pearson wrote:
Sounds like a serious bug; can you file a report on our bugtracker so that we don't lose track of this?
Something you can do in the meantime is to install the kpilot debugging symbols along with tdelibs-trinity-dbg, then when the daemon goes into its CPU loop do the following: 1.) Get the PID of the process consuming all the CPU (use top or similar) 2.) gdb --pid <pid obtained above> 3.) thread apply all bt
Once that is done post the output on the bug report; we'll be able to tell what's going wrong fairly readily.
That's the sort advice I was looking for, thank you.
[long list of symbols found and not found, all TDE seem to be found] TQGListIterator::operator++ (this=0xbfb0dd08) at tools/qglist.cpp:1524 1524 tools/qglist.cpp: No such file or directory. (gdb) thread apply all bt
Thread 2 (Thread 0xb54afb70 (LWP 24717)): #0 0xb778c424 in __kernel_vsyscall () #1 0xb6b35733 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #2 0xb71996a0 in thread_sleep (ti=ti@entry=0xb54af288) at kernel/qthread_unix.cpp:255 #3 0xb7199be4 in TQThread::sleep (secs=2) at kernel/qthread_unix.cpp:273 #4 0xb76ff34c in DeviceCommThread::run() () from /opt/trinity/lib/libkpilot.so.0 #5 0xb7199937 in TQThreadInstance::start (_arg=0x9241c8c) at kernel/qthread_unix.cpp:142 #6 0xb6e7deb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6b30c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #8 0xb5e199fe in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
Thread 1 (Thread 0xb5668710 (LWP 24716)): #0 TQGListIterator::operator++ (this=0xbfb0dd08) at tools/qglist.cpp:1524 ---Type <return> to continue, or q <return> to quit---
I'm not sure what that means, but there is is. I'll sign up for an account on your bug tracker and post more there later, thank you.
Where can I find the full build log?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 01/09/2015 08:44 AM, Will Hill wrote:
On Thursday 08 January 2015, Timothy Pearson wrote:
Sounds like a serious bug; can you file a report on our bugtracker so that we don't lose track of this?
Something you can do in the meantime is to install the kpilot debugging symbols along with tdelibs-trinity-dbg, then when the daemon goes into its CPU loop do the following: 1.) Get the PID of the process consuming all the CPU (use top or similar) 2.) gdb --pid <pid obtained above> 3.) thread apply all bt
Once that is done post the output on the bug report; we'll be able to tell what's going wrong fairly readily.
That's the sort advice I was looking for, thank you.
[long list of symbols found and not found, all TDE seem to be found] TQGListIterator::operator++ (this=0xbfb0dd08) at tools/qglist.cpp:1524 1524 tools/qglist.cpp: No such file or directory.
Try to type thison gdb command prompt:
directory /path/to/your/tde/main/repo/dependencies/tqt3/src
This should solve the "tools/qglist.cpp: No such file or directory." error. For example, on my system it is directory /home/tde_src/1_git/tde/main/dependencies/tqt3/src
(gdb) thread apply all bt
Thread 2 (Thread 0xb54afb70 (LWP 24717)): #0 0xb778c424 in __kernel_vsyscall () #1 0xb6b35733 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #2 0xb71996a0 in thread_sleep (ti=ti@entry=0xb54af288) at kernel/qthread_unix.cpp:255 #3 0xb7199be4 in TQThread::sleep (secs=2) at kernel/qthread_unix.cpp:273 #4 0xb76ff34c in DeviceCommThread::run() () from /opt/trinity/lib/libkpilot.so.0 #5 0xb7199937 in TQThreadInstance::start (_arg=0x9241c8c) at kernel/qthread_unix.cpp:142 #6 0xb6e7deb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6b30c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #8 0xb5e199fe in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
Thread 1 (Thread 0xb5668710 (LWP 24716)): #0 TQGListIterator::operator++ (this=0xbfb0dd08) at tools/qglist.cpp:1524 ---Type <return> to continue, or q <return> to quit---
Uhm, after a quick look at the rules file, it looks like debug symbol are not generated for kpilot. Will have to fix that to have more info.
A first rough guess is that the code may actually be stuck in KPilotDeviceLink.cc:517 while (!fDone) { TQThread::sleep(sleepBetweenPoll); }
Cheers Michele
On Thursday 08 January 2015, Michele Calgaro wrote:
Try to type thison gdb command prompt:
directory /path/to/your/tde/main/repo/dependencies/tqt3/src
This should solve the "tools/qglist.cpp: No such file or directory." error. For example, on my system it is directory /home/tde_src/1_git/tde/main/dependencies/tqt3/src
I have not figured out where this is for me. I did an apt-get build-dep for kpilot-trinity as instructed here,
https://wiki.debian.org/BuildingTutorial
and it downloaded lots of libraries but no source. I looked through my kpilot source directories for "tqt3" and did not find anything.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 01/15/2015 03:09 AM, Will Hill wrote:
On Thursday 08 January 2015, Michele Calgaro wrote:
Try to type thison gdb command prompt:
directory /path/to/your/tde/main/repo/dependencies/tqt3/src
This should solve the "tools/qglist.cpp: No such file or directory." error. For example, on my system it is directory /home/tde_src/1_git/tde/main/dependencies/tqt3/src
I have not figured out where this is for me. I did an apt-get build-dep for kpilot-trinity as instructed here,
https://wiki.debian.org/BuildingTutorial
and it downloaded lots of libraries but no source. I looked through my kpilot source directories for "tqt3" and did not find anything.
I assumed you had clone the GIT repo and had all TDE sources on your disk. If so, tqt3 is in <repo_home>/tde/main/dependencies/tqt3 If you don't have them, then you need to get the source from GIT.
cheers Michele
I have added bug 2312 with gdb session output from R14.0.0 packages.
http://bugs.pearsoncomputing.net/show_bug.cgi?id=2312
On Thursday 08 January 2015, Timothy Pearson wrote:
Sounds like a serious bug; can you file a report on our bugtracker so that we don't lose track of this?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
I have added bug 2312 with gdb session output from R14.0.0 packages.
Thank you for doing that.
At this point the new kpilot-trinity-dbg package is available in the nightly builds repository; can you install it and regenerate the gdb output?
Thanks!
Tim
I installed that and kpilot-trinity but not find the new kpilot binary. Has there been a name change?
willhill@homefree:/opt/trinity$ find | grep kpilot ./share/doc/tde/HTML/en/kontact/summary-view-kpilot.png ./share/doc/tde/HTML/en/kontact/configuration-summary-view-kpilot.png ./share/icons/mono/scalable/apps/kpilotDaemon.svgz ./share/icons/mono/scalable/apps/kpilot.svgz ... more of the same ... ./share/icons/ikons/32x32/apps/kpilot.png willhill@homefree:/opt/trinity$
also,
willhill@homefree:/var/cache/apt/archives$ dpkg -c kpilot-trinity_4%3a14.1.0~r142-0debian7.0.0+pr16_i386.deb drwxr-xr-x root/root 0 2015-01-09 09:02 ./ drwxr-xr-x root/root 0 2015-01-09 09:02 ./usr/ drwxr-xr-x root/root 0 2015-01-09 09:02 ./usr/share/ drwxr-xr-x root/root 0 2015-01-09 09:02 ./usr/share/doc/ drwxr-xr-x root/root 0 2015-01-09 09:02 ./usr/share/doc/kpilot-trinity/ -rw-r--r-- root/root 67898 2013-02-04 14:31 ./usr/share/doc/kpilot-trinity/changelog.gz -rw-r--r-- root/root 1494 2011-11-29 01:35 ./usr/share/doc/kpilot-trinity/README -rw-r--r-- root/root 2599 2011-08-03 14:46 ./usr/share/doc/kpilot-trinity/copyright -rw-r--r-- root/root 265 2015-01-08 20:14 ./usr/share/doc/kpilot-trinity/changelog.Debian.gz -rw-r--r-- root/root 627 2011-11-29 01:35 ./usr/share/doc/kpilot-trinity/NEWS.gz -rw-r--r-- root/root 1311 2014-11-28 16:54 ./usr/share/doc/kpilot-trinity/AUTHORS -rw-r--r-- root/root 4188 2014-01-06 18:37 ./usr/share/doc/kpilot-trinity/TODO.gz
On Monday 12 January 2015, Timothy Pearson wrote:
At this point the new kpilot-trinity-dbg package is available in the nightly builds repository; can you install it and regenerate the gdb output?
On Monday 12 January 2015, Timothy Pearson wrote:
... At this point the new kpilot-trinity-dbg package is available in the nightly builds repository; can you install it and regenerate the gdb output?
So, I reverted to the R14.0 version of Kpilot and ran it again. Here's what I got,
willhill@homefree:~$ gdb -pid 11439 GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: http://www.gnu.org/software/gdb/bugs/. Attaching to process 11439 Reading symbols from /opt/trinity/bin/kpilotDaemon...(no debugging symbols found)...done. Reading symbols from /usr/lib/libpisock.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libpisock.so.9 Reading symbols from /opt/trinity/lib/libkpilot.so.0...(no debugging symbols found)...done. Loaded symbols for /opt/trinity/lib/libkpilot.so.0 Reading symbols from /usr/lib/libtqt-mt.so.3...Reading symbols from /usr/lib/debug/usr/lib/libtqt-mt.so.3.5.0...done. done. Loaded symbols for /usr/lib/libtqt-mt.so.3 Reading symbols from /lib/i386-linux-gnu/libuuid.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libuuid.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libaudio.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libaudio.so.2 Reading symbols from /usr/lib/i386-linux-gnu/libXt.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXt.so.6 Reading symbols from /usr/lib/i386-linux-gnu/libjpeg.so.8...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libjpeg.so.8 Reading symbols from /usr/lib/i386-linux-gnu/libgthread-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libgthread-2.0.so.0 Reading symbols from /lib/i386-linux-gnu/i686/cmov/librt.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/librt.so.1 Reading symbols from /lib/i386-linux-gnu/libglib-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libglib-2.0.so.0 Reading symbols from /usr/lib/i386-linux-gnu/libXi.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXi.so.6 Reading symbols from /usr/lib/i386-linux-gnu/libXrender.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXrender.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libXrandr.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXrandr.so.2 Reading symbols from /usr/lib/i386-linux-gnu/libXcursor.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXcursor.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libXinerama.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXinerama.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libXft.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXft.so.2 Reading symbols from /usr/lib/i386-linux-gnu/libfreetype.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libfreetype.so.6 Reading symbols from /usr/lib/i386-linux-gnu/libfontconfig.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libfontconfig.so.1 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libdl.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libdl.so.2 Reading symbols from /lib/i386-linux-gnu/libpng12.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libpng12.so.0 Reading symbols from /lib/i386-linux-gnu/libz.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libz.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libXext.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXext.so.6 Reading symbols from /usr/lib/i386-linux-gnu/libX11.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libX11.so.6 Reading symbols from /usr/lib/i386-linux-gnu/libSM.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libSM.so.6 Reading symbols from /usr/lib/i386-linux-gnu/libICE.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libICE.so.6 Reading symbols from /usr/lib/libtqt.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libtqt.so.4 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0...(no debugging symbols found)...done. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". [New Thread 0xb5491b70 (LWP 11440)] Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 Reading symbols from /opt/trinity/lib/libDCOP.so.14...Reading symbols from /usr/lib/debug/opt/trinity/lib/libDCOP.so.14.0.0...done. done. Loaded symbols for /opt/trinity/lib/libDCOP.so.14 Reading symbols from /opt/trinity/lib/libtdecore.so.14...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdecore.so.14.0.0...done. done. Loaded symbols for /opt/trinity/lib/libtdecore.so.14 Reading symbols from /opt/trinity/lib/libtdeui.so.14...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdeui.so.14.0.0...done. done. Loaded symbols for /opt/trinity/lib/libtdeui.so.14 Reading symbols from /opt/trinity/lib/libtdefx.so.14...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdefx.so.14.0.0...done. done. Loaded symbols for /opt/trinity/lib/libtdefx.so.14 Reading symbols from /opt/trinity/lib/libtdeio.so.14...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdeio.so.14.0.0...done. done. Loaded symbols for /opt/trinity/lib/libtdeio.so.14 Reading symbols from /opt/trinity/lib/libtdetexteditor.so.0...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdetexteditor.so.0.0.0...done. done. Loaded symbols for /opt/trinity/lib/libtdetexteditor.so.0 Reading symbols from /usr/lib/i386-linux-gnu/libstdc++.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libstdc++.so.6 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libm.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libm.so.6 Reading symbols from /lib/i386-linux-gnu/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libgcc_s.so.1 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libc.so.6 Reading symbols from /lib/i386-linux-gnu/libusb-0.1.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libusb-0.1.so.4 Reading symbols from /usr/lib/i386-linux-gnu/libbluetooth.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libbluetooth.so.3 Reading symbols from /opt/trinity/lib/libtdeabc.so.1...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdeabc.so.1.2.0...done. done. Loaded symbols for /opt/trinity/lib/libtdeabc.so.1 Reading symbols from /opt/trinity/lib/libkcal.so.2...(no debugging symbols found)...done. Loaded symbols for /opt/trinity/lib/libkcal.so.2 Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /usr/lib/i386-linux-gnu/libXau.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXau.so.6 Reading symbols from /lib/i386-linux-gnu/libpcre.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libpcre.so.3 Reading symbols from /usr/lib/i386-linux-gnu/libXfixes.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXfixes.so.3 Reading symbols from /lib/i386-linux-gnu/libexpat.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libexpat.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libxcb.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libxcb.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libidn.so.11...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libidn.so.11 Reading symbols from /usr/lib/i386-linux-gnu/libXcomposite.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXcomposite.so.1 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libutil.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libutil.so.1 Reading symbols from /lib/i386-linux-gnu/libudev.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libudev.so.0 Reading symbols from /usr/lib/libdbus-1-tqt.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libdbus-1-tqt.so.0 Reading symbols from /usr/lib/libart_lgpl_2.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libart_lgpl_2.so.2 Reading symbols from /opt/trinity/lib/libtdesu.so.14...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdesu.so.14.0.0...done. done. Loaded symbols for /opt/trinity/lib/libtdesu.so.14 Reading symbols from /opt/trinity/lib/libtdewalletclient.so.1...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdewalletclient.so.1.0.1...done. done. Loaded symbols for /opt/trinity/lib/libtdewalletclient.so.1 Reading symbols from /usr/lib/libr.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libr.so.0 Reading symbols from /lib/i386-linux-gnu/libacl.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libacl.so.1 Reading symbols from /usr/lib/i386-linux-gnu/libmagic.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libmagic.so.1 Reading symbols from /opt/trinity/lib/libtdeparts.so.2...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtdeparts.so.2.1.0...done. done. Loaded symbols for /opt/trinity/lib/libtdeparts.so.2 Reading symbols from /opt/trinity/lib/libvcard.so.0...Reading symbols from /usr/lib/debug/opt/trinity/lib/libvcard.so.0.0.0...done. done. Loaded symbols for /opt/trinity/lib/libvcard.so.0 Reading symbols from /opt/trinity/lib/libtderesources.so.1...Reading symbols from /usr/lib/debug/opt/trinity/lib/libtderesources.so.1.2.0...done. done. Loaded symbols for /opt/trinity/lib/libtderesources.so.1 Reading symbols from /opt/trinity/lib/libktnef.so.1...(no debugging symbols found)...done. Loaded symbols for /opt/trinity/lib/libktnef.so.1 Reading symbols from /opt/trinity/lib/libkmime.so.2...(no debugging symbols found)...done. Loaded symbols for /opt/trinity/lib/libkmime.so.2 Reading symbols from /usr/lib/libical.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libical.so.0 Reading symbols from /usr/lib/libicalss.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libicalss.so.0 Reading symbols from /usr/lib/libicalvcal.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libicalvcal.so.0 Reading symbols from /usr/lib/i386-linux-gnu/libXdmcp.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libXdmcp.so.6 Reading symbols from /lib/i386-linux-gnu/libdbus-1.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libdbus-1.so.3 Reading symbols from /usr/lib/libbfd-2.22-system.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libbfd-2.22-system.so Reading symbols from /lib/i386-linux-gnu/libattr.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/libattr.so.1 Reading symbols from /opt/trinity/lib/trinity/plugins/styles/plastik.so...Reading symbols from /usr/lib/debug/opt/trinity/lib/trinity/plugins/styles/plastik.so...done. done. Loaded symbols for /opt/trinity/lib/trinity/plugins/styles/plastik.so Reading symbols from /usr/lib/tqt3/plugins/imageformats/libqmng.so...Reading symbols from /usr/lib/debug/usr/lib/tqt3/plugins/imageformats/libqmng.so...done. done. Loaded symbols for /usr/lib/tqt3/plugins/imageformats/libqmng.so Reading symbols from /usr/lib/i386-linux-gnu/libmng.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/libmng.so.1 Reading symbols from /usr/lib/i386-linux-gnu/liblcms.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/i386-linux-gnu/liblcms.so.1 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libnss_compat.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libnss_compat.so.2 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libnsl.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libnsl.so.1 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libnss_nis.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libnss_nis.so.2 Reading symbols from /lib/i386-linux-gnu/i686/cmov/libnss_files.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/i386-linux-gnu/i686/cmov/libnss_files.so.2 0xb776e424 in __kernel_vsyscall () (gdb) thread apply all bt
Thread 2 (Thread 0xb5491b70 (LWP 11440)): #0 0xb776e424 in __kernel_vsyscall () #1 0xb6b17733 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #2 0xb717b6a0 in thread_sleep (ti=ti@entry=0xb5491288) at kernel/qthread_unix.cpp:255 #3 0xb717bbe4 in TQThread::sleep (secs=2) at kernel/qthread_unix.cpp:273 #4 0xb76e134c in DeviceCommThread::run() () from /opt/trinity/lib/libkpilot.so.0 #5 0xb717b937 in TQThreadInstance::start (_arg=0x8ee854c) at kernel/qthread_unix.cpp:142 #6 0xb6e5feb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6b12c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #8 0xb5dfb9fe in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
Thread 1 (Thread 0xb564a710 (LWP 11439)): #0 0xb776e424 in __kernel_vsyscall () #1 0xb5dee016 in poll () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #2 0xb6e4a13b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0xb6e3b9f0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb6e3bb51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb7162ce0 in TQEventLoop::processEvents (this=0x8ebeab8, flags=4) at kernel/qeventloop_x11_glib.cpp:279 #6 0xb7196a40 in TQEventLoop::enterLoop (this=0x8ebeab8) at kernel/qeventloop.cpp:227 #7 0xb71969bd in TQEventLoop::exec (this=0x8ebeab8) at kernel/qeventloop.cpp:174 #8 0xb718341c in TQApplication::exec (this=0xbfbd3440) at kernel/qapplication.cpp:3015 ---Type <return> to continue, or q <return> to quit--- #9 0x08053b18 in ?? () #10 0xb5d3ae46 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #11 0x080540a1 in ?? () (gdb)
and another run, a little faster...
(gdb) thread apply all bt
Thread 2 (Thread 0xb541bb70 (LWP 11594)): #0 0xb76f8424 in __kernel_vsyscall () #1 0xb6aa1733 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #2 0xb71056a0 in thread_sleep (ti=ti@entry=0xb541b288) at kernel/qthread_unix.cpp:255 #3 0xb7105be4 in TQThread::sleep (secs=2) at kernel/qthread_unix.cpp:273 #4 0xb766b34c in DeviceCommThread::run() () from /opt/trinity/lib/libkpilot.so.0 #5 0xb7105937 in TQThreadInstance::start (_arg=0x85130d4) at kernel/qthread_unix.cpp:142 #6 0xb6de9eb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6a9cc39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #8 0xb5d859fe in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
Thread 1 (Thread 0xb55d4710 (LWP 11593)): #0 TQApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qapplication.cpp:3543 #1 0xb710de43 in TQApplication::sendPostedEvents () at kernel/qapplication.cpp:3492 #2 0xb70ecd7d in TQEventLoop::processX11Events (this=this@entry=0x84f0aa0) at kernel/qeventloop_x11_glib.cpp:365 #3 0xb70ed901 in TQEventLoop::gsourceDispatch (this=this@entry=0x84f0aa0, gs=gs@entry=0x84ece20) at kernel/qeventloop_x11_glib.cpp:614 #4 0xb70eda0c in qt_gsource_dispatch (source=0x84ece20, callback=0, user_data=0x0) at kernel/qeventloop_x11_glib.cpp:123 #5 0xb6dc56d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 ---Type <return> to continue, or q <return> to quit--- #6 0xb6dc5a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6dc5b51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #8 0xb70ecce0 in TQEventLoop::processEvents (this=0x84f0aa0, flags=4) at kernel/qeventloop_x11_glib.cpp:279 #9 0xb7120a40 in TQEventLoop::enterLoop (this=0x84f0aa0) at kernel/qeventloop.cpp:227 #10 0xb71209bd in TQEventLoop::exec (this=0x84f0aa0) at kernel/qeventloop.cpp:174 #11 0xb710d41c in TQApplication::exec (this=0xbf898b40) at kernel/qapplication.cpp:3015 #12 0x08053b18 in ?? () #13 0xb5cc4e46 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #14 0x080540a1 in ?? () (gdb) thread apply all bt
(gdb) thread apply all bt
Thread 2 (Thread 0xb541bb70 (LWP 11594)): #0 0xb76f8424 in __kernel_vsyscall () #1 0xb6aa1733 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #2 0xb71056a0 in thread_sleep (ti=ti@entry=0xb541b288) at kernel/qthread_unix.cpp:255 #3 0xb7105be4 in TQThread::sleep (secs=2) at kernel/qthread_unix.cpp:273 #4 0xb766b34c in DeviceCommThread::run() () from /opt/trinity/lib/libkpilot.so.0 #5 0xb7105937 in TQThreadInstance::start (_arg=0x85130d4) at kernel/qthread_unix.cpp:142 #6 0xb6de9eb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6a9cc39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 #8 0xb5d859fe in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
Thread 1 (Thread 0xb55d4710 (LWP 11593)): #0 TQApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qapplication.cpp:3543 #1 0xb710de43 in TQApplication::sendPostedEvents () at kernel/qapplication.cpp:3492 #2 0xb70ecd7d in TQEventLoop::processX11Events (this=this@entry=0x84f0aa0) at kernel/qeventloop_x11_glib.cpp:365 #3 0xb70ed901 in TQEventLoop::gsourceDispatch (this=this@entry=0x84f0aa0, gs=gs@entry=0x84ece20) at kernel/qeventloop_x11_glib.cpp:614 #4 0xb70eda0c in qt_gsource_dispatch (source=0x84ece20, callback=0, user_data=0x0) at kernel/qeventloop_x11_glib.cpp:123 #5 0xb6dc56d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 ---Type <return> to continue, or q <return> to quit--- #6 0xb6dc5a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb6dc5b51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #8 0xb70ecce0 in TQEventLoop::processEvents (this=0x84f0aa0, flags=4) at kernel/qeventloop_x11_glib.cpp:279 #9 0xb7120a40 in TQEventLoop::enterLoop (this=0x84f0aa0) at kernel/qeventloop.cpp:227 #10 0xb71209bd in TQEventLoop::exec (this=0x84f0aa0) at kernel/qeventloop.cpp:174 #11 0xb710d41c in TQApplication::exec (this=0xbf898b40) at kernel/qapplication.cpp:3015 #12 0x08053b18 in ?? () #13 0xb5cc4e46 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #14 0x080540a1 in ?? () (gdb)