Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-1984

Poller assertion when running reliable_replication_test

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.6
    • 0.6
    • C++ Broker
    • None

    Description

      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)

      Attachments

        Activity

          People

            astitcher Andrew Stitcher
            gsim Gordon Sim
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: