Bug 558991 - Sporadic python exception thrown on client shutdown
Summary: Sporadic python exception thrown on client shutdown
Keywords:
Status: CLOSED DUPLICATE of bug 495222
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: python-qpid
Version: Development
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-26 21:00 UTC by Robert Rati
Modified: 2010-01-27 07:50 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-27 07:50:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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