Bug 126563 - pykde dcop calls segfault if argument is boolean
Summary: pykde dcop calls segfault if argument is boolean
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-01 13:55 UTC by Miguel Angel
Modified: 2009-05-23 04:53 UTC (History)
0 users

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 Miguel Angel 2006-05-01 13:55:39 UTC
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...
Comment 1 Dario Andres 2009-05-23 04:53:50 UTC
DCOP -> UNMAINTAINED