[
https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639904#action_12639904
]
Carl Trieloff commented on QPID-1341:
-------------------------------------
Patch committed
I have been able to create a client python error (only once)
It should be investigated - however I don't believe it is related to this
patch, thus made the commit.
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/usr/lib64/python2.5/threading.py", line 460, in __bootstrap
File "/usr/lib64/python2.5/threading.py", line 440, in run
File "/home/cctrieloff/apache/qpid1/python/qpid/connection.py", line 158, in
run
File "/home/cctrieloff/apache/qpid1/python/qpid/delegates.py", line 46, in
received
File "/home/cctrieloff/apache/qpid1/python/qpid/delegates.py", line 86, in
session_detached
File "/home/cctrieloff/apache/qpid1/python/qpid/connection.py", line 107, in
detach
File "/usr/lib64/python2.5/threading.py", line 114, in release
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Unhandled exception in thread started by
Error in sys.excepthook:
> XML Exchange - now modified to be a module
> ------------------------------------------
>
> Key: QPID-1341
> URL: https://issues.apache.org/jira/browse/QPID-1341
> Project: Qpid
> Issue Type: Improvement
> Components: C++ Broker
> Reporter: Jonathan Robie
> Attachments: xmlexchange.diff
>
>
> The XML Exchange was previously not a separate module. This patch fixes that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.