[ 
https://issues.apache.org/jira/browse/DISPATCH-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111449#comment-16111449
 ] 

Jiri Danek edited comment on DISPATCH-782 at 8/2/17 6:16 PM:
-------------------------------------------------------------

Sorry for the problems with the trace. I did the rr recording wrong. For some 
reason, the command above does not work. Maybe because of the way the run.py 
script executes the test (execvp or some python magic on python 2.7).

I had to do

{noformat}
$ ./run.py --sh > script.sh
$ cat > my_test <<EOT
. script.sh
tests/unit_tests /main/qpid-dispatch/tests/threads4.conf
EOT
{noformat}

and then

{noformat}
ret=0
while [[ $ret == 0 ]]; do rm -rf ~/.local/share/rr || true; rr record bash 
./my_test; ret=$?; done;
{noformat}

Anyways, this now works to "reproduce":

{noformat}
$ docker run --rm -it jdanekrh/dispatch-782rr2:latest
$ rr ps
$ rr replay -p 4819
(rr) c
{noformat}

Output is

{noformat}
 docker run --rm -it jdanekrh/dispatch-782rr2:latest
root@3c509ed51fbf:/# rr ps
PID     PPID    EXIT    CMD
4818    --      134     bash ./my_test
4819    4818    -6      tests/unit_tests /main/qpid-dispatch/tests/threads4.conf
root@3c509ed51fbf:/# rr replay -p 4819
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/bin/bash changed: replay divergence likely, 
but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/bin/bash changed: replay divergence likely, 
but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libtinfo.so.5.9 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libtinfo.so.5.9 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...                    
                                                                                
                                              
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_compat-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_compat-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnsl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnsl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_nis-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_nis-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_files-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_files-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/tests/unit_tests changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/tests/unit_tests changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from 
/root/.local/share/rr/latest-trace/mmap_hardlink_69_unit_tests...done.
Really redefine built-in command "restart"? (y or n) [answered Y; input not 
from terminal]
>>> >>> >>> >>> ... ... >>> ... ... >>> ... ... ... 
>>> 
Remote debugging using :9

--------------------------------------------------
 ---> Reached target process 4819 at event 506.
--------------------------------------------------
warning: unable to open /proc file '/proc/4819/task/4819/maps'
warning: remote target does not support file transfer, attempting to access 
files from local filesystem.
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from 
/usr/lib/debug/.build-id/40/6841a557b6674c3e8bf7c8c6be4d23183b6088.debug...done.
done.
0x00007fca4b8a0c20 in _start () from /lib64/ld-linux-x86-64.so.2
(rr) c
Continuing.
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/src/libqpid-dispatch.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/src/libqpid-dispatch.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-core.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-core.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-proactor.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-proactor.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/librt-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/librt-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libz.so.1.2.8 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libz.so.1.2.8 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libutil-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libutil-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libm-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libm-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libresolv-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libresolv-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
2017-08-02 18:00:51.327870 +0000 AGENT (debug) Add entity: 
LogEntity(enable=debug+, identity=log/DEFAULT, module=DEFAULT, 
name=log/DEFAULT, output=stderr, source=False, timestamp=True, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.328381 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/HTTP, module=HTTP, name=log/HTTP, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.328756 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_LS, module=ROUTER_LS, name=log/ROUTER_LS, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.329065 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/PYTHON, module=PYTHON, name=log/PYTHON, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.329458 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_MA, module=ROUTER_MA, name=log/ROUTER_MA, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.329938 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/CONN_MGR, module=CONN_MGR, name=log/CONN_MGR, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.330314 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_HELLO, module=ROUTER_HELLO, 
name=log/ROUTER_HELLO, type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.330708 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/SERVER, module=SERVER, name=log/SERVER, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.331042 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/POLICY, module=POLICY, name=log/POLICY, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.331420 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/CONTAINER, module=CONTAINER, name=log/CONTAINER, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.331794 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/AGENT, module=AGENT, name=log/AGENT, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.332126 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ERROR, module=ERROR, name=log/ERROR, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.332499 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_CORE, module=ROUTER_CORE, name=log/ROUTER_CORE, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.332852 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER, module=ROUTER, name=log/ROUTER, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.333175 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/MESSAGE, module=MESSAGE, name=log/MESSAGE, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.333584 +0000 AGENT (debug) Add entity: 
ContainerEntity(containerName=00000000-0000-0000-0000-000000000000, 
identity=container/00000000-0000-0000-0000-000000000000, 
name=container/00000000-0000-0000-0000-000000000000, 
type=org.apache.qpid.dispatch.container, workerThreads=4)
2017-08-02 18:00:51.334015 +0000 AGENT (debug) Add entity: 
RouterEntity(allowUnsettledMulticast=False, area=0, helloInterval=1, 
helloMaxAge=3, id=QDR, mobileAddrMaxAge=60, mode=standalone, raInterval=30, 
raIntervalFlux=4, remoteLsMaxAge=60, saslConfigName=qdrouterd, 
type=org.apache.qpid.dispatch.router, workerThreads=4)
2017-08-02 18:00:51.334781 +0000 SERVER (warning) HTTP support is not available
2017-08-02 18:00:51.334835 +0000 SERVER (info) Container Name: QDR
2017-08-02 18:00:51.335088 +0000 ROUTER (info) Router started in Standalone mode
2017-08-02 18:00:51.335168 +0000 ROUTER_CORE (info) Allow Unsettled Multicast: 
no
2017-08-02 18:00:51.336569 +0000 ROUTER_CORE (info) Router Core thread running. 
0/QDR
2017-08-02 18:00:51.337132 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/DEFAULT, infoCount=0, name=DEFAULT, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.337493 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ERROR, infoCount=0, name=ERROR, noticeCount=0, traceCount=0, 
type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.337897 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/PYTHON, infoCount=0, name=PYTHON, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.338223 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/MESSAGE, infoCount=0, name=MESSAGE, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.338680 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=22, errorCount=0, 
identity=logStats/AGENT, infoCount=0, name=AGENT, noticeCount=0, traceCount=0, 
type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.339012 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/POLICY, infoCount=0, name=POLICY, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.339390 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=48, localFreeListMax=32, 
totalAllocFromHeap=48, totalFreeToHeap=0, transferBatchSize=16, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_log_entry_t, typeSize=2112)
2017-08-02 18:00:51.339796 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/HTTP, infoCount=0, name=HTTP, noticeCount=0, traceCount=0, 
type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.340183 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_LS, infoCount=0, name=ROUTER_LS, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.340536 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_MA, infoCount=0, name=ROUTER_MA, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.340973 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/CONN_MGR, infoCount=0, name=CONN_MGR, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.341445 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_HELLO, infoCount=0, name=ROUTER_HELLO, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.341852 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/SERVER, infoCount=1, name=SERVER, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=1)
2017-08-02 18:00:51.342244 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/CONTAINER, infoCount=0, name=CONTAINER, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.342621 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_CORE, infoCount=2, name=ROUTER_CORE, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.343067 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER, infoCount=1, name=ROUTER, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.343454 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_iterator_t, typeSize=160)
2017-08-02 18:00:51.344004 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_hash_item_t, typeSize=32)
2017-08-02 18:00:51.344583 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_node_t, typeSize=56)
2017-08-02 18:00:51.344997 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=128, localFreeListMax=128, 
totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_timer_t, typeSize=56)
2017-08-02 18:00:51.345439 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qdr_action_t, typeSize=160)
2017-08-02 18:00:51.345896 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qdr_field_t, typeSize=40)
2017-08-02 18:00:51.346368 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=16, localFreeListMax=32, 
totalAllocFromHeap=16, totalFreeToHeap=0, transferBatchSize=16, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_buffer_t, typeSize=536)
2017-08-02 18:00:51.346843 +0000 AGENT (info) Activating management agent on 
$_management_internal
2017-08-02 18:00:51.347337 +0000 POLICY (info) Policy configured 
maxConnections: 65535, policyDir: '', access rules enabled: 'false'
2017-08-02 18:00:51.347486 +0000 AGENT (debug) Add entity: 
PolicyEntity(defaultVhost=$default, enableVhostPolicy=False, 
maxConnections=65535, policyDir=, type=org.apache.qpid.dispatch.policy)
2017-08-02 18:00:51.347966 +0000 AGENT (debug) Add entity: 
ConsoleEntity(identity=console/0, name=console/0, 
type=org.apache.qpid.dispatch.console, wsport=5673)
2017-08-02 18:00:51.348521 +0000 ROUTER_CORE (info) In-process subscription 
M/$management
2017-08-02 18:00:51.348782 +0000 POLICY (info) Policy fallback defaultVhost is 
defined: '$default'
Test Case timer_tests.test_quiet: PASS
Test Case timer_tests.test_immediate: PASS
Test Case timer_tests.test_immediate_reschedule: PASS
Test Case timer_tests.test_immediate_plus_delayed: PASS
Test Case timer_tests.test_single: PASS
Test Case timer_tests.test_two_inorder: PASS
Test Case timer_tests.test_two_reverse: PASS
Test Case timer_tests.test_two_duplicate: PASS
Test Case timer_tests.test_separated: PASS
Test Case timer_tests.test_big: PASS
Test Case tool_tests.test_deq_basic: PASS
Test Case tool_tests.test_deq_basic2: PASS
Test Case tool_tests.test_deq_multi: PASS
Test Case tool_tests.test_bitmask: PASS
Test Case compose_tests.test_compose_list_of_maps: PASS
Test Case compose_tests.test_compose_nested_composites: PASS
Test Case compose_tests.test_compose_scalars: PASS
Test Case compose_tests.test_compose_subfields: PASS
Test Case alloc_tests.test_alloc_basic: PASS
Test Case policy_tests.test_link_name_lookup: PASS
2017-08-02 18:00:51.349865 +0000 ERROR (error) Value: No network host in 
failover item
Test Case failover_tests.test_failover_list_empty: PASS
Test Case failover_tests.test_failover_list_single: PASS
Test Case failover_tests.test_failover_list_multiple: PASS
2017-08-02 18:00:51.350097 +0000 ROUTER_CORE (info) Router Core thread exited
*** Error in `tests/unit_tests': corrupted size vs. prev_size: 
0x000055cf8cc41be0 ***
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 changed: 
replay divergence likely, but continuing anyway ...
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7fca4a0bcbcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7fca4a0c2f96]
/lib/x86_64-linux-gnu/libc.so.6(+0x77388)[0x7fca4a0c3388]
/lib/x86_64-linux-gnu/libc.so.6(+0x77ea8)[0x7fca4a0c3ea8]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x17171c)[0x7fca4a55c71c]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x17179b)[0x7fca4a55c79b]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x17179b)[0x7fca4a55c79b]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(_PyImport_Fini+0x1a)[0x7fca4a56a48a]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(Py_Finalize+0x103)[0x7fca4a51dd13]
/main/qpid-dispatch/build/src/libqpid-dispatch.so(qd_python_finalize+0x5c)[0x7fca4b430a5a]
/main/qpid-dispatch/build/src/libqpid-dispatch.so(qd_dispatch_free+0xfb)[0x7fca4b421d53]
tests/unit_tests(main+0x12f)[0x55cf8c430ec5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fca4a06c2b1]
tests/unit_tests(_start+0x2a)[0x55cf8c42ffda]
======= Memory map: ========
68000000-68200000 rwxp 00000000 00:00 0 
70000000-70001000 r-xp 00000000 fe:06 399491                             
/usr/lib/rr/rr_page_64
70001000-70002000 rw-s 00000000 fe:06 399652                             
/tmp/rr-shared-preload_thread_locals-4819-4 (deleted)
55cf8c42e000-55cf8c437000 r-xp 00000000 fe:06 537519                     
/main/qpid-dispatch/build/tests/unit_tests
55cf8c636000-55cf8c637000 r--p 00008000 fe:06 537519                     
/main/qpid-dispatch/build/tests/unit_tests
55cf8c637000-55cf8c638000 rw-p 00009000 fe:06 537519                     
/main/qpid-dispatch/build/tests/unit_tests
55cf8c9ac000-55cf8cd09000 rw-p 00000000 00:00 0                          [heap]
7fca40000000-7fca4003a000 rw-p 00000000 00:00 0 
7fca4003a000-7fca44000000 ---p 00000000 00:00 0 
7fca46dc7000-7fca46ddd000 r-xp 00000000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46ddd000-7fca46fdc000 ---p 00016000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46fdc000-7fca46fdd000 r--p 00015000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46fdd000-7fca46fde000 rw-p 00016000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46fde000-7fca46fdf000 ---p 00000000 00:00 0 
7fca46fdf000-7fca478df000 rw-p 00000000 00:00 0 
7fca478df000-7fca47b43000 r-xp 00000000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47b43000-7fca47d43000 ---p 00264000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47d43000-7fca47d61000 r--p 00264000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47d61000-7fca47d6f000 rw-p 00282000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47d6f000-7fca47d72000 rw-p 00000000 00:00 0 
7fca47d72000-7fca47dd4000 r-xp 00000000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47dd4000-7fca47fd4000 ---p 00062000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47fd4000-7fca47fd8000 r--p 00062000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47fd8000-7fca47fde000 rw-p 00066000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47fde000-7fca47ff4000 r-xp 00000000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca47ff4000-7fca481f3000 ---p 00016000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca481f3000-7fca481f4000 r--p 00015000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca481f4000-7fca481f8000 rw-p 00016000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca481f8000-7fca48339000 rw-p 00000000 00:00 0 
7fca48339000-7fca4833c000 r-xp 00000000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4833c000-7fca4853b000 ---p 00003000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4853b000-7fca4853c000 r--p 00002000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4853c000-7fca4853d000 rw-p 00003000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4853d000-7fca486fd000 rw-p 00000000 00:00 0 
7fca486fd000-7fca4870d000 r-xp 00000000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4870d000-7fca4890c000 ---p 00010000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4890c000-7fca4890d000 r--p 0000f000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4890d000-7fca4890e000 rw-p 00010000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4890e000-7fca4894e000 rw-p 00000000 00:00 0 
7fca4894e000-7fca48955000 r-xp 00000000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48955000-7fca48b55000 ---p 00007000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48b55000-7fca48b56000 r--p 00007000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48b56000-7fca48b57000 rw-p 00008000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48b57000-7fca48b77000 r-xp 00000000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48b77000-7fca48d76000 ---p 00020000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48d76000-7fca48d77000 r--p 0001f000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48d77000-7fca48d7b000 rw-p 00020000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48d7b000-7fca48dfb000 rw-p 00000000 00:00 0 
7fca48e2c000-7fca48e40000 r-xp 00000000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca48e40000-7fca4903f000 ---p 00014000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca4903f000-7fca49040000 r--p 00013000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca49040000-7fca49041000 rw-p 00014000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca49041000-7fca49043000 rw-p 00000000 00:00 0 
7fca49043000-7fca49146000 r-xp 00000000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49146000-7fca49345000 ---p 00103000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49345000-7fca49346000 r--p 00102000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49346000-7fca49347000 rw-p 00103000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49347000-7fca49349000 r-xp 00000000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca49349000-7fca49548000 ---p 00002000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca49548000-7fca49549000 r--p 00001000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca49549000-7fca4954a000 rw-p 00002000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca4954a000-7fca49563000 r-xp 00000000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49563000-7fca49762000 ---p 00019000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49762000-7fca49763000 r--p 00018000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49763000-7fca49764000 rw-p 00019000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49764000-7fca4977e000 r-xp 00000000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4977e000-7fca4997d000 ---p 0001a000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4997d000-7fca4997e000 r--p 00019000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4997e000-7fca4997f000 rw-p 0001a000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4997f000-7fca49bb4000 r-xp 00000000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49bb4000-7fca49db4000 ---p 00235000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49db4000-7fca49dd0000 r--p 00235000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49dd0000-7fca49ddf000 rw-p 00251000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49ddf000-7fca49de3000 rw-p 00000000 00:00 0 
7fca49de3000-7fca49e42000 r-xp 00000000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca49e42000-7fca4a042000 ---p 0005f000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca4a042000-7fca4a046000 r--p 0005f000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca4a046000-7fca4a04c000 rw-p 00063000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca4a04c000-7fca4a1e1000 r-xp 00000000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a1e1000-7fca4a3e1000 ---p 00195000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a3e1000-7fca4a3e5000 r--p 00195000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a3e5000-7fca4a3e7000 rw-p 00199000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a3e7000-7fca4a3eb000 rw-p 00000000 00:00 0 
7fca4a3eb000-7fca4a6e0000 r-xp 00000000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a6e0000-7fca4a8e0000 ---p 002f5000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a8e0000-7fca4a8e2000 r--p 002f5000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a8e2000-7fca4a959000 rw-p 002f7000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a959000-7fca4a97d000 rw-p 00000000 00:00 0 
7fca4a97d000-7fca4a980000 r-xp 00000000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4a980000-7fca4ab7f000 ---p 00003000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4ab7f000-7fca4ab80000 r--p 00002000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4ab80000-7fca4ab81000 rw-p 00003000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4ab81000-7fca4ab88000 r-xp 00000000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ab88000-7fca4ad87000 ---p 00007000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ad87000-7fca4ad88000 r--p 00006000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ad88000-7fca4ad89000 rw-p 00007000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ad89000-7fca4ada1000 r-xp 00000000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4ada1000-7fca4afa0000 ---p 00018000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4afa0000-7fca4afa1000 r--p 00017000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4afa1000-7fca4afa2000 rw-p 00018000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4afa2000-7fca4afa6000 rw-p 00000000 00:00 0 
7fca4afa6000-7fca4afb0000 r-xp 00000000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4afb0000-7fca4b1af000 ---p 0000a000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4b1af000-7fca4b1b0000 r--p 00009000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4b1b0000-7fca4b1b1000 rw-p 0000a000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4b1b1000-7fca4b1f9000 r-xp 00000000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b1f9000-7fca4b3f8000 ---p 00048000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b3f8000-7fca4b3fa000 r--p 00047000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b3fa000-7fca4b3fb000 rw-p 00049000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b3fb000-7fca4b46d000 r-xp 00000000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b46d000-7fca4b66c000 ---p 00072000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b66c000-7fca4b66d000 r--p 00071000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b66d000-7fca4b672000 rw-p 00072000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b672000-7fca4b673000 rw-p 00000000 00:00 0 
7fca4b673000-7fca4b699000 r-xp 00000000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b699000-7fca4b898000 ---p 00026000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b898000-7fca4b899000 r--p 00025000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b899000-7fca4b89a000 rw-p 00026000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b89a000-7fca4b8a0000 rw-p 00000000 00:00 0 
7fca4b8a0000-7fca4b8c3000 r-xp 00000000 fe:06 399161                     
/usr/lib/x86_64-linux-gnu/ld-2.24.so
7fca4b8c4000-7fca4b8c5000 r-xp 00000000 00:00 0 
7fca4b8c6000-7fca4b8c7000 r-xp 00000000 00:00 0 
7fca4b8ef000-7fca4b9af000 rw-p 00000000 00:00 0 
7fca4b9af000-7fca4baaf000 rw-s 00000000 fe:06 399653                     
/tmp/rr-shared-syscallbuf.4819-4819-5 (deleted)
7fca4baaf000-7fca4bab8000 rw-p 00000000 00:00 0 
7fca4babe000-7fca4babf000 rw-p 00000000 00:00 0 
7fca4babf000-7fca4bac0000 rwxp 00000000 00:00 0 
7fca4bac0000-7fca4bac3000 rw-p 00000000 00:00 0 
7fca4bac3000-7fca4bac4000 r--p 00023000 fe:06 399161                     
/usr/lib/x86_64-linux-gnu/ld-2.24.so
7fca4bac4000-7fca4bac5000 rw-p 00024000 fe:06 399161                     
/usr/lib/x86_64-linux-gnu/ld-2.24.so
7fca4bac5000-7fca4bac6000 rw-p 00000000 00:00 0 
7ffd5ecda000-7ffd5ecfc000 rw-p 00000000 00:00 0                          [stack]
7ffd5ed1d000-7ffd5ed1f000 r-xp 00000000 00:00 0                          [vdso]
7ffd5ed20000-7ffd5ed21000 r-xp 00000000 00:00 0 
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  
[vsyscall]

Program received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(rr) 
{noformat}


was (Author: jdanek):
Sorry for the problems with the trace. I did the rr recording wrong. For some 
reason, the command above does not work. Maybe because of the way the run.py 
script executes the test (execvp or some python magic on python 2.7).

I had to do

{noformat}
$ ./run.py --sh > script.sh
$ cat > my_test <<EOT
. script.sh
tests/unit_tests /main/qpid-dispatch/tests/threads4.conf
EOT
{noformat}

and then

{noformat}
ret=0
while [[ $ret == 0 ]]; /usr/bin/python "/main/qpid-dispatch/build/tests/run.py" 
"-x" "unit_tests" "/main/qpid-dispatch/tests/threads4.conf"; ret=$?; done;
{noformat}

Anyways, this now works to "reproduce":

{noformat}
$ docker run --rm -it jdanekrh/dispatch-782rr2:latest
$ rr ps
$ rr replay -p 4819
(rr) c
{noformat}

Output is

{noformat}
 docker run --rm -it jdanekrh/dispatch-782rr2:latest
root@3c509ed51fbf:/# rr ps
PID     PPID    EXIT    CMD
4818    --      134     bash ./my_test
4819    4818    -6      tests/unit_tests /main/qpid-dispatch/tests/threads4.conf
root@3c509ed51fbf:/# rr replay -p 4819
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/bin/bash changed: replay divergence likely, 
but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/bin/bash changed: replay divergence likely, 
but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libtinfo.so.5.9 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libtinfo.so.5.9 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...                    
                                                                                
                                              
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_compat-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_compat-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnsl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnsl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_nis-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_nis-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_files-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libnss_files-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/tests/unit_tests changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/tests/unit_tests changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/ld-2.24.so changed: 
replay divergence likely, but continuing anyway ...
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from 
/root/.local/share/rr/latest-trace/mmap_hardlink_69_unit_tests...done.
Really redefine built-in command "restart"? (y or n) [answered Y; input not 
from terminal]
>>> >>> >>> >>> ... ... >>> ... ... >>> ... ... ... 
>>> 
Remote debugging using :9

--------------------------------------------------
 ---> Reached target process 4819 at event 506.
--------------------------------------------------
warning: unable to open /proc file '/proc/4819/task/4819/maps'
warning: remote target does not support file transfer, attempting to access 
files from local filesystem.
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from 
/usr/lib/debug/.build-id/40/6841a557b6674c3e8bf7c8c6be4d23183b6088.debug...done.
done.
0x00007fca4b8a0c20 in _start () from /lib64/ld-linux-x86-64.so.2
(rr) c
Continuing.
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/rr/librrpreload.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/src/libqpid-dispatch.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /main/qpid-dispatch/build/src/libqpid-dispatch.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-core.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-core.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-proactor.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/libqpid-proton-proactor.so.11.0.0 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpthread-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/librt-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/librt-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libdl-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libc-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libz.so.1.2.8 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libz.so.1.2.8 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libutil-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libutil-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libm-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libm-2.24.so changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libresolv-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libresolv-2.24.so 
changed: replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of 
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so changed: replay 
divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libssl.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 changed: 
replay divergence likely, but continuing anyway ...
2017-08-02 18:00:51.327870 +0000 AGENT (debug) Add entity: 
LogEntity(enable=debug+, identity=log/DEFAULT, module=DEFAULT, 
name=log/DEFAULT, output=stderr, source=False, timestamp=True, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.328381 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/HTTP, module=HTTP, name=log/HTTP, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.328756 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_LS, module=ROUTER_LS, name=log/ROUTER_LS, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.329065 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/PYTHON, module=PYTHON, name=log/PYTHON, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.329458 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_MA, module=ROUTER_MA, name=log/ROUTER_MA, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.329938 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/CONN_MGR, module=CONN_MGR, name=log/CONN_MGR, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.330314 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_HELLO, module=ROUTER_HELLO, 
name=log/ROUTER_HELLO, type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.330708 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/SERVER, module=SERVER, name=log/SERVER, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.331042 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/POLICY, module=POLICY, name=log/POLICY, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.331420 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/CONTAINER, module=CONTAINER, name=log/CONTAINER, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.331794 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/AGENT, module=AGENT, name=log/AGENT, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.332126 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ERROR, module=ERROR, name=log/ERROR, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.332499 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER_CORE, module=ROUTER_CORE, name=log/ROUTER_CORE, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.332852 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/ROUTER, module=ROUTER, name=log/ROUTER, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.333175 +0000 AGENT (debug) Add entity: 
LogEntity(identity=log/MESSAGE, module=MESSAGE, name=log/MESSAGE, 
type=org.apache.qpid.dispatch.log)
2017-08-02 18:00:51.333584 +0000 AGENT (debug) Add entity: 
ContainerEntity(containerName=00000000-0000-0000-0000-000000000000, 
identity=container/00000000-0000-0000-0000-000000000000, 
name=container/00000000-0000-0000-0000-000000000000, 
type=org.apache.qpid.dispatch.container, workerThreads=4)
2017-08-02 18:00:51.334015 +0000 AGENT (debug) Add entity: 
RouterEntity(allowUnsettledMulticast=False, area=0, helloInterval=1, 
helloMaxAge=3, id=QDR, mobileAddrMaxAge=60, mode=standalone, raInterval=30, 
raIntervalFlux=4, remoteLsMaxAge=60, saslConfigName=qdrouterd, 
type=org.apache.qpid.dispatch.router, workerThreads=4)
2017-08-02 18:00:51.334781 +0000 SERVER (warning) HTTP support is not available
2017-08-02 18:00:51.334835 +0000 SERVER (info) Container Name: QDR
2017-08-02 18:00:51.335088 +0000 ROUTER (info) Router started in Standalone mode
2017-08-02 18:00:51.335168 +0000 ROUTER_CORE (info) Allow Unsettled Multicast: 
no
2017-08-02 18:00:51.336569 +0000 ROUTER_CORE (info) Router Core thread running. 
0/QDR
2017-08-02 18:00:51.337132 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/DEFAULT, infoCount=0, name=DEFAULT, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.337493 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ERROR, infoCount=0, name=ERROR, noticeCount=0, traceCount=0, 
type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.337897 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/PYTHON, infoCount=0, name=PYTHON, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.338223 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/MESSAGE, infoCount=0, name=MESSAGE, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.338680 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=22, errorCount=0, 
identity=logStats/AGENT, infoCount=0, name=AGENT, noticeCount=0, traceCount=0, 
type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.339012 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/POLICY, infoCount=0, name=POLICY, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.339390 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=48, localFreeListMax=32, 
totalAllocFromHeap=48, totalFreeToHeap=0, transferBatchSize=16, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_log_entry_t, typeSize=2112)
2017-08-02 18:00:51.339796 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/HTTP, infoCount=0, name=HTTP, noticeCount=0, traceCount=0, 
type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.340183 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_LS, infoCount=0, name=ROUTER_LS, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.340536 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_MA, infoCount=0, name=ROUTER_MA, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.340973 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/CONN_MGR, infoCount=0, name=CONN_MGR, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.341445 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_HELLO, infoCount=0, name=ROUTER_HELLO, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.341852 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/SERVER, infoCount=1, name=SERVER, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=1)
2017-08-02 18:00:51.342244 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/CONTAINER, infoCount=0, name=CONTAINER, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.342621 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER_CORE, infoCount=2, name=ROUTER_CORE, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.343067 +0000 AGENT (debug) Add entity: 
LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
identity=logStats/ROUTER, infoCount=1, name=ROUTER, noticeCount=0, 
traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
2017-08-02 18:00:51.343454 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_iterator_t, typeSize=160)
2017-08-02 18:00:51.344004 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_hash_item_t, typeSize=32)
2017-08-02 18:00:51.344583 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_node_t, typeSize=56)
2017-08-02 18:00:51.344997 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=128, localFreeListMax=128, 
totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_timer_t, typeSize=56)
2017-08-02 18:00:51.345439 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qdr_action_t, typeSize=160)
2017-08-02 18:00:51.345896 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
type=org.apache.qpid.dispatch.allocator, typeName=qdr_field_t, typeSize=40)
2017-08-02 18:00:51.346368 +0000 AGENT (debug) Add entity: 
AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
globalFreeListMax=0, heldByThreads=16, localFreeListMax=32, 
totalAllocFromHeap=16, totalFreeToHeap=0, transferBatchSize=16, 
type=org.apache.qpid.dispatch.allocator, typeName=qd_buffer_t, typeSize=536)
2017-08-02 18:00:51.346843 +0000 AGENT (info) Activating management agent on 
$_management_internal
2017-08-02 18:00:51.347337 +0000 POLICY (info) Policy configured 
maxConnections: 65535, policyDir: '', access rules enabled: 'false'
2017-08-02 18:00:51.347486 +0000 AGENT (debug) Add entity: 
PolicyEntity(defaultVhost=$default, enableVhostPolicy=False, 
maxConnections=65535, policyDir=, type=org.apache.qpid.dispatch.policy)
2017-08-02 18:00:51.347966 +0000 AGENT (debug) Add entity: 
ConsoleEntity(identity=console/0, name=console/0, 
type=org.apache.qpid.dispatch.console, wsport=5673)
2017-08-02 18:00:51.348521 +0000 ROUTER_CORE (info) In-process subscription 
M/$management
2017-08-02 18:00:51.348782 +0000 POLICY (info) Policy fallback defaultVhost is 
defined: '$default'
Test Case timer_tests.test_quiet: PASS
Test Case timer_tests.test_immediate: PASS
Test Case timer_tests.test_immediate_reschedule: PASS
Test Case timer_tests.test_immediate_plus_delayed: PASS
Test Case timer_tests.test_single: PASS
Test Case timer_tests.test_two_inorder: PASS
Test Case timer_tests.test_two_reverse: PASS
Test Case timer_tests.test_two_duplicate: PASS
Test Case timer_tests.test_separated: PASS
Test Case timer_tests.test_big: PASS
Test Case tool_tests.test_deq_basic: PASS
Test Case tool_tests.test_deq_basic2: PASS
Test Case tool_tests.test_deq_multi: PASS
Test Case tool_tests.test_bitmask: PASS
Test Case compose_tests.test_compose_list_of_maps: PASS
Test Case compose_tests.test_compose_nested_composites: PASS
Test Case compose_tests.test_compose_scalars: PASS
Test Case compose_tests.test_compose_subfields: PASS
Test Case alloc_tests.test_alloc_basic: PASS
Test Case policy_tests.test_link_name_lookup: PASS
2017-08-02 18:00:51.349865 +0000 ERROR (error) Value: No network host in 
failover item
Test Case failover_tests.test_failover_list_empty: PASS
Test Case failover_tests.test_failover_list_single: PASS
Test Case failover_tests.test_failover_list_multiple: PASS
2017-08-02 18:00:51.350097 +0000 ROUTER_CORE (info) Router Core thread exited
*** Error in `tests/unit_tests': corrupted size vs. prev_size: 
0x000055cf8cc41be0 ***
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 changed: 
replay divergence likely, but continuing anyway ...
[ERROR /build/rr-7gSJ0G/rr-4.5.0/src/TraceStream.cc:484:read_mapped_region() 
errno: SUCCESS] Metadata of /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 changed: 
replay divergence likely, but continuing anyway ...
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7fca4a0bcbcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7fca4a0c2f96]
/lib/x86_64-linux-gnu/libc.so.6(+0x77388)[0x7fca4a0c3388]
/lib/x86_64-linux-gnu/libc.so.6(+0x77ea8)[0x7fca4a0c3ea8]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x17171c)[0x7fca4a55c71c]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x17179b)[0x7fca4a55c79b]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x17179b)[0x7fca4a55c79b]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(_PyImport_Fini+0x1a)[0x7fca4a56a48a]
/lib/x86_64-linux-gnu/libpython2.7.so.1.0(Py_Finalize+0x103)[0x7fca4a51dd13]
/main/qpid-dispatch/build/src/libqpid-dispatch.so(qd_python_finalize+0x5c)[0x7fca4b430a5a]
/main/qpid-dispatch/build/src/libqpid-dispatch.so(qd_dispatch_free+0xfb)[0x7fca4b421d53]
tests/unit_tests(main+0x12f)[0x55cf8c430ec5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fca4a06c2b1]
tests/unit_tests(_start+0x2a)[0x55cf8c42ffda]
======= Memory map: ========
68000000-68200000 rwxp 00000000 00:00 0 
70000000-70001000 r-xp 00000000 fe:06 399491                             
/usr/lib/rr/rr_page_64
70001000-70002000 rw-s 00000000 fe:06 399652                             
/tmp/rr-shared-preload_thread_locals-4819-4 (deleted)
55cf8c42e000-55cf8c437000 r-xp 00000000 fe:06 537519                     
/main/qpid-dispatch/build/tests/unit_tests
55cf8c636000-55cf8c637000 r--p 00008000 fe:06 537519                     
/main/qpid-dispatch/build/tests/unit_tests
55cf8c637000-55cf8c638000 rw-p 00009000 fe:06 537519                     
/main/qpid-dispatch/build/tests/unit_tests
55cf8c9ac000-55cf8cd09000 rw-p 00000000 00:00 0                          [heap]
7fca40000000-7fca4003a000 rw-p 00000000 00:00 0 
7fca4003a000-7fca44000000 ---p 00000000 00:00 0 
7fca46dc7000-7fca46ddd000 r-xp 00000000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46ddd000-7fca46fdc000 ---p 00016000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46fdc000-7fca46fdd000 r--p 00015000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46fdd000-7fca46fde000 rw-p 00016000 fe:06 394148                     
/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fca46fde000-7fca46fdf000 ---p 00000000 00:00 0 
7fca46fdf000-7fca478df000 rw-p 00000000 00:00 0 
7fca478df000-7fca47b43000 r-xp 00000000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47b43000-7fca47d43000 ---p 00264000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47d43000-7fca47d61000 r--p 00264000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47d61000-7fca47d6f000 rw-p 00282000 fe:06 402097                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7fca47d6f000-7fca47d72000 rw-p 00000000 00:00 0 
7fca47d72000-7fca47dd4000 r-xp 00000000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47dd4000-7fca47fd4000 ---p 00062000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47fd4000-7fca47fd8000 r--p 00062000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47fd8000-7fca47fde000 rw-p 00066000 fe:06 402365                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
7fca47fde000-7fca47ff4000 r-xp 00000000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca47ff4000-7fca481f3000 ---p 00016000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca481f3000-7fca481f4000 r--p 00015000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca481f4000-7fca481f8000 rw-p 00016000 fe:06 401015                     
/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7fca481f8000-7fca48339000 rw-p 00000000 00:00 0 
7fca48339000-7fca4833c000 r-xp 00000000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4833c000-7fca4853b000 ---p 00003000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4853b000-7fca4853c000 r--p 00002000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4853c000-7fca4853d000 rw-p 00003000 fe:06 401011                     
/usr/lib/python2.7/lib-dynload/_lsprof.x86_64-linux-gnu.so
7fca4853d000-7fca486fd000 rw-p 00000000 00:00 0 
7fca486fd000-7fca4870d000 r-xp 00000000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4870d000-7fca4890c000 ---p 00010000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4890c000-7fca4890d000 r--p 0000f000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4890d000-7fca4890e000 rw-p 00010000 fe:06 401010                     
/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7fca4890e000-7fca4894e000 rw-p 00000000 00:00 0 
7fca4894e000-7fca48955000 r-xp 00000000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48955000-7fca48b55000 ---p 00007000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48b55000-7fca48b56000 r--p 00007000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48b56000-7fca48b57000 rw-p 00008000 fe:06 402140                     
/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fca48b57000-7fca48b77000 r-xp 00000000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48b77000-7fca48d76000 ---p 00020000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48d76000-7fca48d77000 r--p 0001f000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48d77000-7fca48d7b000 rw-p 00020000 fe:06 401003                     
/usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7fca48d7b000-7fca48dfb000 rw-p 00000000 00:00 0 
7fca48e2c000-7fca48e40000 r-xp 00000000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca48e40000-7fca4903f000 ---p 00014000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca4903f000-7fca49040000 r--p 00013000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca49040000-7fca49041000 rw-p 00014000 fe:06 399182                     
/usr/lib/x86_64-linux-gnu/libresolv-2.24.so
7fca49041000-7fca49043000 rw-p 00000000 00:00 0 
7fca49043000-7fca49146000 r-xp 00000000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49146000-7fca49345000 ---p 00103000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49345000-7fca49346000 r--p 00102000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49346000-7fca49347000 rw-p 00103000 fe:06 399170                     
/usr/lib/x86_64-linux-gnu/libm-2.24.so
7fca49347000-7fca49349000 r-xp 00000000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca49349000-7fca49548000 ---p 00002000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca49548000-7fca49549000 r--p 00001000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca49549000-7fca4954a000 rw-p 00002000 fe:06 399185                     
/usr/lib/x86_64-linux-gnu/libutil-2.24.so
7fca4954a000-7fca49563000 r-xp 00000000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49563000-7fca49762000 ---p 00019000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49762000-7fca49763000 r--p 00018000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49763000-7fca49764000 rw-p 00019000 fe:06 394235                     
/usr/lib/x86_64-linux-gnu/libz.so.1.2.8
7fca49764000-7fca4977e000 r-xp 00000000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4977e000-7fca4997d000 ---p 0001a000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4997d000-7fca4997e000 r--p 00019000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4997e000-7fca4997f000 rw-p 0001a000 fe:06 402348                     
/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7fca4997f000-7fca49bb4000 r-xp 00000000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49bb4000-7fca49db4000 ---p 00235000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49db4000-7fca49dd0000 r--p 00235000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49dd0000-7fca49ddf000 rw-p 00251000 fe:06 402096                     
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7fca49ddf000-7fca49de3000 rw-p 00000000 00:00 0 
7fca49de3000-7fca49e42000 r-xp 00000000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca49e42000-7fca4a042000 ---p 0005f000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca4a042000-7fca4a046000 r--p 0005f000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca4a046000-7fca4a04c000 rw-p 00063000 fe:06 402364                     
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7fca4a04c000-7fca4a1e1000 r-xp 00000000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a1e1000-7fca4a3e1000 ---p 00195000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a3e1000-7fca4a3e5000 r--p 00195000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a3e5000-7fca4a3e7000 rw-p 00199000 fe:06 399165                     
/usr/lib/x86_64-linux-gnu/libc-2.24.so
7fca4a3e7000-7fca4a3eb000 rw-p 00000000 00:00 0 
7fca4a3eb000-7fca4a6e0000 r-xp 00000000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a6e0000-7fca4a8e0000 ---p 002f5000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a8e0000-7fca4a8e2000 r--p 002f5000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a8e2000-7fca4a959000 rw-p 002f7000 fe:06 402328                     
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
7fca4a959000-7fca4a97d000 rw-p 00000000 00:00 0 
7fca4a97d000-7fca4a980000 r-xp 00000000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4a980000-7fca4ab7f000 ---p 00003000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4ab7f000-7fca4ab80000 r--p 00002000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4ab80000-7fca4ab81000 rw-p 00003000 fe:06 399169                     
/usr/lib/x86_64-linux-gnu/libdl-2.24.so
7fca4ab81000-7fca4ab88000 r-xp 00000000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ab88000-7fca4ad87000 ---p 00007000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ad87000-7fca4ad88000 r--p 00006000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ad88000-7fca4ad89000 rw-p 00007000 fe:06 399183                     
/usr/lib/x86_64-linux-gnu/librt-2.24.so
7fca4ad89000-7fca4ada1000 r-xp 00000000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4ada1000-7fca4afa0000 ---p 00018000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4afa0000-7fca4afa1000 r--p 00017000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4afa1000-7fca4afa2000 rw-p 00018000 fe:06 399181                     
/usr/lib/x86_64-linux-gnu/libpthread-2.24.so
7fca4afa2000-7fca4afa6000 rw-p 00000000 00:00 0 
7fca4afa6000-7fca4afb0000 r-xp 00000000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4afb0000-7fca4b1af000 ---p 0000a000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4b1af000-7fca4b1b0000 r--p 00009000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4b1b0000-7fca4b1b1000 rw-p 0000a000 fe:06 412296                     
/usr/lib/libqpid-proton-proactor.so.11.0.0
7fca4b1b1000-7fca4b1f9000 r-xp 00000000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b1f9000-7fca4b3f8000 ---p 00048000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b3f8000-7fca4b3fa000 r--p 00047000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b3fa000-7fca4b3fb000 rw-p 00049000 fe:06 412293                     
/usr/lib/libqpid-proton-core.so.11.0.0
7fca4b3fb000-7fca4b46d000 r-xp 00000000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b46d000-7fca4b66c000 ---p 00072000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b66c000-7fca4b66d000 r--p 00071000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b66d000-7fca4b672000 rw-p 00072000 fe:06 537438                     
/main/qpid-dispatch/build/src/libqpid-dispatch.so
7fca4b672000-7fca4b673000 rw-p 00000000 00:00 0 
7fca4b673000-7fca4b699000 r-xp 00000000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b699000-7fca4b898000 ---p 00026000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b898000-7fca4b899000 r--p 00025000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b899000-7fca4b89a000 rw-p 00026000 fe:06 399479                     
/usr/lib/rr/librrpreload.so
7fca4b89a000-7fca4b8a0000 rw-p 00000000 00:00 0 
7fca4b8a0000-7fca4b8c3000 r-xp 00000000 fe:06 399161                     
/usr/lib/x86_64-linux-gnu/ld-2.24.so
7fca4b8c4000-7fca4b8c5000 r-xp 00000000 00:00 0 
7fca4b8c6000-7fca4b8c7000 r-xp 00000000 00:00 0 
7fca4b8ef000-7fca4b9af000 rw-p 00000000 00:00 0 
7fca4b9af000-7fca4baaf000 rw-s 00000000 fe:06 399653                     
/tmp/rr-shared-syscallbuf.4819-4819-5 (deleted)
7fca4baaf000-7fca4bab8000 rw-p 00000000 00:00 0 
7fca4babe000-7fca4babf000 rw-p 00000000 00:00 0 
7fca4babf000-7fca4bac0000 rwxp 00000000 00:00 0 
7fca4bac0000-7fca4bac3000 rw-p 00000000 00:00 0 
7fca4bac3000-7fca4bac4000 r--p 00023000 fe:06 399161                     
/usr/lib/x86_64-linux-gnu/ld-2.24.so
7fca4bac4000-7fca4bac5000 rw-p 00024000 fe:06 399161                     
/usr/lib/x86_64-linux-gnu/ld-2.24.so
7fca4bac5000-7fca4bac6000 rw-p 00000000 00:00 0 
7ffd5ecda000-7ffd5ecfc000 rw-p 00000000 00:00 0                          [stack]
7ffd5ed1d000-7ffd5ed1f000 r-xp 00000000 00:00 0                          [vdso]
7ffd5ed20000-7ffd5ed21000 r-xp 00000000 00:00 0 
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  
[vsyscall]

Program received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(rr) 
{noformat}

> [unit-tests] SIGSEGV in qd_python_finalize
> ------------------------------------------
>
>                 Key: DISPATCH-782
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-782
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.0.0
>            Reporter: Jiri Danek
>         Attachments: 9.core, rr-4dd876.zip, rr.zip
>
>
> {noformat}
> commit 8d862beabd32bd22d4b315ff3a35bd937aa4b2a1
> Author: Andrew Stitcher <[email protected]>
> Date:   Fri May 26 16:16:18 2017 -0400
>     No-JIRA: really fix tox tests without breaking anything else!
> {noformat}
> {noformat}
> commit b1f09d5ea8101f40f3df4db5b4c5d2ee00e6ef7e
> Author: Alan Conway <[email protected]>
> Date:   Mon May 29 15:16:26 2017 -0400
>     DISPATCH-777: async-signal-safe shutdown of the reactor.
> {noformat}
> If repeatedly running the unit tests, eventually a SIGSEGV is raised.
> Reproducibility: the command below likely needs to be executed multiple times 
> for the error to appear.
> {noformat}
> ctest -VV -R unit_tests --repeat-until-fail 1000
> {noformat}
> {noformat}
> 9: Test command: /usr/bin/python "/main/qpid-dispatch/build/tests/run.py" 
> "-x" "unit_tests" "/main/qpid-dispatch/tests/threads4.conf"
> 9: Test timeout computed to be: 1500
> 9: 2017-05-30 13:23:52.630778 +0000 AGENT (debug) Add entity: 
> LogEntity(enable=debug+, identity=log/DEFAULT, module=DEFAULT, 
> name=log/DEFAULT, output=stderr, source=False, timestamp=True, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.631948 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/HTTP, module=HTTP, name=log/HTTP, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.632602 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/ROUTER_LS, module=ROUTER_LS, name=log/ROUTER_LS, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.633137 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/PYTHON, module=PYTHON, name=log/PYTHON, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.633712 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/ROUTER_MA, module=ROUTER_MA, name=log/ROUTER_MA, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.634201 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/CONN_MGR, module=CONN_MGR, name=log/CONN_MGR, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.634756 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/ROUTER_HELLO, module=ROUTER_HELLO, 
> name=log/ROUTER_HELLO, type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.635661 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/SERVER, module=SERVER, name=log/SERVER, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.636837 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/POLICY, module=POLICY, name=log/POLICY, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.637421 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/CONTAINER, module=CONTAINER, name=log/CONTAINER, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.637968 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/AGENT, module=AGENT, name=log/AGENT, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.638828 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/ERROR, module=ERROR, name=log/ERROR, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.640134 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/ROUTER_CORE, module=ROUTER_CORE, name=log/ROUTER_CORE, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.640886 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/ROUTER, module=ROUTER, name=log/ROUTER, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.641383 +0000 AGENT (debug) Add entity: 
> LogEntity(identity=log/MESSAGE, module=MESSAGE, name=log/MESSAGE, 
> type=org.apache.qpid.dispatch.log)
> 9: 2017-05-30 13:23:52.642008 +0000 AGENT (debug) Add entity: 
> ContainerEntity(containerName=00000000-0000-0000-0000-000000000000, 
> identity=container/00000000-0000-0000-0000-000000000000, 
> name=container/00000000-0000-0000-0000-000000000000, 
> type=org.apache.qpid.dispatch.container, workerThreads=4)
> 9: 2017-05-30 13:23:52.642676 +0000 AGENT (debug) Add entity: 
> RouterEntity(allowUnsettledMulticast=False, area=0, helloInterval=1, 
> helloMaxAge=3, id=QDR, mobileAddrMaxAge=60, mode=standalone, raInterval=30, 
> raIntervalFlux=4, remoteLsMaxAge=60, saslConfigName=qdrouterd, 
> type=org.apache.qpid.dispatch.router, workerThreads=4)
> 9: 2017-05-30 13:23:52.643339 +0000 SERVER (warning) HTTP support is not 
> available
> 9: 2017-05-30 13:23:52.643420 +0000 SERVER (info) Container Name: QDR
> 9: 2017-05-30 13:23:52.643591 +0000 ROUTER (info) Router started in 
> Standalone mode
> 9: 2017-05-30 13:23:52.643661 +0000 ROUTER_CORE (info) Allow Unsettled 
> Multicast: no
> 9: 2017-05-30 13:23:52.644000 +0000 ROUTER_CORE (info) Router Core thread 
> running. 0/QDR
> 9: 2017-05-30 13:23:52.644029 +0000 ROUTER_CORE (info) In-process 
> subscription M/$management
> 9: 2017-05-30 13:23:52.644201 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/DEFAULT, infoCount=0, name=DEFAULT, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.644799 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/ERROR, infoCount=0, name=ERROR, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.645380 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/PYTHON, infoCount=0, name=PYTHON, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.646276 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/MESSAGE, infoCount=0, name=MESSAGE, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.647332 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=22, errorCount=0, 
> identity=logStats/AGENT, infoCount=0, name=AGENT, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.647983 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/POLICY, infoCount=0, name=POLICY, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.648691 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=48, localFreeListMax=32, 
> totalAllocFromHeap=48, totalFreeToHeap=0, transferBatchSize=16, 
> type=org.apache.qpid.dispatch.allocator, typeName=qd_log_entry_t, 
> typeSize=2112)
> 9: 2017-05-30 13:23:52.649446 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/HTTP, infoCount=0, name=HTTP, noticeCount=0, traceCount=0, 
> type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.650160 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/ROUTER_LS, infoCount=0, name=ROUTER_LS, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.650867 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/ROUTER_MA, infoCount=0, name=ROUTER_MA, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.651620 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/CONN_MGR, infoCount=0, name=CONN_MGR, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.652387 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/ROUTER_HELLO, infoCount=0, name=ROUTER_HELLO, 
> noticeCount=0, traceCount=0, type=org.apache.qpid.dispatch.logStats, 
> warningCount=0)
> 9: 2017-05-30 13:23:52.653149 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/SERVER, infoCount=1, name=SERVER, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=1)
> 9: 2017-05-30 13:23:52.653915 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/CONTAINER, infoCount=0, name=CONTAINER, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.654681 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/ROUTER_CORE, infoCount=3, name=ROUTER_CORE, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.655493 +0000 AGENT (debug) Add entity: 
> LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0, 
> identity=logStats/ROUTER, infoCount=1, name=ROUTER, noticeCount=0, 
> traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> 9: 2017-05-30 13:23:52.656293 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
> totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
> type=org.apache.qpid.dispatch.allocator, typeName=qd_iterator_t, typeSize=160)
> 9: 2017-05-30 13:23:52.657078 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
> totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
> type=org.apache.qpid.dispatch.allocator, typeName=qd_hash_item_t, typeSize=32)
> 9: 2017-05-30 13:23:52.657633 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
> totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
> type=org.apache.qpid.dispatch.allocator, typeName=qd_node_t, typeSize=56)
> 9: 2017-05-30 13:23:52.658124 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=128, localFreeListMax=128, 
> totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64, 
> type=org.apache.qpid.dispatch.allocator, typeName=qd_timer_t, typeSize=56)
> 9: 2017-05-30 13:23:52.658608 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
> totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
> type=org.apache.qpid.dispatch.allocator, typeName=qdr_action_t, typeSize=160)
> 9: 2017-05-30 13:23:52.659356 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=64, localFreeListMax=128, 
> totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64, 
> type=org.apache.qpid.dispatch.allocator, typeName=qdr_field_t, typeSize=40)
> 9: 2017-05-30 13:23:52.659976 +0000 AGENT (debug) Add entity: 
> AllocatorEntity(batchesRebalancedToGlobal=0, batchesRebalancedToThreads=0, 
> globalFreeListMax=0, heldByThreads=16, localFreeListMax=32, 
> totalAllocFromHeap=16, totalFreeToHeap=0, transferBatchSize=16, 
> type=org.apache.qpid.dispatch.allocator, typeName=qd_buffer_t, typeSize=536)
> 9: 2017-05-30 13:23:52.660521 +0000 AGENT (info) Activating management agent 
> on $_management_internal
> 9: 2017-05-30 13:23:52.661007 +0000 POLICY (info) Policy configured 
> maxConnections: 65535, policyDir: '', access rules enabled: 'false'
> 9: 2017-05-30 13:23:52.661157 +0000 AGENT (debug) Add entity: 
> PolicyEntity(defaultVhost=$default, enableVhostPolicy=False, 
> maxConnections=65535, policyDir=, type=org.apache.qpid.dispatch.policy)
> 9: 2017-05-30 13:23:52.661710 +0000 AGENT (debug) Add entity: 
> ConsoleEntity(identity=console/0, name=console/0, 
> type=org.apache.qpid.dispatch.console, wsport=5673)
> 9: 2017-05-30 13:23:52.662275 +0000 POLICY (info) Policy fallback 
> defaultVhost is defined: '$default'
> 9: 2017-05-30 13:23:52.665409 +0000 ERROR (error) Value: No network host in 
> failover item
> 9: 2017-05-30 13:23:52.665557 +0000 ROUTER_CORE (info) Router Core thread 
> exited
> 9: Test Case timer_tests.test_quiet: PASS
> 9: Test Case timer_tests.test_immediate: PASS
> 9: Test Case timer_tests.test_immediate_reschedule: PASS
> 9: Test Case timer_tests.test_immediate_plus_delayed: PASS
> 9: Test Case timer_tests.test_single: PASS
> 9: Test Case timer_tests.test_two_inorder: PASS
> 9: Test Case timer_tests.test_two_reverse: PASS
> 9: Test Case timer_tests.test_two_duplicate: PASS
> 9: Test Case timer_tests.test_separated: PASS
> 9: Test Case timer_tests.test_big: PASS
> 9: Test Case tool_tests.test_deq_basic: PASS
> 9: Test Case tool_tests.test_deq_basic2: PASS
> 9: Test Case tool_tests.test_deq_multi: PASS
> 9: Test Case tool_tests.test_bitmask: PASS
> 9: Test Case compose_tests.test_compose_list_of_maps: PASS
> 9: Test Case compose_tests.test_compose_nested_composites: PASS
> 9: Test Case compose_tests.test_compose_scalars: PASS
> 9: Test Case compose_tests.test_compose_subfields: PASS
> 9: Test Case alloc_tests.test_alloc_basic: PASS
> 9: Test Case policy_tests.test_link_name_lookup: PASS
> 9: Test Case failover_tests.test_failover_list_empty: PASS
> 9: Test Case failover_tests.test_failover_list_single: PASS
> 9: Test Case failover_tests.test_failover_list_multiple: PASS
>       Test  #9: unit_tests ................................***Exception: 
> SegFault  0.28 sec
> {noformat}
> {noformat}
> root@357c0ab10383:/main/qpid-dispatch/build# gdb -c 
> /main/qpid-dispatch/build/tests/core tests/unit_tests
> GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
> Copyright (C) 2016 Free Software Foundation, Inc.
> [...]
> Reading symbols from tests/unit_tests...done.
> [New LWP 10094]
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> Core was generated by `unit_tests /main/qpid-dispatch/tests/threads4.conf'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0  malloc_consolidate (av=av@entry=0x7fa793e92b00 <main_arena>) at 
> malloc.c:4204
> 4204    malloc.c: No such file or directory.
> gdb) bt
> #0  malloc_consolidate (av=av@entry=0x7fa793e92b00 <main_arena>) at 
> malloc.c:4204
> #1  0x00007fa793b71df0 in _int_free (av=0x7fa793e92b00 <main_arena>, 
> p=0x5598d50b9310, have_lock=0) at malloc.c:4110
> #2  0x00007fa79400971c in dict_dealloc.lto_priv.401 (mp=0x7fa79210eb40) at 
> ../Objects/dictobject.c:1044
> #3  0x00007fa79400979b in dict_dealloc.lto_priv.401 (mp=0x7fa791dcd5c8) at 
> ../Objects/dictobject.c:1040
> #4  0x00007fa79400979b in dict_dealloc.lto_priv.401 (mp=0x7fa7953265c8) at 
> ../Objects/dictobject.c:1040
> #5  0x00007fa79401748a in _PyImport_Fini () at ../Python/import.c:272
> #6  0x00007fa793fcad13 in Py_Finalize () at ../Python/pythonrun.c:480
> #7  0x00007fa794ed9d08 in qd_python_finalize () at 
> /main/qpid-dispatch/src/python_embedded.c:69
> #8  0x00007fa794ecc3f8 in qd_dispatch_free (qd=0x5598d4e74010) at 
> /main/qpid-dispatch/src/dispatch.c:319
> #9  0x00005598d3b0aec5 in main (argc=2, argv=0x7ffec8808858) at 
> /main/qpid-dispatch/tests/run_unit_tests.c:63
> (gdb) 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to