[
https://issues.apache.org/jira/browse/AMQCPP-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796565#comment-13796565
]
Daniel Laügt commented on AMQCPP-513:
-------------------------------------
In AMQCPP-491, source tab shows the revisions:
https://issues.apache.org/jira/browse/AMQCPP-491
In this one (AMQCPP-513), source tab doesn't show anything.
> On closing a connection, ActiveMQ crashes
> -----------------------------------------
>
> Key: AMQCPP-513
> URL: https://issues.apache.org/jira/browse/AMQCPP-513
> Project: ActiveMQ C++ Client
> Issue Type: Bug
> Affects Versions: 3.7.0
> Environment: Windows 7 (32 bits) with Visual C++ 2010
> Reporter: Daniel Laügt
> Assignee: Timothy Bish
> Priority: Minor
> Fix For: 3.9.0
>
> Attachments: changes.patch, test.cc
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> By closing the connection, ActiveMQConnection::close() and
> AdvisoryConsumer::processDestinationInfo() access/modify in the same time on
> config.activeTempDestinations. This gives a crash.
> Test case:
> - compile test.cc
> - run the two command lines in parallel
> + test.exe client1
> + test.exe client2
> Proposed fix:
> Dispose the advisory consumer on closing the connection.
--
This message was sent by Atlassian JIRA
(v6.1#6144)