Bug 196552 - system, tray, login, ksystray
Summary: system, tray, login, ksystray
Status: RESOLVED DUPLICATE of bug 170519
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
: 199242 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-15 01:43 UTC by JamesDHolby
Modified: 2009-07-20 14:58 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JamesDHolby 2009-06-15 01:43:21 UTC
Application that crashed: ksystraycmd
Version of the application: KSysTrayCmd 0.1
KDE Version: 4.2.90 (KDE 4.2.90 (KDE 4.3 Beta2))
Qt Version: 4.5.1
Operating System: Linux 2.6.30-9-generic x86_64
Distribution: Ubuntu karmic (development branch)

What I was doing when the application crashed:
Anytime I login to KDE4 this error shows up.

 -- Backtrace:
Application: KSysTrayCmd (ksystraycmd), signal: Aborted
[KCrash Handler]
#5  0x00007fd1dbc8f025 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#6  0x00007fd1dbc90c33 in *__GI_abort () at abort.c:88
#7  0x00007fd1dbcd3df0 in malloc_printerr (action=2, str=0x7fd1dbd95c86 "free(): invalid pointer", ptr=0x15ac) at malloc.c:5999
#8  0x00007fd1dde1cd2a in NETRootInfo::update (this=0x14af748, dirty_props=<value optimized out>) at ../../kdeui/windowmanagement/netwm.cpp:2142
#9  0x00007fd1dde1d073 in NETRootInfo::event (this=0x14af748, event=<value optimized out>, properties=0x7fffea3352f0, properties_size=5) at ../../kdeui/windowmanagement/netwm.cpp:2053
#10 0x00007fd1dde0ec9c in KWindowSystemPrivate::x11Event (this=0x14af720, ev=0x7fffea336bf0) at ../../kdeui/windowmanagement/kwindowsystem_x11.cpp:136
#11 0x00007fd1ddcdf0c6 in KApplication::x11EventFilter (this=<value optimized out>, _event=0x7fffea336bf0) at ../../kdeui/kernel/kapplication.cpp:911
#12 0x00007fd1dc4d7801 in qt_x11EventFilter (ev=0x7fffea336bf0) at kernel/qapplication_x11.cpp:375
#13 0x00007fd1dc4e81f1 in QApplication::x11ProcessEvent (this=<value optimized out>, event=0x7fffea336bf0) at kernel/qapplication_x11.cpp:3287
#14 0x00007fd1dc512a34 in x11EventSourceDispatch (s=<value optimized out>, callback=<value optimized out>, user_data=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:146
#15 0x00007fd1d94808be in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#16 0x00007fd1d9483f98 in ?? () from /usr/lib/libglib-2.0.so.0
#17 0x00007fd1d94840c0 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#18 0x00007fd1dd038706 in QEventDispatcherGlib::processEvents (this=0x13b9730, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:324
#19 0x00007fd1dc5121de in QGuiEventDispatcherGlib::processEvents (this=0x15ac, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#20 0x00007fd1dd00dcc2 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#21 0x00007fd1dd00e094 in QEventLoop::exec (this=0x7fffea336f20, flags=) at kernel/qeventloop.cpp:200
#22 0x00007fd1dd010189 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#23 0x00000000004064af in _start ()

This bug may be a duplicate of or related to bug 191210

Reported using DrKonqi
Comment 1 Dario Andres 2009-06-15 01:48:00 UTC
This could be related to bug 170519. Thanks
Comment 2 Christoph Feck 2009-06-23 04:47:40 UTC
SVN commit 985524 by cfeck:

Correctly compare Window values on 64 bit arch

In <X11/X.h> the Window data type is declared as unsigned long,
so we cannot just return the difference of two Window values as
an int.

This MAY fix various NETRootInfo::update() bugs, please test.

CCBUG: 196552


 M  +6 -1      netwm.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=985524
Comment 3 Dario Andres 2009-07-07 11:56:43 UTC
Bug 199242 seems to be this one but in KDE4.2.95.
@Christoph: could you check it too ? Thanks
Comment 4 Christoph Feck 2009-07-20 14:53:02 UTC

*** This bug has been marked as a duplicate of bug 170519 ***
Comment 5 Christoph Feck 2009-07-20 14:58:25 UTC
*** Bug 199242 has been marked as a duplicate of this bug. ***