Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2149

Handler incorrectly uses session state a method call

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-c-0.29.0
    • proton-c-0.30.0
    • python-binding
    • None

    Description

      25: Exception in thread server-thread:
      25: Traceback (most recent call last):
      25: File "/usr/lib64/python2.7/threading.py", line 804, in __bootstrap_inner
      25: self.run()
      25: File "/usr/lib64/python2.7/threading.py", line 757, in run
      25: self._target(*self.args, **self._kwargs)
      25: File "/home/kgiusti/work/proton/qpid-proton/python/tests/proton_tests/common.py", line 233, in run
      25: while self.reactor.process():
      25: File "/home/kgiusti/work/proton/qpid-proton/python/proton/_reactor.py", line 241, in process
      25: event.dispatch(handler)
      25: File "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 165, in dispatch
      25: self.dispatch(h, type)
      25: File "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 165, in dispatch
      25: self.dispatch(h, type)
      25: File "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 162, in dispatch
      25: _dispatch(handler, type.method, self)
      25: File "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 123, in _dispatch
      25: m(*args)
      25: File "/home/kgiusti/work/proton/qpid-proton/python/proton/_handlers.py", line 1085, in on_session_remote_open
      25: if ssn.state() & Endpoint.LOCAL_UNINIT:
      25: TypeError: 'int' object is not callable

      Attachments

        Issue Links

          Activity

            People

              kgiusti Ken Giusti
              kgiusti Ken Giusti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: