Bug 235017

Summary: PATCH: fix dbus-python from causing abort when the connection is closed
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: dbus-pythonAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.80.2-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-04 02:57:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150225    

Description Hans de Goede 2007-04-03 11:52:02 UTC
Matthias Saou from freshrpms has requested me to look into a crash on x86_64 he
encountered while packaging elisa, for the elise packages see:
http://ftp.es6.freshrpms.net/tmp/extras/

This crash is caused by dbus-python checking the validity of the args passed to
the close method, while that method has no args (null pointer). Upstream has
already fixed this with this git commit:
http://gitweb.freedesktop.org/?p=dbus/dbus-python.git;a=commitdiff_plain;h=8dce2df1ceacffb2aa6e2cc8b1d4b58ee95ac5b1;hp=4f88700588d80861c8520e56407d3a40d5bd86e6

Can you please build a new version with this patch?

Comment 1 David Zeuthen 2007-04-04 02:57:32 UTC
* Tue Apr 03 2007 David Zeuthen <davidz> - 0.80.2-3
- Rebuild

* Tue Apr 03 2007 David Zeuthen <davidz> - 0.80.2-2
- Don't examine args for functions declared METH_NOARGS (#235017)