[Kde-bindings] [Bug 126563] New: pykde dcop calls segfault if argument is boolean
Miguel Angel
maacruz at gmail.com
Mon May 1 11:55:40 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=126563
Summary: pykde dcop calls segfault if argument is boolean
Product: bindings
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kde-bindings kde org
ReportedBy: maacruz gmail com
Version: (using KDE KDE 3.5.2)
Installed from: SuSE RPMs
pykde dcop calls segfault if argument is boolean, other argument types work as expected.
Example:
>>> import sys
>>> import kdecore
>>> import dcopext
>>> _kaboutdata = kdecore.KAboutData('xxx','yyy','0.1')
>>> kdecore.KCmdLineArgs.init(sys.argv[:1], _kaboutdata)
>>> _kapp = kdecore.KApplication()
ASSERT: "!_name.isEmpty()" in ./kdecore/kinstance.cpp (94)
>>> _amarok_dcop = dcopext.DCOPApp ("amarok", _kapp.dcopClient())
>>> _amarok_dcop.player.showOSD()
(True, None)
>>> _amarok_dcop.player.enableOSD(True)
KCrash: Application '' crashing...
More information about the Kde-bindings
mailing list