You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Wolfgang Klein (JIRA)" <ji...@apache.org> on 2015/08/25 13:43:45 UTC

[jira] [Created] (AMQCPP-584) core dump in testNonFailureSendCasepure

Wolfgang Klein created AMQCPP-584:
-------------------------------------

             Summary: core dump in testNonFailureSendCasepure
                 Key: AMQCPP-584
                 URL: https://issues.apache.org/jira/browse/AMQCPP-584
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Decaf
    Affects Versions: 3.9.0
         Environment: CentOS release 6.3 (Final)
Linux wlp-gbl 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

            Reporter: Wolfgang Klein
            Assignee: Timothy Bish
            Priority: Minor


running ./src/test/activemq-test i get

N8activemq9transport10inactivity21InactivityMonitorTestE::testNonFailureSendCasepure virtual method called
terminate called without an active exception
.Aborted (core dumped)

debuginfo-install apr-1.3.9-5.el6_2.x86_64 cppunit-1.12.1-3.1.el6.x86_64 glibc-2.12-1.107.el6.x86_64 libgcc-4.4.7-3.el6.x86_64 libstdc++-4.4.7-3.el6.x86_64 libuuid-2.17.2-12.7.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64

(gdb) bt
#0  0x0000003d8f4328a5 in raise () from /lib64/libc.so.6
#1  0x0000003d8f434085 in abort () from /lib64/libc.so.6
#2  0x0000003d954bea5d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
#3  0x0000003d954bcbe6 in ?? () from /usr/lib64/libstdc++.so.6
#4  0x0000003d954bcc13 in std::terminate() () from /usr/lib64/libstdc++.so.6
#5  0x0000003d954bd53f in __cxa_pure_virtual () from /usr/lib64/libstdc++.so.6
#6  0x00007f0c4419145b in decaf::util::concurrent::Lock::lock (this=0x7f0c27ffec40) at decaf/util/concurrent/Lock.cpp:54
#7  0x00007f0c44191575 in decaf::util::concurrent::Lock::Lock (this=<value optimized out>, object=<value optimized out>,
    intiallyLocked=<value optimized out>) at decaf/util/concurrent/Lock.cpp:32
#8  0x00007f0c4400c1cf in activemq::transport::inactivity::InactivityMonitor::onCommand (this=<value optimized out>, command=...)
    at activemq/transport/inactivity/InactivityMonitor.cpp:321
#9  0x00007f0c4401344d in activemq::transport::mock::MockTransport::fireCommand (this=0x2c8b330, command=...)
    at ./activemq/transport/mock/MockTransport.h:110
#10 0x00007f0c44010421 in activemq::transport::mock::InternalCommandListener::run (this=0x2c8b3a0)
    at activemq/transport/mock/InternalCommandListener.cpp:97
#11 0x00007f0c4410ae0f in (anonymous namespace)::runCallback (arg=0x2c39ae0) at decaf/internal/util/concurrent/Threading.cpp:268
#12 0x00007f0c4410ab84 in (anonymous namespace)::threadEntryMethod (arg=0x2c39ae0) at decaf/internal/util/concurrent/Threading.cpp:256
#13 0x0000003a3dc07851 in start_thread () from /lib64/libpthread.so.0
#14 0x0000003d8f4e890d in clone () from /lib64/libc.so.6




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)