Bug 558671

Summary: [abrt] crash in python-bugzilla-0.5.1-3.fc12
Product: [Fedora] Fedora Reporter: Jan Hutař <jhutar>
Component: python-bugzillaAssignee: Will Woods <wwoods>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: pbenas, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:c67713d8
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-19 19:14:20 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
File: backtrace none

Description Jan Hutař 2010-01-25 23:50:02 UTC
abrt 1.0.3 detected a crash.

How to reproduce: 1. I was just running this quite big query
Comment: I was just running this quite big query
Attached file: backtrace
cmdline: /usr/bin/python /usr/bin/bugzilla query --reporter=jhutar '--outputformat=%{bug_id} --outputformat'
component: python-bugzilla
executable: /usr/bin/bugzilla
kernel: 2.6.31.9-174.fc12.x86_64
package: python-bugzilla-0.5.1-3.fc12
uuid: c67713d8

Comment 1 Jan Hutař 2010-01-25 23:50:06 UTC
Created attachment 386730 [details]
File: backtrace

Comment 2 Will Woods 2010-01-26 17:30:24 UTC
The bugzilla CLI doesn't handle the socket.error exception cleanly; this is now fixed in git. 

This won't fix the error you encountered, which was errno 110 - socket timeout (i.e. the server stopped responding). But it won't be considered a crash anymore.

Comment 3 Petr Beňas 2010-03-15 11:43:41 UTC

How to reproduce
-----
1. when the bugzilla was down and I tried to login it via python-bugzilla, this crash happened
2. $ bugzilla login
3.

Comment 4 Will Woods 2010-03-19 19:14:20 UTC
This is fixed in python-bugzilla-0.6.0, which will be in Fedora 13. 

Since the crash is purely cosmetic, it probably won't be backported to python-bugzilla-0.5.1 (F11/F12).