Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-657

[dispatch] Crash when outgoing window > 0 and multiple subscribed Messenger clients

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: