Comments on: Remember the milk plasmoid in playground http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/ Climb On Wed, 09 Feb 2011 10:31:45 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: astromme http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-7133 astromme Mon, 20 Apr 2009 22:35:12 +0000 http://blog.chatonka.com/?p=127#comment-7133 @genu This is in KDE's playground. Playground is an area for software in active development, not for release-quality material. There are not binaries available because the projects in playground change often, sometimes daily or more than daily. At the moment I'm reworking something called the library API, it's the interface in which the plasmoid talks to the library. I'm not done with this and hence, you will NOT be able to build the plasmoid and probably not even the dataengine at the moment. If you are really looking to get a working build now, you need to use svn revision 954594 or below. Alternatively, there are some people that build and package binaries for experimental software. I know there is at least one on launchpad (Ubuntu/Kubuntu) and one for Arch Linux. Try googling for these. Honestly that's all I can say for you now, it's not supposed to be finished, feature complete, or even usable at the moment. @genu

This is in KDE’s playground. Playground is an area for software in active development, not for release-quality material. There are not binaries available because the projects in playground change often, sometimes daily or more than daily.

At the moment I’m reworking something called the library API, it’s the interface in which the plasmoid talks to the library. I’m not done with this and hence, you will NOT be able to build the plasmoid and probably not even the dataengine at the moment.

If you are really looking to get a working build now, you need to use svn revision 954594 or below. Alternatively, there are some people that build and package binaries for experimental software. I know there is at least one on launchpad (Ubuntu/Kubuntu) and one for Arch Linux. Try googling for these.

Honestly that’s all I can say for you now, it’s not supposed to be finished, feature complete, or even usable at the moment.

]]>
By: genu http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-7129 genu Mon, 20 Apr 2009 20:57:57 +0000 http://blog.chatonka.com/?p=127#comment-7129 I cannot get this to "build" I get errors which I don't know what they mean: here is one: http://pastebin.com/f7202825e it would be better (i think) if there wre binaries available or precompiled stuff for less less linux savvy users like myself. I've spend 2 hours trying to figure out how to bulid the librtm, and then I couldn't build rtm-dataengine becaue the error above...biulding the plasmoid failed as well.. I'm runing kubuntu (latest) I cannot get this to “build” I get errors which I don’t know what they mean:

here is one: http://pastebin.com/f7202825e

it would be better (i think) if there wre binaries available or precompiled stuff for less less linux savvy users like myself. I’ve spend 2 hours trying to figure out how to bulid the librtm, and then I couldn’t build rtm-dataengine becaue the error above…biulding the plasmoid failed as well..

I’m runing kubuntu (latest)

]]>
By: jazzon http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-6740 jazzon Wed, 15 Apr 2009 09:20:40 +0000 http://blog.chatonka.com/?p=127#comment-6740 FindRTM.cmake exist in /usr/local/share/apps/cmake/modules/ and contains: <code> FIND_PATH(RTM_INCLUDE_DIR rtm/rtm.h) SET(RTM_NAMES ${RTM_NAMES} rtm) FIND_LIBRARY(RTM_LIBRARY NAMES ${RTM_NAMES}) # handle the QUIETLY and REQUIRED arguments and set RTM_FOUND to TRUE if # all listed variables are TRUE INCLUDE(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(RTM DEFAULT_MSG RTM_LIBRARY RTM_INCLUDE_DIR) MARK_AS_ADVANCED(RTM_INCLUDE_DIR RTM_LIBRARY ) </code> I deleted /usr/local/include/rtm directory and reinstalled librtm and rtmdataengine but it didn't help. Still the same error ... FindRTM.cmake exist in /usr/local/share/apps/cmake/modules/ and contains:


FIND_PATH(RTM_INCLUDE_DIR rtm/rtm.h)

SET(RTM_NAMES ${RTM_NAMES} rtm)
FIND_LIBRARY(RTM_LIBRARY NAMES ${RTM_NAMES})

# handle the QUIETLY and REQUIRED arguments and set RTM_FOUND to TRUE if
# all listed variables are TRUE

INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(RTM DEFAULT_MSG RTM_LIBRARY RTM_INCLUDE_DIR)

MARK_AS_ADVANCED(RTM_INCLUDE_DIR RTM_LIBRARY )

I deleted /usr/local/include/rtm directory and reinstalled librtm and rtmdataengine but it didn’t help. Still the same error …

]]>
By: astromme http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-6697 astromme Tue, 14 Apr 2009 14:23:56 +0000 http://blog.chatonka.com/?p=127#comment-6697 His issue ended up being that my blog mangled something relating to -DCMAKE_INSTALL_PREFIX and his files ended up in /include, etc... Assuming your install prefix is /usr/local (which btw is the default, you don't have to specify it), check that you do have a /usr/local/share/apps/cmake/modules/FindRTM.cmake and that it isn't empty. I hope this helps. Also note that I made some serious changes to the library, so it might be best to blow away /usr/local/include/rtm and reinstall the library. His issue ended up being that my blog mangled something relating to -DCMAKE_INSTALL_PREFIX and his files ended up in /include, etc… Assuming your install prefix is /usr/local (which btw is the default, you don’t have to specify it), check that you do have a /usr/local/share/apps/cmake/modules/FindRTM.cmake and that it isn’t empty. I hope this helps.

Also note that I made some serious changes to the library, so it might be best to blow away /usr/local/include/rtm and reinstall the library.

]]>
By: jazzon http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-6681 jazzon Tue, 14 Apr 2009 09:08:10 +0000 http://blog.chatonka.com/?p=127#comment-6681 I tried to update rtm plasmoid and it seems theat I've got the same problem that Tom Chance before building plasmoid: <code> CMake Error at CMakeLists.txt:7 (find_package): Could not find module FindRTM.cmake or a configuration file for package RTM. Adjust CMAKE_MODULE_PATH to find FindRTM.cmake or set RTM_DIR to the directory containing a CMake configuration file for RTM. The file will have one of the following names: RTMConfig.cmake rtm-config.cmake </code> Setting export CMAKE_MODULE_PATH=/usr/local/share/apps/cmake/modules does not help. I have specified the same -DCMAKE_INSTALL_PREFIX for both librtm and the dataengine/plasmoid - for shure. I tried to update rtm plasmoid and it seems theat I’ve got the same problem that Tom Chance before building plasmoid:

CMake Error at CMakeLists.txt:7 (find_package):
Could not find module FindRTM.cmake or a configuration file for package
RTM.

Adjust CMAKE_MODULE_PATH to find FindRTM.cmake or set RTM_DIR to the
directory containing a CMake configuration file for RTM. The file will
have one of the following names:

RTMConfig.cmake
rtm-config.cmake

Setting

export CMAKE_MODULE_PATH=/usr/local/share/apps/cmake/modules

does not help.

I have specified the same -DCMAKE_INSTALL_PREFIX for both librtm and the dataengine/plasmoid – for shure.

]]>
By: Eric H. http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-5122 Eric H. Mon, 16 Mar 2009 04:35:50 +0000 http://blog.chatonka.com/?p=127#comment-5122 This is a great little plasmoid. Thanks a lot of creating it. This is a great little plasmoid. Thanks a lot of creating it.

]]>
By: astromme http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4888 astromme Tue, 10 Mar 2009 15:14:10 +0000 http://blog.chatonka.com/?p=127#comment-4888 Weird, not sure why websvn would be freaking out. You should be able to just "svn up" for librtm. You can then build and install it as normal. You shouldn't have to remove your build directory, so it'll be quick. (This link should work better: http://websvn.kde.org/?view=rev&revision=935559 ) Weird, not sure why websvn would be freaking out. You should be able to just “svn up” for librtm. You can then build and install it as normal. You shouldn’t have to remove your build directory, so it’ll be quick.

(This link should work better: http://websvn.kde.org/?view=rev&revision=935559 )

]]>
By: jazzon http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4818 jazzon Sun, 08 Mar 2009 17:08:17 +0000 http://blog.chatonka.com/?p=127#comment-4818 Thanks, but the link seems to be dead. Could you explain to me what exactly should I do to fix this problem? Thanks, but the link seems to be dead. Could you explain to me what exactly should I do to fix this problem?

]]>
By: astromme http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4693 astromme Thu, 05 Mar 2009 16:16:58 +0000 http://blog.chatonka.com/?p=127#comment-4693 Thanks for the backtrace. Looks like the auth object isn't always initialized when there is a valid token. Fix in rev 935559: http://websvn.kde.org:80/trunk/?view=log&pathrev=935559 Thanks for the backtrace. Looks like the auth object isn’t always initialized when there is a valid token. Fix in rev 935559:

http://websvn.kde.org:80/trunk/?view=log&pathrev=935559

]]>
By: jazzon http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4690 jazzon Thu, 05 Mar 2009 15:53:09 +0000 http://blog.chatonka.com/?p=127#comment-4690 Works great till logout. When I log out, in most cases plasma crashes and all plasmoids appears in random positions. This happen when I run configured RTM plasmoid, it doesn't happen when running RTM without authorisation ( with "confiugrue" button only). I'll be greatfull for any suggestion. Here's crash report, plasma crashes also when I quit RTM plasmoid manually : <code> Program: Przestrzeń robocza Plazmy (plasma), sygnał SIGSEGV 0x00007f36b259b6e1 in nanosleep () from /lib/libc.so.6 [Current thread is 0 (LWP 11254)] Thread 4 (Thread 0x42727950 (LWP 11259)): #0 0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #1 0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #2 0x00007f36b671a29c in ?? () from /usr/lib/libQtNetwork.so.4 #3 0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4 #4 0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0 #5 0x00007f36b25d9cbd in clone () from /lib/libc.so.6 #6 0x0000000000000000 in ?? () Thread 3 (Thread 0x40ff0950 (LWP 11265)): #0 0x00007f36b25d24b2 in select () from /lib/libc.so.6 #1 0x00007f36b3144006 in ?? () from /usr/lib/libQtCore.so.4 #2 0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4 #3 0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0 #4 0x00007f36b25d9cbd in clone () from /lib/libc.so.6 #5 0x0000000000000000 in ?? () Thread 2 (Thread 0x41be4950 (LWP 11276)): #0 0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #1 0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #2 0x00007f36995d8ef0 in ?? () from /usr/lib/kde4/plasma_wallpaper_image.so #3 0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4 #4 0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0 #5 0x00007f36b25d9cbd in clone () from /lib/libc.so.6 #6 0x0000000000000000 in ?? () Thread 1 (Thread 0x7f36b7aac730 (LWP 11254)): [KCrash Handler] #5 0x00007f36b3163a01 in QCoreApplication::postEvent () from /usr/lib/libQtCore.so.4 #6 0x00007f3698d30060 in ~Session (this=0x1879ec0) at /home/dariusz/librtm/rtm.cpp:198 #7 0x00007f36b3172dc5 in QObject::event () from /usr/lib/libQtCore.so.4 #8 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #9 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4 #10 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5 #11 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #12 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4 #13 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4 #14 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #15 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0 #16 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #17 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #18 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4 #19 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4 #20 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84 #21 0x00007f3697272c7d in TaskSource::update (this=0x1877a10) at /usr/local/include/rtm/rtm.h:46 #22 0x00007f36972720f5 in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:100 #23 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73 #24 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3 #25 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3 #26 0x00007f3698f57193 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=, data=@0x192e140) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:206 #27 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe3a90) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83 #28 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #29 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3 #30 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3 #31 0x00007f3697275af8 in ListSource::listsChanged (this=) at /home/dariusz/rtm-dataengine/listsource.cpp:52 #32 0x00007f3697275cad in ListSource::qt_metacall (this=0x1c43530, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=) at /home/dariusz/rtm-dataengine/listsource.moc:67 #33 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #34 0x00007f3698d30d22 in RTM::Session::listUpdate (this=0x1879ec0, reply=) at /home/dariusz/librtm/rtm.cpp:185 #35 0x00007f3698d335f7 in RTM::Session::qt_metacall (this=0x1879ec0, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe41f0) at /home/dariusz/librtm/rtm.moc:93 #36 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #37 0x00007f3698d3435f in RTM::Request::replyReceived (this=0x4c002f00530055, _t1=0x1e067a0) at /home/dariusz/librtm/rtmrequest.moc:81 #38 0x00007f3698d343d1 in RTM::Request::qt_metacall (this=0x1997ca0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffbfbe4320) at /home/dariusz/librtm/rtmrequest.moc:70 #39 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #40 0x00007f36b66f4c12 in QNetworkAccessManager::finished () from /usr/lib/libQtNetwork.so.4 #41 0x00007f36b66f5049 in QNetworkAccessManager::qt_metacall () from /usr/lib/libQtNetwork.so.4 #42 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #43 0x00007f36b670ce15 in ?? () from /usr/lib/libQtNetwork.so.4 #44 0x00007f36b6700758 in ?? () from /usr/lib/libQtNetwork.so.4 #45 0x00007f36b670c501 in ?? () from /usr/lib/libQtNetwork.so.4 #46 0x00007f36b670c591 in ?? () from /usr/lib/libQtNetwork.so.4 #47 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #48 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4 #49 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5 #50 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #51 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4 #52 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4 #53 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #54 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0 #55 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #56 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #57 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4 #58 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4 #59 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84 #60 0x00007f369727579d in ListSource::update (this=0x1c43530) at /usr/local/include/rtm/rtm.h:46 #61 0x00007f369727215d in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:111 #62 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73 #63 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3 #64 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3 #65 0x00007f3698f57622 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=@0x7fffbfbe57b0, data=@0x1bf9430) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:192 #66 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe5700) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83 #67 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #68 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3 #69 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3 #70 0x00007f36b74250e3 in Plasma::DataEngine::scheduleSourcesUpdated () from /usr/lib/libplasma.so.3 #71 0x00007f36b7425560 in Plasma::DataEngine::qt_metacall () from /usr/lib/libplasma.so.3 #72 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #73 0x00007f36b3172a43 in QObject::event () from /usr/lib/libQtCore.so.4 #74 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #75 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4 #76 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5 #77 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #78 0x00007f36b318fab6 in ?? () from /usr/lib/libQtCore.so.4 #79 0x00007f36b318c1fd in ?? () from /usr/lib/libQtCore.so.4 #80 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #81 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0 #82 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #83 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #84 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4 #85 0x00007f36b3162682 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #86 0x00007f36b316280d in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #87 0x00007f36b3164cbd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #88 0x00007f36b7784d6b in kdemain () from /usr/lib/libkdeinit4_plasma.so #89 0x00007f36b2511466 in __libc_start_main () from /lib/libc.so.6 #90 0x00000000004007c9 in _start () </code> Works great till logout. When I log out, in most cases plasma crashes and all plasmoids appears in random positions. This happen when I run configured RTM plasmoid, it doesn’t happen when running RTM without authorisation ( with “confiugrue” button only). I’ll be greatfull for any suggestion. Here’s crash report, plasma crashes also when I quit RTM plasmoid manually :

Program: Przestrzeń robocza Plazmy (plasma), sygnał SIGSEGV
0x00007f36b259b6e1 in nanosleep () from /lib/libc.so.6
[Current thread is 0 (LWP 11254)]

Thread 4 (Thread 0x42727950 (LWP 11259)):
#0 0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1 0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#2 0x00007f36b671a29c in ?? () from /usr/lib/libQtNetwork.so.4
#3 0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4
#4 0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0
#5 0x00007f36b25d9cbd in clone () from /lib/libc.so.6
#6 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x40ff0950 (LWP 11265)):
#0 0x00007f36b25d24b2 in select () from /lib/libc.so.6
#1 0x00007f36b3144006 in ?? () from /usr/lib/libQtCore.so.4
#2 0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4
#3 0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0
#4 0x00007f36b25d9cbd in clone () from /lib/libc.so.6
#5 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x41be4950 (LWP 11276)):
#0 0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1 0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#2 0x00007f36995d8ef0 in ?? () from /usr/lib/kde4/plasma_wallpaper_image.so
#3 0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4
#4 0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0
#5 0x00007f36b25d9cbd in clone () from /lib/libc.so.6
#6 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f36b7aac730 (LWP 11254)):
[KCrash Handler]
#5 0x00007f36b3163a01 in QCoreApplication::postEvent () from /usr/lib/libQtCore.so.4
#6 0x00007f3698d30060 in ~Session (this=0x1879ec0) at /home/dariusz/librtm/rtm.cpp:198
#7 0x00007f36b3172dc5 in QObject::event () from /usr/lib/libQtCore.so.4
#8 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#9 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4
#10 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5
#11 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#12 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#13 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4
#14 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#15 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0
#16 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#17 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#18 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4
#19 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4
#20 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84
#21 0x00007f3697272c7d in TaskSource::update (this=0x1877a10) at /usr/local/include/rtm/rtm.h:46
#22 0x00007f36972720f5 in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:100
#23 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73
#24 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3
#25 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3
#26 0x00007f3698f57193 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=, data=@0x192e140) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:206
#27 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe3a90)
at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83
#28 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#29 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3
#30 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3
#31 0x00007f3697275af8 in ListSource::listsChanged (this=) at /home/dariusz/rtm-dataengine/listsource.cpp:52
#32 0x00007f3697275cad in ListSource::qt_metacall (this=0x1c43530, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=) at /home/dariusz/rtm-dataengine/listsource.moc:67
#33 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#34 0x00007f3698d30d22 in RTM::Session::listUpdate (this=0x1879ec0, reply=) at /home/dariusz/librtm/rtm.cpp:185
#35 0x00007f3698d335f7 in RTM::Session::qt_metacall (this=0x1879ec0, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe41f0) at /home/dariusz/librtm/rtm.moc:93
#36 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#37 0x00007f3698d3435f in RTM::Request::replyReceived (this=0x4c002f00530055, _t1=0x1e067a0) at /home/dariusz/librtm/rtmrequest.moc:81
#38 0x00007f3698d343d1 in RTM::Request::qt_metacall (this=0x1997ca0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffbfbe4320) at /home/dariusz/librtm/rtmrequest.moc:70
#39 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#40 0x00007f36b66f4c12 in QNetworkAccessManager::finished () from /usr/lib/libQtNetwork.so.4
#41 0x00007f36b66f5049 in QNetworkAccessManager::qt_metacall () from /usr/lib/libQtNetwork.so.4
#42 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#43 0x00007f36b670ce15 in ?? () from /usr/lib/libQtNetwork.so.4
#44 0x00007f36b6700758 in ?? () from /usr/lib/libQtNetwork.so.4
#45 0x00007f36b670c501 in ?? () from /usr/lib/libQtNetwork.so.4
#46 0x00007f36b670c591 in ?? () from /usr/lib/libQtNetwork.so.4
#47 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#48 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4
#49 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5
#50 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#51 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#52 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4
#53 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#54 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0
#55 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#56 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#57 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4
#58 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4
#59 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84
#60 0x00007f369727579d in ListSource::update (this=0x1c43530) at /usr/local/include/rtm/rtm.h:46
#61 0x00007f369727215d in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:111
#62 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73
#63 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3
#64 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3
#65 0x00007f3698f57622 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=@0x7fffbfbe57b0, data=@0x1bf9430) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:192
#66 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe5700)
at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83
#67 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#68 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3
#69 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3
#70 0x00007f36b74250e3 in Plasma::DataEngine::scheduleSourcesUpdated () from /usr/lib/libplasma.so.3
#71 0x00007f36b7425560 in Plasma::DataEngine::qt_metacall () from /usr/lib/libplasma.so.3
#72 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#73 0x00007f36b3172a43 in QObject::event () from /usr/lib/libQtCore.so.4
#74 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#75 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4
#76 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5
#77 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#78 0x00007f36b318fab6 in ?? () from /usr/lib/libQtCore.so.4
#79 0x00007f36b318c1fd in ?? () from /usr/lib/libQtCore.so.4
#80 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#81 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0
#82 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#83 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#84 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4
#85 0x00007f36b3162682 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#86 0x00007f36b316280d in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#87 0x00007f36b3164cbd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#88 0x00007f36b7784d6b in kdemain () from /usr/lib/libkdeinit4_plasma.so
#89 0x00007f36b2511466 in __libc_start_main () from /lib/libc.so.6
#90 0x00000000004007c9 in _start ()

]]>