[
https://issues.apache.org/jira/browse/AMQCPP-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884147#comment-13884147
]
Vincent Giacomini commented on AMQCPP-531:
------------------------------------------
here is the new stacktrace from compiled version with -g -qnoopt
Unité d'exécution :1 - main (Exécutable)
_event_wait : libpthreads.a(shr_xpg5_64.o):.text
_cond_wait_local : libpthreads.a(shr_xpg5_64.o):.text
_cond_wait : libpthreads.a(shr_xpg5_64.o):.text
pthread_cond_wait : libpthreads.a(shr_xpg5_64.o):.text
decaf::internal::util::concurrent::PlatformThread::interruptibleWaitOnCondition(pthread_cond_t*,pthread_mutex_t*,decaf::internal::util::concurrent::CompletionCondition&)
: PlatformThread.o
decaf::internal::util::concurrent::Threading::park(decaf::lang::Thread*,long
long,int) : Threading.o
decaf::internal::util::concurrent::Threading::park(decaf::lang::Thread*) :
Threading.o
decaf::util::concurrent::locks::LockSupport::park() : LockSupport.o
decaf::util::concurrent::locks::SynchronizerState::parkAndCheckInterrupt()
const : AbstractQueuedSynchronizer.o
decaf::util::concurrent::locks::SynchronizerState::acquireQueued(AbstractQueuedSynchronizer.cpp-0::Node*,int)
: AbstractQueuedSynchronizer.o
decaf::util::concurrent::locks::AbstractQueuedSynchronizer::acquire(int) :
AbstractQueuedSynchronizer.o
ReentrantReadWriteLock.cpp-0::WriteLock::lock() :
ReentrantReadWriteLock.o
activemq::core::kernels::ActiveMQSessionKernel::removeConsumer(decaf::lang::Pointer<activemq::core::kernels::ActiveMQConsumerKernel,decaf::util::concurrent::atomic::AtomicRefCounter>)
: ActiveMQSessionKernel.o
activemq::core::kernels::ActiveMQConsumerKernel::dispose() :
ActiveMQConsumerKernel.o
activemq::core::kernels::ActiveMQConsumerKernel::doClose() :
ActiveMQConsumerKernel.o
activemq::core::kernels::ActiveMQConsumerKernel::close() :
ActiveMQConsumerKernel.o
activemq::core::ActiveMQConsumer::~ActiveMQConsumer() :
ActiveMQConsumer.o
std::auto_ptr<cms::MessageConsumer>::~auto_ptr() : MsiScheduler.o
std::auto_ptr<cms::MessageConsumer>::__dftdt() : MsiScheduler.o
__Throw : libC.a(ansicore_64.o):.text
__DoThrowV6 : libC.a(ansicore_64.o):.text
activemq::core::ActiveMQConsumer::receiveNoWait() : ActiveMQConsumer.o
msi::service::MsiScheduler::Run() : MsiScheduler.o
msi::service::MsiServer::start(int,char**,std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,MsiService*,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::pair<const
std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,MsiService*> > >&) : MsiServer.o
main : MsiServices.o
__start : crt0_64.o
> receiveNoWait never returns
> ---------------------------
>
> Key: AMQCPP-531
> URL: https://issues.apache.org/jira/browse/AMQCPP-531
> Project: ActiveMQ C++ Client
> Issue Type: Bug
> Affects Versions: 3.8.2
> Environment: AIX 6.1
> Compilateur XLC V12
> ActiveMQ-cpp buit with the following options : -qminimaltoc -q64 -qrtti=all
> Reporter: Vincent Giacomini
> Assignee: Timothy Bish
>
> Just built the last version 3.8.2 of activemq-cpp (SSL disabled)
> But my application doesn't work anymore.
> The reason : the consumer->ReceiveNoWait() method now never returns
> Works well in activemq-cpp 3.4.1....
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)