Bug 558671
Summary: | [abrt] crash in python-bugzilla-0.5.1-3.fc12 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Hutař <jhutar> | ||||
Component: | python-bugzilla | Assignee: | Will Woods <wwoods> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | 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
Jan Hutař
2010-01-25 23:50:02 UTC
Created attachment 386730 [details]
File: backtrace
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. 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. 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). |