You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Rafael H. Schloming (JIRA)" <ji...@apache.org> on 2015/05/04 16:12:06 UTC

[jira] [Created] (PROTON-877) proton-c sasl client hangs on server pipeline

Rafael H. Schloming created PROTON-877:
------------------------------------------

             Summary: proton-c sasl client hangs on server pipeline
                 Key: PROTON-877
                 URL: https://issues.apache.org/jira/browse/PROTON-877
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
            Reporter: Rafael H. Schloming
            Assignee: Andrew Stitcher
             Fix For: 0.10


[rhs@localhost build]$ ~/proton/examples/python/reactor/send.py 
[0x1d350c0]:  -> SASL
[0x1d350c0]:  <- SASL
[0x1d350c0]:0 <- @sasl-mechanisms(64) [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x1d350c0]:0 <- @sasl-outcome(68) [code=0]
[0x1d350c0]:  -> AMQP
[0x1d350c0]:0 -> @open(16) [container-id="", hostname="localhost"]
[0x1d350c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, outgoing-window=0]
[0x1d350c0]:0 -> @attach(18) [name="sender", handle=0, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, dynamic=false], target=@target(41) [durable=0, timeout=0, dynamic=false], initial-delivery-count=0]
[0x1d350c0]:  <- AMQP
^CTraceback (most recent call last):
  File "/home/rhs/proton/examples/python/reactor/send.py", line 90, in <module>
    r.run()
  File "/home/rhs/proton/proton-c/bindings/python/proton/reactor.py", line 120, in run
    while self.process(): pass
  File "/home/rhs/proton/proton-c/bindings/python/proton/reactor.py", line 142, in process
    result = pn_reactor_process(self._impl)
KeyboardInterrupt




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)