[
https://issues.apache.org/jira/browse/AMQCPP-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536673#comment-17536673
]
Sthala Narasimhan commented on AMQCPP-712:
------------------------------------------
The ActiveMQ CMS C++ 3.9.5 version is consistently crashes at the following
location
crash : #050 00000584 EIP: 77A35F44 ESP: 2308E6B0
77A35D50:0001F4 [77A35F44] RtlpVerifyAndCommitUILanguageSettings
(ntdll.dll)
77A35D50:002D58 [77A38AA8] RtlpVerifyAndCommitUILanguageSettings
(ntdll.dll)
77A35D50:003609 [77A39359] RtlpVerifyAndCommitUILanguageSettings
(ntdll.dll)
779CEFD0:007114 [779D60E4] LdrProcessRelocationBlockEx (ntdll.dll)
77999550:000018 [77999568] RtlDeleteTimerQueueEx (ntdll.dll)
779A4470:000034 [779A44A4] RtlGetCriticalSectionRecursionCount
(ntdll.dll)
76D07A40:00010D [76D07B4D] RegOpenKeyExInternalA (kernelbase.dll)
76D07BB0:00001C [76D07BCC] RegOpenKeyExA (kernelbase.dll)
705C2E40:000545 [705C3385] CPVerifySignature (dssenh.dll)
705C16B0:000069 [705C1719] CPAcquireContext (dssenh.dll)
73301E90:000419 [733022A9] CryptAcquireContextA (cryptsp.dll)
228A7F80:00006C [228A7FEC]
0SecureRandomImpl@security@internal@decaf (mycustom.dll)
2278D800:000064 [2278D864] randomUUID@UUID@util@decaf
(mycustom.dll)
226A0DF0:0011F0 [226A1FE0]
createWireFormat@OpenWireFormatFactory@openwire@wireformat@activemq
(mycustom.dll)
2269F330:000138 [2269F468]
createWireFormat@AbstractTransportFactory@transport@activemq (mycustom.dll)
2269BA20:000067 [2269BA87]
createComposite@TcpTransportFactory@tcp@transport@activemq (mycustom.dll)
226E7A20:0000CB [226E7AEB]
createTransport@FailoverTransport@failover@transport@activemq (mycustom.dll)
226E6E90:000590 [226E7420]
iterate@FailoverTransport@failover@transport@activemq (mycustom.dll)
22744E00:0000E3 [22744EE3]
iterate@CompositeTaskRunner@threads@activemq (mycustom.dll)
22744BD0:000088 [22744C58]
run@CompositeTaskRunner@threads@activemq (mycustom.dll)
226AB1C0:00042C [226AB5EC]
_GCompletionCondition@concurrent@util@internal@decaf (mycustom.dll)
226AB1C0:0003B4 [226AB574]
_GCompletionCondition@concurrent@util@internal@decaf (mycustom.dll)
> ActiveMQConnection Start() hangs forever/not connecting with Broker
> -------------------------------------------------------------------
>
> Key: AMQCPP-712
> URL: https://issues.apache.org/jira/browse/AMQCPP-712
> Project: ActiveMQ C++ Client
> Issue Type: Bug
> Components: CMS Impl
> Affects Versions: 3.9.5
> Environment: Windows server 2012 R2
> Reporter: Sthala Narasimhan
> Assignee: Timothy A. Bish
> Priority: Major
>
> My Client application uses CMS Library 3.9.5 with failover protocol.. When I
> invoke Start() function to connect to broker it hangs/ not connecting, though
> broker is configured correctly
> std::string brokerURI =
> "failover:(tcp://host1:61400,tcp://host2:61400)&maxReconnectAttempts=1;
> ActiveMQConnection* conn = 0;
> ActiveMQConnectionFactory *amqfactory = new
> ActiveMQConnectionFactory(brokerURI);
> conn = amqfactory->createConnection();
> delete amqfactory;
> amqfactory = NULL;
> //Hangs here forever or timeout.
> conn->start();
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)