Poller assertion when running reliable_replication_test
-------------------------------------------------------

                 Key: QPID-1984
                 URL: https://issues.apache.org/jira/browse/QPID-1984
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.6
            Reporter: Gordon Sim
            Priority: Blocker
             Fix For: 0.6


The reliable_replication_test has started failing (run under make check-long) 
due to the source broker crashing with the following assertion:

Core was generated by `/home/gordon/qpid/cpp/src/.libs/lt-qpidd --daemon --port 
0 --no-data-dir --no-m'.
Program terminated with signal 6, Aborted.
[New process 14736]
[New process 14739]
[New process 14738]
[New process 14737]
[New process 14735]
[New process 14734]
[New process 14733]
[New process 14732]
#0  0x0000003c52e30215 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x0000003c52e30215 in raise () from /lib64/libc.so.6
#1  0x0000003c52e31cc0 in abort () from /lib64/libc.so.6
#2  0x0000003c52e29696 in __assert_fail () from /lib64/libc.so.6
#3  0x00002ad43a236ebe in qpid::sys::DispatchHandle::processEvent (
    this=0x104f50b8, type=qpid::sys::Poller::DISCONNECTED)
    at qpid/sys/DispatchHandle.cpp:260
#4  0x00002ad43a1ecb98 in qpid::sys::Poller::run (this=0x104e8770)
    at ./qpid/sys/Poller.h:123
#5  0x00002ad43a1e394a in runRunnable (p=0x398c)
    at qpid/sys/posix/Thread.cpp:35
#6  0x0000003c53a06367 in start_thread () from /lib64/libpthread.so.0
#7  0x0000003c52ed30ad in clone () from /lib64/libc.so.6
(gdb) frame 3
#3  0x00002ad43a236ebe in qpid::sys::DispatchHandle::processEvent (
    this=0x104f50b8, type=qpid::sys::Poller::DISCONNECTED)
    at qpid/sys/DispatchHandle.cpp:260
260             assert(state!=CALLING);
(gdb) print state
$1 = qpid::sys::DispatchHandle::CALLING
(gdb)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to