[Bug 848885] Re: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given)
Apport retracing service
848885 at bugs.launchpad.net
Tue Sep 13 11:40:54 UTC 2011
*** This bug is a duplicate of bug 832745 ***
https://bugs.launchpad.net/bugs/832745
Thank you for taking the time to report this crash and helping to make
Ubuntu better. This particular crash has already been reported and is a
duplicate of bug #848873, so is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Please continue to report any other bugs you may
find.
** Tags removed: need-duplicate-check
** Attachment removed: "Dependencies.txt"
https://bugs.launchpad.net/bugs/848885/+attachment/2396769/+files/Dependencies.txt
** Attachment removed: "ProcMaps.txt"
https://bugs.launchpad.net/bugs/848885/+attachment/2396770/+files/ProcMaps.txt
** Attachment removed: "ProcStatus.txt"
https://bugs.launchpad.net/bugs/848885/+attachment/2396771/+files/ProcStatus.txt
** This bug has been marked a duplicate of private bug 848873
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-manager in Ubuntu.
https://bugs.launchpad.net/bugs/848885
Title:
update-manager crashed with TypeError in confirmChanges():
glib.markup_escape_text() takes at most 1 argument (2 given)
Status in “update-manager” package in Ubuntu:
New
Bug description:
1)
buzz-dee at buzzdee-laptop:~$ lsb_release -rd
Description: Ubuntu oneiric (development branch)
Release: 11.10
2)
buzz-dee at buzzdee-laptop:~$ apt-cache policy update-manager
update-manager:
Installiert: 1:0.152.17
Kandidat: 1:0.152.17
Versionstabelle:
*** 1:0.152.17 0
500 http://de.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status
3) + 4)
buzz-dee at buzzdee-laptop:~$ update-manager
gpg: /tmp/tmpZcoBuD/trustdb.gpg: trust-db erzeugt
/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py:336: Warning: /build/buildd/glib2.0-2.29.90/./gobject/gsignal.c:2335: instance `0x1e90460' has no handler with id `660'
widget.handler_block(handler)
/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py:340: Warning: /build/buildd/glib2.0-2.29.90/./gobject/gsignal.c:2377: instance `0x1e90460' has no handler with id `660'
widget.handler_unblock(handler)
ERROR:root:not handled expection:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 106, in <module>
controler.doPartialUpgrade()
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeController.py", line 1672, in doPartialUpgrade
if not self.askDistUpgrade():
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeController.py", line 903, in askDistUpgrade
self.cache.requiredDownload)
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeViewGtk3.py", line 648, in confirmChanges
len(pkg.summary)))])
TypeError: glib.markup_escape_text() takes at most 1 argument (2
given)
Traceback (most recent call last):
File "/usr/bin/update-manager", line 106, in <module>
controler.doPartialUpgrade()
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeController.py", line 1672, in doPartialUpgrade
if not self.askDistUpgrade():
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeController.py", line 903, in askDistUpgrade
self.cache.requiredDownload)
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeViewGtk3.py", line 648, in confirmChanges
len(pkg.summary)))])
TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeViewGtk3.py", line 467, in _handleException
apport_crash(type, value, tb)
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeApport.py", line 30, in apport_crash
report[f.replace(".","").replace("-","")] = (open(f), )
File "/usr/lib/python2.7/dist-packages/problem_report.py", line 504, in __setitem__
assert k.replace('.', '').replace('-', '').replace('_', '').isalnum()
AssertionError
Original exception was:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 106, in <module>
controler.doPartialUpgrade()
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeController.py", line 1672, in doPartialUpgrade
if not self.askDistUpgrade():
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeController.py", line 903, in askDistUpgrade
self.cache.requiredDownload)
File "/usr/lib/python2.7/dist-packages/DistUpgrade/DistUpgradeViewGtk3.py", line 648, in confirmChanges
len(pkg.summary)))])
TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)
ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: update-manager 1:0.152.17
ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.22.1-0ubuntu2
Architecture: amd64
Date: Tue Sep 13 13:28:37 2011
ExecutablePath: /usr/bin/update-manager
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/update-manager --dist-upgrade
ProcEnviron:
LANG=de_DE.UTF-8
PATH=(custom, no user)
SHELL=/bin/zsh
PythonArgs: ['/usr/bin/update-manager', '--dist-upgrade']
SourcePackage: update-manager
Title: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given)
UpgradeStatus: Upgraded to oneiric on 2011-09-13 (0 days ago)
UserGroups:
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/848885/+subscriptions
More information about the foundations-bugs
mailing list