Bug 558991

Summary: Sporadic python exception thrown on client shutdown
Product: Red Hat Enterprise MRG Reporter: Robert Rati <rrati>
Component: python-qpidAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED DUPLICATE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: gsim
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: 2010-01-27 07:50:22 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:

Description Robert Rati 2010-01-26 21:00:43 UTC
Description of problem:
The config tools are python clients talking to a single ruby agent that is managing numerous objects via the objects methods.  Sporadically, I see an exception being thrown from the qpid libraries when the tools finish executing:

Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib64/python2.6/threading.py", line 525, in __bootstrap_inner
  File "/usr/lib64/python2.6/threading.py", line 477, in run
  File "/usr/local/lib/python2.6/site-packages/qpid/connection.py", line 178, in run
  File "/usr/local/lib/python2.6/site-packages/qpid/delegates.py", line 56, in received
  File "/usr/local/lib/python2.6/site-packages/qpid/session.py", line 188, in received
  File "/usr/local/lib/python2.6/site-packages/qpid/session.py", line 193, in dispatch
  File "/usr/local/lib/python2.6/site-packages/qpid/session.py", line 308, in message_transfer
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'debug'


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Gordon Sim 2010-01-27 07:50:22 UTC

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