Ken Giusti created QPID-5218: -------------------------------- Summary: [dispatch] Crash when outgoing window > 0 and multiple subscribed Messenger clients Key: QPID-5218 URL: https://issues.apache.org/jira/browse/QPID-5218 Project: Qpid Issue Type: Bug Components: Qpid Dispatch Affects Versions: 0.25 Reporter: Ken Giusti Fix For: Future
I can cause the dispatcher to crash by having two Messenger clients subscribe to the same address, with non-zero outgoing window sizes. To reproduce: 1) Run ./router/dispatch-router -c ../etc/qpid-dispatch.conf 2) Start two msgr-recv clients like this: msgr-recv -a amqp://0.0.0.0/test.topic -W 2048 -R & msgr-recv -a amqp://0.0.0.0/test.topic -W 2048 -R & 3) Run a msgr-send client like this: msgr-send -c 1 -w 2048 -a amqp://0.0.0.0/test.topic -R This should cause dispatch-router to crash. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org