battery.py crashed with DBusException in call_blocking()

Bug #607229 reported by Chris Giltnane
94
This bug affects 8 people
Affects Status Importance Assigned to Milestone
Awn Extras
Won't Fix
Undecided
onox
awn-extras (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

similar to bug 325925 but not on AMD64.

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: awn-applets-python-core 0.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-9.14-generic 2.6.35-rc5
Uname: Linux 2.6.35-9-generic i686
Architecture: i386
CheckboxSubmission: 6994cb75da89289d5c8beb23b87171ff
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Mon Jul 19 14:20:08 2010
ExecutablePath: /usr/share/avant-window-navigator/applets/battery/battery.py
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100602.2)
InterpreterPath: /usr/bin/python2.6
PackageArchitecture: all
ProcCmdline: python /usr/share/avant-window-navigator/applets/battery/battery.py --uid=1279403105 --window=34240545 --panel-id=1
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
PythonArgs: ['/usr/share/avant-window-navigator/applets/battery/battery.py', '--uid=1279403105', '--window=34240545', '--panel-id=1']
SourcePackage: awn-extras-applets
Title: battery.py crashed with DBusException in call_blocking()
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/awn/extras/awnlib.py", line 1059, in callback_wrapper
    callback()
  File "/usr/share/avant-window-navigator/applets/battery/battery.py", line 221, in check_status_cb
    if not self.backend.is_present():
  File "/usr/share/avant-window-navigator/applets/battery/battery.py", line 393, in is_present
    return bool(self.__hal_battery.GetProperty("battery.present"))
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.Disconnected: Connection was disconnected before a reply was received

Revision history for this message
Chris Giltnane (chris-giltnane) wrote :
tags: removed: need-duplicate-check
Julien Lavergne (gilir)
visibility: private → public
Revision history for this message
Julien Lavergne (gilir) wrote :

Thank you for your bug report. This bug has been reported to the developers of the software.

Changed in awn-extras-applets (Ubuntu):
status: New → Triaged
importance: Undecided → Medium
onox (onox)
tags: added: applet battery traceback
description: updated
onox (onox)
Changed in awn-extras:
assignee: nobody → onox (onox)
Revision history for this message
onox (onox) wrote :

Does this occur once in a while or consistently after the applet has loaded?

Changed in awn-extras:
status: New → Incomplete
Revision history for this message
Andrew (andrew-punch) wrote :

I am notified of the crash after sleeping. So I assume it is during the sleep or resume process that it is crashing. I can't remember if it also happens when it goes to a forced hibernate (for example the battery is completely exhausted).

Revision history for this message
Chris Giltnane (chris-giltnane) wrote :

Usually just after power on or after a sleep and resume. However have not seen this for a day or two now.

Revision history for this message
onox (onox) wrote :

Did you install HAL for this applet? I thought 10.10 didn't use HAL anymore.

Revision history for this message
onox (onox) wrote :

Can you still reproduce this?/////

Revision history for this message
antibushido (l337dperry) wrote : Re: [Bug 607229] Re: battery.py crashed with DBusException in call_blocking()

no i cant it hasn't happened in a while

On Wed, Sep 29, 2010 at 7:04 PM, onox <email address hidden> wrote:

> Can you still reproduce this?/////
>
> --
> battery.py crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/607229
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (641016).
>
> Status in Awn Extras: Incomplete
> Status in “awn-extras-applets” package in Ubuntu: Triaged
>
> Bug description:
> similar to bug 325925 but not on AMD64.
>
> ProblemType: Crash
> DistroRelease: Ubuntu 10.10
> Package: awn-applets-python-core 0.4.0-0ubuntu1
> ProcVersionSignature: Ubuntu 2.6.35-9.14-generic 2.6.35-rc5
> Uname: Linux 2.6.35-9-generic i686
> Architecture: i386
> CheckboxSubmission: 6994cb75da89289d5c8beb23b87171ff
> CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
> Date: Mon Jul 19 14:20:08 2010
> ExecutablePath:
> /usr/share/avant-window-navigator/applets/battery/battery.py
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386
> (20100602.2)
> InterpreterPath: /usr/bin/python2.6
> PackageArchitecture: all
> ProcCmdline: python
> /usr/share/avant-window-navigator/applets/battery/battery.py
> --uid=1279403105 --window=34240545 --panel-id=1
> ProcEnviron:
> LANG=en_GB.utf8
> SHELL=/bin/bash
> PythonArgs:
> ['/usr/share/avant-window-navigator/applets/battery/battery.py',
> '--uid=1279403105', '--window=34240545', '--panel-id=1']
> SourcePackage: awn-extras-applets
> Title: battery.py crashed with DBusException in call_blocking()
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>
> Traceback (most recent call last):
> File "/usr/lib/pymodules/python2.6/awn/extras/awnlib.py", line 1059, in
> callback_wrapper
> callback()
> File "/usr/share/avant-window-navigator/applets/battery/battery.py", line
> 221, in check_status_cb
> if not self.backend.is_present():
> File "/usr/share/avant-window-navigator/applets/battery/battery.py", line
> 393, in is_present
> return bool(self.__hal_battery.GetProperty("battery.present"))
> File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
> **keywords)
> File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
> call_blocking
> message, timeout)
> DBusException: org.freedesktop.DBus.Error.Disconnected: Connection was
> disconnected before a reply was received
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/awn-extras/+bug/607229/+subscribe
>

--
Jan Jans man

Revision history for this message
Andrew (andrew-punch) wrote :

This problem occurred on my computer this morning. I have all the latest standard updates. The crash was reported after waking from sleep.

Revision history for this message
onox (onox) wrote :

@Andrew: which distro + version have you got?

Revision history for this message
Andrew (andrew-punch) wrote :

Ubuntu Distro is 10.04

Battery Status version is 0.4.0

Revision history for this message
onox (onox) wrote :

@Andrew: could you test the version in the testing PPA? See https://edge.launchpad.net/~awn-testing/+archive/ppa Make sure you remove all old awn and awn-extras packages before installing the testing ppa (don't know whether ubuntu's package manager is smart enough to detect this)

Julien Lavergne (gilir)
affects: awn-extras-applets (Ubuntu) → awn-extras (Ubuntu)
onox (onox)
Changed in awn-extras:
status: Incomplete → Won't Fix
Revision history for this message
antibushido (l337dperry) wrote : Invitation to connect on LinkedIn

LinkedIn
------------

Bug,

I'd like to add you to my professional network on LinkedIn.

- Daryl

Daryl Perry
Na at TOTAL
Raleigh-Durham, North Carolina Area

Confirm that you know Daryl Perry:
https://www.linkedin.com/e/-xmncnw-hsnwjw22-e/isd/5849318011512578048/A3deSMj8/?hs=false&tok=1aeJUcvN1tGm81

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-xmncnw-hsnwjw22-e/GN4LyqAU_zBDbllK3ueAM-ZUokQb_w-jPWZ3Kri/goo/607229%40bugs%2Elaunchpad%2Enet/20061/I6665052334_1/?hs=false&tok=2AmAui_XptGm81

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.