Comment 9 for bug 359440

Revision history for this message
norris (16sinker) wrote : Re: [Bug 359440] Re: run crashed with DBusException in call_blocking()

What?

On Tue, Apr 14, 2009 at 6:56 PM, Marc Tardif <email address hidden>wrote:

> The problem was introduced in patch 0.5:
>
> # Rename options
> file = StringIO()
> config.write(file)
>
> The above is obviously not doing anything! So, this needs to be changed
> to something sensible like:
>
> file = open(config_file, "w")
> config.write(file)
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/359440
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “checkbox” source package in Ubuntu: In Progress
>
> Bug description:
> Binary package hint: checkbox
>
> Don't know what happened. I was opening "System Testing" in the control
> center.
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7.1
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-11-generic i686
> UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev
> video
>

--
Norris