Details
Description
WeEncountered a pure function call error in CMS during our test. The following is the call stack:
msvcr80d.dll!_NMSG_WRITE(int rterrnum=0x00000019) Line 198 C
msvcr80d.dll!_purecall() Line 54 + 0x7 bytes C
activemq-cppud.dll!decaf::util::concurrent::Lock::lock() Line 55 C++
activemq-cppud.dll!decaf::util::concurrent::Lock::Lock(decaf::util::concurrent::Synchronizable * object=0x0cb6de90, const bool intiallyLocked=true) Line 34 C++
activemq-cppud.dll!activemq::transport::inactivity::InactivityMonitor::stopMonitorThreads() Line 469 + 0x20 bytes C++
activemq-cppud.dll!activemq::transport::inactivity::InactivityMonitor::onException(const decaf::lang::Exception & ex=
activemq-cppud.dll!activemq::transport::TransportFilter::fire(const decaf::lang::Exception & ex={...}
) Line 53 + 0x17 bytes C++
activemq-cppud.dll!activemq::transport::TransportFilter::onException(const decaf::lang::Exception & ex=
activemq-cppud.dll!activemq::transport::IOTransport::fire(decaf::lang::Exception & ex={...}
) Line 64 + 0x17 bytes C++
activemq-cppud.dll!activemq::transport::IOTransport::run() Line 259 C++
activemq-cppud.dll!decaf::lang::Thread::run() Line 143 C++
activemq-cppud.dll!`anonymous namespace'::runCallback(void * arg=0x0c85e460) Line 262 + 0x11 bytes C++
activemq-cppud.dll!`anonymous namespace'::threadEntryMethod(void * arg=0x0c85e460) Line 250 + 0x15 bytes C++
msvcr80d.dll!_callthreadstartex() Line 348 + 0xf bytes C
msvcr80d.dll!_threadstartex(void * ptd=0x1898e470) Line 331 C
kernel32.dll!7c80b729()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
We have 25 senders and receivers in our test, and we restart the broker every 10 seconds.