Kyung Soo Lee created AMQCPP-563:
------------------------------------
Summary: Process is dead with seg fault when queue has heavy load.
Key: AMQCPP-563
URL: https://issues.apache.org/jira/browse/AMQCPP-563
Project: ActiveMQ C++ Client
Issue Type: Bug
Affects Versions: 3.8.3, 3.8.2
Environment: gcc 4.7
Linux 3.2.0-4-amd64
Reporter: Kyung Soo Lee
Assignee: Timothy Bish
We are using activemq cms to communicate with Java application and broker is
running over Java side. I got the seg fault (shown on the below) when we send a
lot of packets over the activemq.
[1] poller_x() [0x496f08]
[2] /lib/x86_64-linux-gnu/libc.so.6(+0x32220) [0x7f0b6796b220]
[3]
/libactivemq-cpp.so.18(_ZN8activemq4core18ActiveMQConnection9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS2_4util10concurrent6atomic16AtomicRefCounterEEE+0x676)
[0x7f0b68e7e226]
[4]
/lib/libactivemq-cpp.so.18(_ZN8activemq9transport15TransportFilter9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS2_4util10concurrent6atomic16AtomicRefCounterEEE+0xbf)
[0x7f0b6901801f]
[5]
/lib/libactivemq-cpp.so.18(_ZN8activemq9transport10correlator18ResponseCorrelator9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS3_4util10concurrent6atomic16AtomicRefCounterEEE+0x81)
[0x7f0b690241f1]
[6]
/lib/libactivemq-cpp.so.18(_ZN8activemq9transport8failover25FailoverTransportListener9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS3_4util10concurrent6atomic16AtomicRefCounterEEE+0x146)
[0x7f0b69064af6]
[7]
/lib/libactivemq-cpp.so.18(_ZN8activemq9transport15TransportFilter9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS2_4util10concurrent6atomic16AtomicRefCounterEEE+0xbf)
[0x7f0b6901801f]
[8]
/lib/libactivemq-cpp.so.18(_ZN8activemq10wireformat8openwire24OpenWireFormatNegotiator9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS3_4util10concurrent6atomic16AtomicRefCounterEEE+0xe7)
[0x7f0b690b51b7]
[9]
/lib/libactivemq-cpp.so.18(_ZN8activemq9transport15TransportFilter9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS2_4util10concurrent6atomic16AtomicRefCounterEEE+0xbf)
[0x7f0b6901801f]
[10]
/lib/libactivemq-cpp.so.18(_ZN8activemq9transport10inactivity17InactivityMonitor9onCommandEN5decaf4lang7PointerINS_8commands7CommandENS3_4util10concurrent6atomic16AtomicRefCounterEEE+0x26a)
[0x7f0b690697aa]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)