Bug 182360 - Crash when right-clicking on package group in pirut
Summary: Crash when right-clicking on package group in pirut
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pirut
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
: 182349 184373 185173 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-22 00:38 UTC by hwQQUo
Modified: 2007-11-30 22:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-22 21:07:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description hwQQUo 2006-02-22 00:38:38 UTC
Description of problem:


Version-Release number of selected component (if applicable):
0.9.10-1.noarch

How reproducible:


Steps to Reproduce:
1. Applications > Add/Remove Software
2. Right-click on a package group (e.g. GNOME Desktop Environment)
3.
  
Actual results:


Expected results:


Additional info:

Component: Software Manager
Summary: TBf5bc6e9a GroupSelector.py:449:__doGroupPopup:OverflowError: can't
convert negative value to unsigned long

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/pirut/GroupSelector.py", line 461, in
_groupListButtonPress
    self.__doGroupPopup(event.button, long(event.time))
  File "/usr/lib/python2.4/site-packages/pirut/GroupSelector.py", line 449, in
__doGroupPopup
    menu.popup(None, None, None, button, time)
OverflowError: can't convert negative value to unsigned long

Local variables in innermost frame:
menu: <gtk.Menu object (GtkMenu) at 0xb6a07e3c>
button: 3
self: <pirut.GroupSelector.GroupSelector instance at 0xb799a9ec>
time: -1894915664

Comment 1 Jeremy Katz 2006-02-22 05:39:46 UTC
*** Bug 182349 has been marked as a duplicate of this bug. ***

Comment 2 Jeremy Katz 2006-02-22 05:50:39 UTC
Ugh, it looks like this is happening because of a pygtk bug in how it handles
event times.  I'll look into a fix tomorrow.

Comment 3 Jeremy Katz 2006-02-22 21:07:18 UTC
Fixed in pirut

Comment 4 Jeremy Katz 2006-03-09 17:26:31 UTC
*** Bug 184373 has been marked as a duplicate of this bug. ***

Comment 5 Jeremy Katz 2006-03-11 05:06:29 UTC
*** Bug 185173 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.