cgmailservice crashed with NameError in check()

Bug #196901 reported by Bigbiz
74
This bug affects 2 people
Affects Status Importance Assigned to Milestone
cGmail
Fix Released
Undecided
Francesco Marella
cgmail (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: cgmail

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)"

cgmail:
  Installato: 0.4.1-1
  Candidato: 0.4.1-1
  Tabella versione:
 *** 0.4.1-1 0
        500 http://archive.ubuntu.com hardy/universe Packages
        100 /var/lib/dpkg/status

I don't know why it happens...

ProblemType: Crash
Architecture: amd64
Date: Fri Feb 29 09:06:19 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/cgmailservice
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: nvidia
Package: cgmail 0.4.1-1
PackageArchitecture: all
ProcCmdline: python /usr/bin/cgmailservice
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/cgmailservice']
SourcePackage: cgmail
Title: cgmailservice crashed with NameError in check()
Traceback:
 Traceback (most recent call last):
   File "/usr/share/cgmail/service/imapchecker.py", line 65, in check
     self.notify_error(error, msg, False)
 NameError: global name 'error' is not defined
Uname: Linux 2.6.24-10-generic x86_64
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev scanner src video

Tags: apport-crash
Revision history for this message
Bigbiz (markozz) wrote :
Revision history for this message
Bigbiz (markozz) wrote :

Randomly cgmail crashes and I don't know why...

Changed in cgmail:
status: New → Confirmed
Revision history for this message
Bigbiz (markozz) wrote :

Another time...

Connor Imes (ckimes)
visibility: private → public
Revision history for this message
Luca Falavigna (dktrkranz) wrote :

cGmail/checkers/imapchecker.py:
Replace self.emit("checking-error", error, msg, True) with self.emit("checking-error", error, msg, True)

Changed in cgmail (Ubuntu):
assignee: nobody → Luca Falavigna (dktrkranz)
importance: Undecided → Medium
status: Confirmed → Triaged
assignee: Luca Falavigna (dktrkranz) → nobody
Revision history for this message
Luca Falavigna (dktrkranz) wrote :

cGmail/checkers/imapchecker.py:
- self.emit("checking-error", error, msg, True)
+ self.emit("checking-error", err, msg, True)

Changed in cgmail:
status: New → Fix Committed
Changed in cgmail:
milestone: none → 0.6.0
Changed in cgmail (Ubuntu):
status: Triaged → Fix Released
Changed in cgmail:
assignee: nobody → Francesco Marella (francesco-marella)
Changed in cgmail:
status: Fix Committed → Fix Released
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.