[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-11-07 Thread Launchpad Bug Tracker
This bug was fixed in the package aptdaemon - 0.43+bzr805-0ubuntu6 --- aptdaemon (0.43+bzr805-0ubuntu6) precise-proposed; urgency=low * Fix crash in widget's diff view if a @@ line does not have a range (LP: #875879) -- Brian Murray br...@ubuntu.com Mon, 29 Oct 2012 05:58:07

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-11-06 Thread Brian Murray
I installed aptdaemon version 0.43+bzr805-0ubuntu6 from precise-proposed and then as a regression test installed 92 updates via update-manager. This update completed without issue and I consider the verification done. ** Tags removed: verification-needed ** Tags added: verification-done -- You

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-10-31 Thread Steve Langasek
Hello Chrescht, or anyone else affected, Accepted aptdaemon into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/aptdaemon/0.43+bzr805-0ubuntu6 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-10-31 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/aptdaemon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-10-29 Thread Brian Murray
** Changed in: aptdaemon (Ubuntu Precise) Status: Triaged = In Progress ** Changed in: aptdaemon (Ubuntu Precise) Assignee: (unassigned) = Brian Murray (brian-murray) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-10-01 Thread sue bays
** Branch unlinked: lp:aptdaemon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package aptdaemon - 0.45+bzr856-0ubuntu1 --- aptdaemon (0.45+bzr856-0ubuntu1) quantal; urgency=low * New upstream snapshot: - pkcompat: Fix get_files() LP: #1040619 (thanks to Martin Pitt) - Fix crash when run inside non-ascii dirs LP: #1044900

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/aptdaemon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-06 Thread Martin Pitt
Fixed in trunk r855 by merging Brian's branch, thanks! ** Changed in: aptdaemon (Ubuntu Quantal) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title:

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-06 Thread Launchpad Bug Tracker
** Branch linked: lp:aptdaemon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-06 Thread Michael Vogt
** Description changed: + TEST CASE: + - a regression test should be enough + + WARNING DO NOT DO THIS ON A REAL SYSTEM: + To trigger a conffile prompt artificially: + WARNING DO NOT DO THIS ON A REAL SYSTEM: + 1. edit /etc/ppp/options and add a line somewhere inside the comments + 2. edit

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-06 Thread Brian Murray
The fix for this should be in aptdaemon not update-manager. ** Changed in: update-manager (Ubuntu Quantal) Status: Triaged = Invalid ** Changed in: update-manager (Ubuntu Precise) Status: Triaged = Invalid ** Changed in: aptdaemon (Ubuntu Quantal) Importance: Undecided = High

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~brian-murray/aptdaemon/bug-875879 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType' object

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-04 Thread Brian Murray
** Changed in: aptdaemon (Ubuntu Precise) Status: New = Triaged ** Changed in: aptdaemon (Ubuntu Precise) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-09-04 Thread Brian Murray
The source code looks like: if line.startswith(@@): match = re.match(self.REGEX_RANGE, line) line_number = int(match.group(from_start)) return'ing if there is no match should work but I wonder why there isn't a match. -- You received this bug

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-08-15 Thread Steve Langasek
** Changed in: update-manager (Ubuntu) Importance: Medium = High ** Changed in: update-manager (Ubuntu Precise) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-08-15 Thread Steve Langasek
** Also affects: update-manager (Ubuntu Quantal) Importance: High Status: Triaged ** Also affects: aptdaemon (Ubuntu Quantal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-08-14 Thread Brian Murray
Precise, 12.04, users are encountering this error regularly as indicated at https://errors.ubuntu.com/bucket/?id=/usr/bin/update- manager:AttributeError:_on_config_file_conflict:run:show_diff. ** Changed in: update-manager (Ubuntu) Status: Expired = Triaged -- You received this bug

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-08-14 Thread Brian Murray
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group' To manage

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-08-14 Thread Kate Stewart
** Also affects: update-manager (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: update-manager (Ubuntu Precise) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-08-14 Thread Brian Murray
** Also affects: aptdaemon (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-07-29 Thread Launchpad Bug Tracker
[Expired for update-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: update-manager (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-05-30 Thread Ubuntu Foundation's Bug Bot
** Changed in: update-manager (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff():

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-04-12 Thread Brian Murray
** Changed in: update-manager (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff():

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-04-10 Thread Brian Murray
@Robo - which release of Ubuntu are you having this issue with? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with AttributeError in show_diff(): 'NoneType'

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2012-04-09 Thread Robo Burned
Have the same issue. 1 Was updating 2 Pop-up window appears: Replace file /etc/ppp/options with later version? 3 When I clicked down arrow to expand window and see file diff I got this error ** Changed in: update-manager (Ubuntu) Status: Invalid = Confirmed -- You received this bug

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2011-11-02 Thread Chrescht
No it only happened once. I guess the updates fixed it. In any case I don't know howo to reproduce it.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875879 Title: update-manager crashed with

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2011-11-02 Thread Tim
Thanks for confirming. Closing report. --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad ** Changed in: update-manager (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 875879] Re: update-manager crashed with AttributeError in show_diff(): 'NoneType' object has no attribute 'group'

2011-11-01 Thread Tim
Sorry for the delay. Are you still having this problem? --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad ** Changed in: update-manager (Ubuntu) Status: New = Incomplete ** Visibility changed to: Public -- You received this bug notification because you are a