Bug 383631

Summary: Pirut crashes when search button pressed.
Product: [Fedora] Fedora Reporter: Orlando Arias <orlandoarias>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: james.antill
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-19 16:21:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Report log. none

Description Orlando Arias 2007-11-15 00:34:33 UTC
Description of problem:
Pirut crashed after unhandled exception.

Actual results:

Component: pirut
Summary: TBc6f5b1a6 pirut:166:_stopSearch:AttributeError: 'NoneType' object has
no attribute 'show'

Traceback (most recent call last):
  File "/usr/sbin/pirut", line 213, in _searchClicked
    self._stopSearch(stop, xml) # it's done
  File "/usr/sbin/pirut", line 166, in _stopSearch
    search.show()
AttributeError: 'NoneType' object has no attribute 'show'

Local variables in innermost frame:
xml: <glade.XML object at 0xa55f374 (PyGladeXML at 0x8f7ba20)>
search: None
stop: None
widget: <gtk.Button object at 0xaabfc5c (GtkButton at 0x89dd290)>
self: <__main__.PackageManager object at 0x8d3accc>


Expected results:

Search performed.

Comment 1 Orlando Arias 2007-11-15 00:34:33 UTC
Created attachment 259171 [details]
Report log.

Comment 2 Jeremy Katz 2007-11-16 01:08:44 UTC
What's the output of 'rpm -V pirut'?  Can you get this to happen reliably?

Comment 3 Orlando Arias 2007-11-18 20:08:53 UTC
rpm -V pirut has no output.

Have not been able to replicate bug. Pirut crashed when searching for packages
and I clicked stop.

Comment 4 Jeremy Katz 2007-11-19 16:21:10 UTC

*** This bug has been marked as a duplicate of 388631 ***