You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <qp...@incubator.apache.org> on 2009/09/03 23:10:57 UTC

[jira] Created: (QPID-2080) crash when attempting to modify an exchange's alternate

crash when attempting to modify an exchange's alternate
-------------------------------------------------------

                 Key: QPID-2080
                 URL: https://issues.apache.org/jira/browse/QPID-2080
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
         Environment: main trunk
            Reporter: Ken Giusti


C++ broker asserts due to a null pointer dereference when user attempt to re-declare an existing exchange, but add a new alternate exchange.
Will attach example test script that reproduces the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-2080) crash when attempting to modify an exchange's alternate

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross reassigned QPID-2080:
------------------------------

    Assignee: Ted Ross

> crash when attempting to modify an exchange's alternate
> -------------------------------------------------------
>
>                 Key: QPID-2080
>                 URL: https://issues.apache.org/jira/browse/QPID-2080
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.5
>         Environment: main trunk
>            Reporter: Ken Giusti
>            Assignee: Ted Ross
>             Fix For: 0.6
>
>         Attachments: qpid-2080-fix.patch, qpid-2080-test.patch
>
>
> C++ broker asserts due to a null pointer dereference when user attempt to re-declare an existing exchange, but add a new alternate exchange.
> Will attach example test script that reproduces the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2080) crash when attempting to modify an exchange's alternate

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross updated QPID-2080:
---------------------------

    Affects Version/s: 0.5

> crash when attempting to modify an exchange's alternate
> -------------------------------------------------------
>
>                 Key: QPID-2080
>                 URL: https://issues.apache.org/jira/browse/QPID-2080
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.5
>         Environment: main trunk
>            Reporter: Ken Giusti
>             Fix For: 0.6
>
>         Attachments: qpid-2080-fix.patch, qpid-2080-test.patch
>
>
> C++ broker asserts due to a null pointer dereference when user attempt to re-declare an existing exchange, but add a new alternate exchange.
> Will attach example test script that reproduces the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-2080) crash when attempting to modify an exchange's alternate

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-2080.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.6

Reviewed, tested, and committed Ken's patch.

> crash when attempting to modify an exchange's alternate
> -------------------------------------------------------
>
>                 Key: QPID-2080
>                 URL: https://issues.apache.org/jira/browse/QPID-2080
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.5
>         Environment: main trunk
>            Reporter: Ken Giusti
>             Fix For: 0.6
>
>         Attachments: qpid-2080-fix.patch, qpid-2080-test.patch
>
>
> C++ broker asserts due to a null pointer dereference when user attempt to re-declare an existing exchange, but add a new alternate exchange.
> Will attach example test script that reproduces the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2080) crash when attempting to modify an exchange's alternate

Posted by "Ken Giusti (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Giusti updated QPID-2080:
-----------------------------

    Attachment: qpid-2080-fix.patch
                qpid-2080-test.patch

qpid-2080-test.patch: includes some extra python tests to exercise the bug.
qpid-2080-fix.patch: the fix for said bug!

> crash when attempting to modify an exchange's alternate
> -------------------------------------------------------
>
>                 Key: QPID-2080
>                 URL: https://issues.apache.org/jira/browse/QPID-2080
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>         Environment: main trunk
>            Reporter: Ken Giusti
>         Attachments: qpid-2080-fix.patch, qpid-2080-test.patch
>
>
> C++ broker asserts due to a null pointer dereference when user attempt to re-declare an existing exchange, but add a new alternate exchange.
> Will attach example test script that reproduces the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-2080) crash when attempting to modify an exchange's alternate

Posted by "Ken Giusti (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Giusti closed QPID-2080.
----------------------------


> crash when attempting to modify an exchange's alternate
> -------------------------------------------------------
>
>                 Key: QPID-2080
>                 URL: https://issues.apache.org/jira/browse/QPID-2080
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.5
>         Environment: main trunk
>            Reporter: Ken Giusti
>            Assignee: Ted Ross
>             Fix For: 0.6
>
>         Attachments: qpid-2080-fix.patch, qpid-2080-test.patch
>
>
> C++ broker asserts due to a null pointer dereference when user attempt to re-declare an existing exchange, but add a new alternate exchange.
> Will attach example test script that reproduces the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org