You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2009/07/14 13:43:15 UTC

[jira] Created: (QPID-1984) Poller assertion when running reliable_replication_test

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:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-1984) Poller assertion when running reliable_replication_test

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-1984.
------------------------------

    Resolution: Fixed

Test renabled by r802993 with no further occurrences, so assume fixed.

> 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
>            Assignee: Andrew Stitcher
>            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:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-1984) Poller assertion when running reliable_replication_test

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730795#action_12730795 ] 

Gordon Sim commented on QPID-1984:
----------------------------------

Test removed from make check-long temporarily until this issue is resolved (r793868). On resolution it must be re-enabled.

> 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:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-1984) Poller assertion when running reliable_replication_test

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim reassigned QPID-1984:
--------------------------------

    Assignee: Andrew Stitcher

> 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
>            Assignee: Andrew Stitcher
>            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:dev-subscribe@qpid.apache.org