Created
June 30, 2019 14:42
-
-
Save vmayoral/57ea38f9614cbfd1b5d7e93d92c15e13 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat gdbcmd1.out | |
Hardware assisted breakpoint 2 at 0x7ffff56f6030: calloc. (3 locations) | |
Type commands for breakpoint(s) 2, one per line. | |
End with a line saying just "end". | |
Hardware assisted breakpoint 3 at 0x7ffff6ef8d01 | |
Type commands for breakpoint(s) 3, one per line. | |
End with a line saying just "end". | |
Hardware assisted breakpoint 4 at 0x7ffff28bb3b0 (5 locations) | |
Type commands for breakpoint(s) 4, one per line. | |
End with a line saying just "end". | |
Continuing. | |
Warning: | |
Cannot insert hardware breakpoint 4. | |
Cannot insert hardware breakpoint 2. | |
Cannot insert hardware breakpoint 3. | |
Cannot insert hardware breakpoint 2. | |
Cannot insert hardware breakpoint 4. | |
Could not insert hardware breakpoints: | |
You may have requested too many hardware breakpoints/watchpoints. | |
Command aborted. | |
Num Type Disp Enb Address What | |
1 breakpoint keep y 0x00005555555d512b in main(int, char**) at /opt/ros2_asan_ws/install-asan/gtest_vendor/src/gtest_vendor/src/gtest_main.cc:34 | |
breakpoint already hit 1 time | |
2 hw breakpoint keep y <MULTIPLE> | |
set $callocsize = (unsigned long long) $rsi | |
continue | |
2.1 y 0x00007ffff56f6030 in __libc_calloc at malloc.c:3379 | |
2.2 y 0x00007ffff6ef8c74 <calloc+4> | |
2.3 y 0x00007ffff7df05e0 in calloc at dl-minimal.c:92 | |
3 hw breakpoint keep y 0x00007ffff6ef8d01 <calloc+145> | |
printf "calloc(%lld) = 0x%016llx\n", $callocsize, $rax | |
continue | |
4 hw breakpoint keep y <MULTIPLE> | |
printf "free(0x%016llx)\n", (unsigned long long) $rdi | |
continue | |
4.1 y 0x00007ffff28bb3b0 <asio::detail::object_pool<asio::detail::epoll_reactor::descriptor_state>::free(asio::detail::epoll_reactor::descriptor_state*)@plt> | |
4.2 y 0x00007ffff295fa27 in asio::detail::object_pool<asio::detail::epoll_reactor::descriptor_state>::free(asio::detail::epoll_reactor::descriptor_state*) at /usr/include/asio/detail/object_pool.hpp:102 | |
4.3 y 0x00007ffff56f3950 in __GI___libc_free at malloc.c:3086 | |
4.4 y 0x00007ffff6ef86f4 <free+4> | |
4.5 y 0x00007ffff7df0620 in free at dl-minimal.c:111 | |
Continuing. | |
Warning: | |
Cannot insert hardware breakpoint 3. | |
Could not insert hardware breakpoints: | |
You may have requested too many hardware breakpoints/watchpoints. | |
Command aborted. | |
Num Type Disp Enb Address What | |
2 hw breakpoint keep y <MULTIPLE> | |
set $callocsize = (unsigned long long) $rsi | |
continue | |
2.1 y 0x00007ffff56f6030 in __libc_calloc at malloc.c:3379 | |
2.2 y 0x00007ffff6ef8c74 <calloc+4> | |
2.3 n 0x00007ffff7df05e0 in calloc at dl-minimal.c:92 | |
3 hw breakpoint keep y 0x00007ffff6ef8d01 <calloc+145> | |
printf "calloc(%lld) = 0x%016llx\n", $callocsize, $rax | |
continue | |
4 hw breakpoint keep y <MULTIPLE> | |
printf "free(0x%016llx)\n", (unsigned long long) $rdi | |
continue | |
4.1 n 0x00007ffff28bb3b0 <asio::detail::object_pool<asio::detail::epoll_reactor::descriptor_state>::free(asio::detail::epoll_reactor::descriptor_state*)@plt> | |
4.2 n 0x00007ffff295fa27 in asio::detail::object_pool<asio::detail::epoll_reactor::descriptor_state>::free(asio::detail::epoll_reactor::descriptor_state*) at /usr/include/asio/detail/object_pool.hpp:102 | |
4.3 y 0x00007ffff56f3950 in __GI___libc_free at malloc.c:3086 | |
4.4 y 0x00007ffff6ef86f4 <free+4> | |
4.5 n 0x00007ffff7df0620 in free at dl-minimal.c:111 | |
Continuing. | |
Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(88) = 0x0000608000000120 | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000005480) | |
Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000000a80 | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000000c80) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000000080) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000001d60) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000001540) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000000310) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000001dc0) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000000a80) | |
Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000001480 | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000001880) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000000e80) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000001f40) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000016c0) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000004f0) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000001fa0) | |
Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000001480) | |
Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000000040 | |
[New Thread 0x7fffed2df700 (LWP 21132)] | |
[Switching to Thread 0x7fffed2df700 (LWP 21132)] | |
Thread 2 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000034810) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000001e80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000002480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000001c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000002180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000001840) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000005e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000021e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000001e80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000000200 | |
[New Thread 0x7fffecade700 (LWP 21133)] | |
[Switching to Thread 0x7fffecade700 (LWP 21133)] | |
Thread 3 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000036010) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000002880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000003080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000002a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000023c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000019c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000006d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000002420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000002880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000000580 | |
[New Thread 0x7fffec2dd700 (LWP 21134)] | |
[Switching to Thread 0x7fffec2dd700 (LWP 21134)] | |
Thread 4 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000037810) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000003280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000003c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000003880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000002600) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000001b40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000007c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000002660) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000003280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000000740 | |
[New Thread 0x7fffebadc700 (LWP 21135)] | |
[Switching to Thread 0x7fffebadc700 (LWP 21135)] | |
Thread 5 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000039010) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000000100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000001900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000003100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000004900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000006100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000007900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000009100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200000a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200000c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200000d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200000f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000010900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000012100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000013900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000015100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000016900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000018100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000019900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200001b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200001c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200001f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000021100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000022900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000024100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000025900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000027100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000003c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000004880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000004680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000002960) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000001fc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000008b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000029c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000003c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000028900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200002a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200002b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200002d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000030100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000031900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000033100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000034900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000036100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000037900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000039100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200003a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200003c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200003d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200003f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000040900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000042100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000043900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000045100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000046900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000048100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000049900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000000900 | |
[New Thread 0x7fffeb2db700 (LWP 21136)] | |
[Switching to Thread 0x7fffeb2db700 (LWP 21136)] | |
Thread 6 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060300003c010) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200004b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200004c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200004f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000051100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000052900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000054100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000055900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000057100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000058900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200005a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200005b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200005d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000060100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000061900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000063100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000064900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000066100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000067900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000069100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200006a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200006c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200006d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200006f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000070900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000072100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000073900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000075100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000076900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000078100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000079900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200007b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200007c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200007f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000081100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000082900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000084100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000085900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000087100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000088900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200008a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200008b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200008d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000090100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000091900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000093100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000094900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000096100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000097900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000099100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200009a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200009c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200009d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200009f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000a9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ab100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ac900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000af900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000b1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000b2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000b4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000b5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000b7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000b8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ba100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000bb900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000bd100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000c9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ca900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000cc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000cd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000cf100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000d9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000db100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000dc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000df900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000e1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000e2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000e4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000e5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000e7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000e8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ea100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000eb900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ed100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ee900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000de100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000be900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ae100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200008e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200007e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200005e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200004e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200002e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200001e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000f9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000fa900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000fc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000fd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220000ff100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000100900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000102100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000103900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000105100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000106900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000108100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000109900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200010b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200010c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200010f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000111100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000112900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000114100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000115900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000117100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000118900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200011a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200011b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200011d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000120100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000121900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000123100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000124900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000126100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000127900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000129100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200012a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200012c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200012d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200012f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000130900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000132100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000133900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000135100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000136900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000138100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000139900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200013b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200013c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200013f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000141100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000142900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000144100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000145900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000147100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000148900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200014a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200014b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200014d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000b40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000bf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000ca0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000d50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000e00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000eb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000000f60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001010 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000010c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001170 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001220 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000012d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001380 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001430 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000014e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001590 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001640 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000016f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000017a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001850 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000019b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001a60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001b10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001bc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001c70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001d20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001dd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001e80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001f30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000001fe0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002090 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002140 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000021f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000022a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002350 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002400 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000024b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002560 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002610 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000026c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002770 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002820 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000028d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002980 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002a30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002ae0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002b90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002c40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002cf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002da0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002e50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002f00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000002fb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003060 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003110 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000031c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003270 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003320 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000033d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003480 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003530 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000035e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003690 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003740 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000037f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000038a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003950 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003a00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003ab0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003b60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003c10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003cc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003d70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003e20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003ed0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000003f80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004030 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000040e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004190 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004240 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000042f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000043a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004450 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004500 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000045b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004660 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004710 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000047c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004870 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004920 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000049d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004a80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004b30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004be0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004c90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004d40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004df0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004ea0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000004f50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005000 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000050b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005160 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005210 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000052c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005370 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005420 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000054d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005580 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005630 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000056e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005790 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005840 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000058f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000059a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005a50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005b00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005bb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005c60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005d10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005dc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005e70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000005f20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006130 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000061e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006290 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006340 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000063f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000064a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006550 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006600 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000066b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006760 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006810 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000068c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006970 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006a20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006ad0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006b80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006c30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006ce0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006d90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006e40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006ef0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000006fa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007050 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000071b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007260 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007310 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000073c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007470 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007520 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000075d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007730 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000077e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007890 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007940 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000079f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007aa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007b50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007c00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007cb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007d60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007e10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007ec0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000007f70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008020 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000080d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008180 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008230 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000082e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008390 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008440 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000084f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000085a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008650 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008700 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000087b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008860 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008910 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000089c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008a70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008b20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008bd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008d30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008de0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008e90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008f40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000008ff0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000090a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009150 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009200 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000092b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009360 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009410 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000094c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009570 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009620 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000096d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009780 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009830 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000098e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009990 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009a40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009af0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009ba0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009c50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009d00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009db0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009e60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009f10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000009fc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a070 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a120 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a1d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a330 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a3e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a490 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a540 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a5f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a6a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a750 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a800 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a8b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000a960 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000aa10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000aac0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000ab70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000ac20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000acd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000ad80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000ae30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000aee0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000af90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000010000 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000100b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000010160 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000010210 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000102c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000010370 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000010420 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000000aa0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000000b10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000005a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000005d80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000006080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000006380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000006680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000006980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000006c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000006f80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000007280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000007580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000007880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000007b80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000007e80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000008180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000008480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000008780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000008a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000008d80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000009080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000009380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000009680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000009980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000009c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000616000009f80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000a280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000a580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000a880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000ab80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000ae80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000b180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000b480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000b780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000ba80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000bd80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000c080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000c380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000c680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000c980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000cc80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000cf80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000d280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000d580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000d880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000db80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000de80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000e180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000e480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000e780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000ea80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000ed80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000f080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000f380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061600000f680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000000020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000061a000000080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000061a000000680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(24) = 0x0000610000002640 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(24) = 0x0000608000001220 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1040) = 0x0000619000076280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1040) = 0x0000619000076780 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002a40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002b00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002bc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002d40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002e00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002ec0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000002f80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000003040 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000003280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000003340 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000003400 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000002310) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062600000c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310003fc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310003e8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310003d4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000003400) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310003c0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310003ac800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000398800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002a40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002b00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002bc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002d40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002e00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002ec0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000002f80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000003040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000003280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000003340) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000002490) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000044fe0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000611000004a00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000024b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000024d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000045010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000024f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000001980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000610000000240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006080000001a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(88) = 0x00006080000014a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000004680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000005480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000005480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000005e40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000022c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000015d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000005ea0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000004680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000005080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000006080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000006280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000002440) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000017b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000005080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000000e40 | |
[New Thread 0x7fffea6a6700 (LWP 21137)] | |
[Switching to Thread 0x7fffea6a6700 (LWP 21137)] | |
Thread 7 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000046000) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000005a80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000006c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000007080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009260) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000025c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000018a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000092c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000005a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000001000 | |
[New Thread 0x7fffe9ea5700 (LWP 21138)] | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000047800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000006480 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000007880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000007e80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000094a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000002740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000001990) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009500) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000006480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000001380 | |
[New Thread 0x7fffe96a4700 (LWP 21139)] | |
[Switching to Thread 0x7fffe96a4700 (LWP 21139)] | |
Thread 9 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000049000) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000006e80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000008480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000008c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000096e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000028c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000001a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000006e80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000001540 | |
[New Thread 0x7fffe8ea3700 (LWP 21140)] | |
[Switching to Thread 0x7fffe8ea3700 (LWP 21140)] | |
Thread 10 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060300004a800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000150100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000151900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000153100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000154900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000156100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000157900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000159100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200015a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200015c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200015d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200015f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000160900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000162100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000163900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000165100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000166900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000168100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000169900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200016b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200016c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200016f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000171100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000172900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000174100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000175900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000177100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000007880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000009080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000009a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009a40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000002d40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000001b70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000009aa0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000007880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000178900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200017a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200017b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200017d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000180100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000181900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000183100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000184900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000186100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000187900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000189100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200018a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200018c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200018d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200018f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000190900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000192100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000193900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000195100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000196900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000198100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000199900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200019b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200019c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200019f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001a1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001a2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001a4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001a5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001a7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001a8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001aa100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ab900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ad100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001b9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ba900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001bc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001bd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001bf100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001c9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001cb100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001cc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001cf900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001d1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001d2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001d4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001d5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001d7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001d8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001da100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001db900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001dd100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001de900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ce100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ae900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200019e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200017e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200016e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200014e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200013e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200011e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200010e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001e9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ea900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ec100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ed900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ef100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001f9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001fb100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001fc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001ff900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000201100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000202900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000204100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000205900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000207100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000208900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200020a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200020b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200020d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000210100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000211900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000213100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000214900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000216100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000217900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000219100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200021a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200021c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200021d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200021f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000220900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000222100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000223900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000225100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000226900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000228100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000229900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200022b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200022c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200022f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000231100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000232900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000234100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000235900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000237100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000238900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200023a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200023b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200023d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000240100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000241900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000243100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000244900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000246100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000247900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000249100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200024a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200024c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200024d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200024f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000250900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000252100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000253900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000255100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000256900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000258100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000259900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200025b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200025c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200025f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000261100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000262900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000264100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000265900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000267100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000268900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200026a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200026b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200026d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000270100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000271900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000273100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000274900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000276100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000277900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000279100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200027a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200027c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200027d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200027f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000280900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000282100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000283900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000285100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000286900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000288100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000289900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200028b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200028c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200028f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000291100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000292900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000294100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000295900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000297100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000298900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200029a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200029b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200029d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000011ce0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000011d90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000011e40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000011ef0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000011fa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012050 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000121b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012260 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012310 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000123c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012470 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012520 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000125d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012730 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000127e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012890 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012940 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000129f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012aa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012b50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012c00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012cb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012d60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012e10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012ec0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000012f70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013020 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000130d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013180 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013230 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000132e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013390 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013440 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000134f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000135a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013650 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013700 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000137b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013860 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013910 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000139c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013a70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013b20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013bd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013d30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013de0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013e90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013f40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000013ff0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000140a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014150 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014200 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000142b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014360 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014410 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000144c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014570 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014620 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000146d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014780 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014830 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000148e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014990 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014a40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014af0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014ba0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014c50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014d00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014db0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014e60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014f10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000014fc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015070 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015120 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000151d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015330 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000153e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015490 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015540 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000155f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000156a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015750 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015800 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000158b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015960 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015a10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015ac0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015b70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015c20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015cd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015d80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015e30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015ee0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000015f90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016040 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000160f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000161a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016250 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016300 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000163b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016460 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016510 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000165c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016670 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016720 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000167d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016930 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000169e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016a90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016b40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016bf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016ca0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016d50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016e00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016eb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000016f60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017010 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000170c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017220 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000172d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017380 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017430 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000174e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017590 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017640 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000176f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000177a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017850 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000179b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017a60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017b10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017bc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017c70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017d20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017dd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017e80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017f30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000017fe0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018090 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018140 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000181f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000182a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018350 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018400 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000184b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018560 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018610 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000186c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018770 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018820 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000188d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018980 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018a30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018ae0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018b90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018c40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018cf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018da0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018e50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018f00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000018fb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019060 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019110 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000191c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019270 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019320 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000193d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019480 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019530 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000195e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019690 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019740 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000197f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000198a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019950 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019a00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019ab0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019b60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019c10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019cc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019d70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019e20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019ed0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000019f80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a030 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a0e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a190 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a240 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a2f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a3a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a450 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a500 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a5b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a660 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a710 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a7c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a870 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a920 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001a9d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001aa80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ab30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001abe0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ac90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ad40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001adf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001aea0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001af50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b000 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b0b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b160 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b210 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b2c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b370 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b420 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b4d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b580 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b630 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b6e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b790 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b840 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b8f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001b9a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ba50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bb00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bbb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bc60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bd10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bdc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001be70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bf20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001bfd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c130 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c1e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c290 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c340 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c3f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c4a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c550 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001c600 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006070000019f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000001a60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c0000058c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005980 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005a40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005b00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005bc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005d40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005e00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000005ec0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c0000160c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000016180 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000016240 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003050) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000003b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(8) = 0x0000602000003290 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(56) = 0x000060600000af40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(8) = 0x00006020000032d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000053ad0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000032d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000af40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000032b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003290) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000022b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000022d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000604000002910) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ca8800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c30800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c94800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c1c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c80800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c08800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c6c800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000bf4800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c58800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000be0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000c44800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000bcc800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000384800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d20800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000370800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d0c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100035c800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000cf8800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006ef0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ce4800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000348800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000cd0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000334800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000cbc800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000320800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000870800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006fa0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100085c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007050) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000848800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007100) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000834800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000071b0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000820800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007260) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100080c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007310) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000073c0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000960800) | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000938800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007470) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000910800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007520) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000075d0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310008e8800) | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310008c0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007730) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000898800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000077e0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a50800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007890) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a3c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007940) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a28800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000079f0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a14800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007aa0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310009ec800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007b50) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310009c4800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007c00) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b40800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007cb0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b2c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007d60) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b18800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007e10) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b04800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007ec0) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000af0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000007f70) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000adc800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000080d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008230) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000082e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008390) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008440) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000084f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000085a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008650) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008700) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000087b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008860) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008910) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000089c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008a70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008b20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008bd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008d30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008de0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008e90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000008ff0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000090a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009150) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009200) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000092b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009360) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009410) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000094c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009570) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009620) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000096d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009830) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000098e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009990) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009a40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009af0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009ba0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009c50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009d00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009db0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009e60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009f10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000009fc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a070) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a120) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a1d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a330) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a3e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a490) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a540) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a5f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a6a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a750) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a8b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000a960) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000aa10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000aac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000ab70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000ac20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000acd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000ad80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000ae30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000aee0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000af90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000010000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000100b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000010160) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000010210) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000102c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000010370) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000010420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006130) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000061e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006290) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006340) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000063f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000064a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006550) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006600) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000066b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006760) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006810) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000068c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006970) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006a20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006ad0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006b80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006c30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006ce0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006d90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000006e40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000bb8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ba4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b90800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b7c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b68800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000b54800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100030c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310002f8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310002e4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000019b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310002d0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310002bc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310002a8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001a60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001b10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001bc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001c70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001d20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001dd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001e80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001f30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001fe0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002090) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002140) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000021f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000022a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002350) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002400) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000024b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002560) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002610) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000026c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002770) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002820) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000028d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002a30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002ae0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002b90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002c40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002cf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002da0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002e50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002f00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000002fb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003060) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003110) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000031c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003270) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003320) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000033d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003530) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000035e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003690) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000037f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000038a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003950) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003a00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003ab0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003b60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003c10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003cc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003d70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003e20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003ed0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000003f80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004030) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000040e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004190) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000042f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000043a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004450) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004500) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000045b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004660) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004710) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000047c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004870) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004920) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000049d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004b30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004be0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004c90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004d40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004df0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004ea0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000004f50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000050b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005160) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005210) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000052c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005370) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000054d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005630) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000056e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005790) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005840) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000058f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000059a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005a50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005b00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005bb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005c60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005d10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005dc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005e70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000005f20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000b40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000bf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000ca0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000d50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000e00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000eb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000f60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000010c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001170) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001220) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000012d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001430) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000014e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001590) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001640) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000016f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000017a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001850) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000001900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000626000003100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100021c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000208800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310001f4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200007e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310001e0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310001cc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310001b8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000db100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000dc900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000df900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000e1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000e2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000e4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000e5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000e7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000e8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ea100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000eb900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ed100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ee900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000de100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000be900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ae100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200008e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a00800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310009d8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310009b0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100099c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000988800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000974800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000109900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200010b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200010c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200010f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000111100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000112900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000114100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000115900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000117100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000118900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200011a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200011b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200011d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000120100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000121900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000123100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000124900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000126100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000127900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000129100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200012a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000294800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000280800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100026c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200014d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000258800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000244800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000230800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200012c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200012d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200012f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000130900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000132100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000133900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000135100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000136900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000138100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000139900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200013b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200013c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200013f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000141100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000142900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000144100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000145900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000147100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000148900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200014a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200014b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ac8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ab4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000aa0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a8c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a78800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000a64800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200005e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200004e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200002e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200001e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000f9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000fa900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000fc100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000fd900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ff100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000100900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000102100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000103900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000105100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000106900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000108100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310007f8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310007e4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310007d0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310007bc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310007a8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000794800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000091900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000093100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000094900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000096100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000097900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000099100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200009a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200009c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200009d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200009f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000a9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ab100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ac900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000af900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000b1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100094c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000924800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310008fc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310008d4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310008ac800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000884800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200006f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000070900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000072100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000073900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000075100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000076900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000078100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000079900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200007b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200007c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200007f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000081100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000082900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000084100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000085900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000087100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000088900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200008a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200008b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200008d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000090100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100012c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000118800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000104800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200006d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310000f0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310000dc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310000c8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200004b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200004c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200004f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000051100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000052900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000054100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000055900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000057100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000058900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200005a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200005b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200005d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000060100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000061900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000063100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000064900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000066100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000067900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000069100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200006a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200006c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310001a4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000190800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100017c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000168800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000154800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000140800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000b2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000b4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000b5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000b7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000b8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ba100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000bb900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000bd100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000c9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000ca900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000cc100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000cd900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000cf100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220000d2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000049900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310000b4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310000a0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100008c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000028900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200002a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200002b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200002d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000030100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000031900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000033100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000034900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000036100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000037900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000039100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200003a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200003c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200003d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200003f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000040900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000042100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000043900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000045100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000046900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000048100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000000100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000001900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000003100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000004900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000006100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000007900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000009100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200000a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200000c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200000d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200000f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000010900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000012100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000013900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000015100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000016900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000018100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000019900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200001b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200001c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200001f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000021100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000022900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000024100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000025900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000027100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000626000000100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000028800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000050800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000078800) | |
[Switching to Thread 0x7fffecade700 (LWP 21133)] | |
Thread 3 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffecade700 (LWP 21133) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000014800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21134)] | |
Thread 4 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffec2dd700 (LWP 21134) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100003c800) | |
[Switching to Thread 0x7fffebadc700 (LWP 21135)] | |
Thread 5 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffebadc700 (LWP 21135) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000064800) | |
[Switching to Thread 0x7fffed2df700 (LWP 21132)] | |
Thread 2 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffed2df700 (LWP 21132) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000003c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000022f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000001770) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000001750) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000005c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000608000001ca0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000053980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003250) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003270) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000610000003f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062600001b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d98800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d84800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d70800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000016240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d5c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d48800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000d34800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c0000058c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005a40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005b00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005bc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005d40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005e00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000005ec0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c0000160c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000016180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000031d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000053920) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000611000010440) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000031f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003210) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000053950) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000002ff0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000604000007b90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000780800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100076c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000758800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018090) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000744800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000730800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100071c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018140) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000181f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000182a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018350) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018400) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000184b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018560) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018610) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000186c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018770) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018820) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000188d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018a30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018ae0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018b90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018c40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018cf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018da0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018e50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018f00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000018fb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019060) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019110) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000191c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019270) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019320) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000193d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019530) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000195e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019690) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000197f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000198a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019950) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019a00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019ab0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019b60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019c10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019cc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019d70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019e20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019ed0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000019f80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a030) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a0e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a190) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a2f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a3a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a450) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a500) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a5b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a660) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a710) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a7c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a870) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a920) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001a9d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001aa80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ab30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001abe0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ac90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ad40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001adf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001aea0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001af50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b0b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b160) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b210) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b2c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b370) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b4d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b630) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b6e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b790) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b840) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b8f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001b9a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ba50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bb00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bbb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bc60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bd10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bdc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001be70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bf20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001bfd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c130) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c1e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c290) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c340) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c3f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c4a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c550) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001c600) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017220) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000172d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017430) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000174e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017590) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017640) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000176f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000177a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017850) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000179b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017a60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017b10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017bc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017c70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017d20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017dd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017e80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017f30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017fe0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000708800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310006f4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310006e0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012b50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310006cc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310006b8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310006a4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012c00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012cb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012d60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012e10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012ec0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012f70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000130d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013230) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000132e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013390) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013440) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000134f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000135a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013650) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013700) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000137b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013860) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013910) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000139c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013a70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013b20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013bd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013d30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013de0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013e90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000013ff0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000140a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014150) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014200) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000142b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014360) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014410) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000144c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014570) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014620) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000146d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014830) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000148e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014990) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014a40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014af0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014ba0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014c50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014d00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014db0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014e60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014f10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000014fc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015070) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015120) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000151d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015330) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000153e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015490) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015540) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000155f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000156a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015750) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000158b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015960) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015a10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015ac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015b70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015c20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015cd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015d80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015e30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015ee0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000015f90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000160f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000161a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016250) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016300) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000163b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016460) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016510) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000165c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016670) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016720) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000167d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016930) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000169e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016a90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016b40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016bf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016ca0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016d50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016e00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016eb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000016f60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000017010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000170c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011ce0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011d90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011e40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011ef0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011fa0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012050) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000121b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012260) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012310) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000123c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012470) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012520) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000125d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012730) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000127e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012890) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012940) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000129f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000012aa0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000626000012100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000618800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000604800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310005f0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000237100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310005dc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310005c8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310005b4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000216100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000217900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000219100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200021a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200021c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200021d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200021f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000220900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000222100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000223900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000225100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000226900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000228100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000229900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200022b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200022c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200022f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000231100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000232900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000234100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000235900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000259900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200025b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200025c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200025f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000261100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000262900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000264100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000265900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000267100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000268900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200026a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200026b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200026d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000270100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000271900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000273100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000274900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000276100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000277900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000279100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200027a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000690800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100067c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000668800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200029d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000654800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000640800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100062c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200027c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200027d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200027f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000280900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000282100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000283900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000285100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000286900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000288100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000289900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200028b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200028c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200028f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000291100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000292900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000294100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000295900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000297100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000298900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200029a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200029b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000238900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200023a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200023b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200023d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000240100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000241900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000243100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000244900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000246100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000247900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000249100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200024a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200024c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200024d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200024f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000250900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000252100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000253900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000255100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000256900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000258100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ce100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ae900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200019e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200017e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200016e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200014e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200013e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200011e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200010e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001e9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ea900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ec100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ed900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ef100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001bf100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001c9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001cb100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001cc900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001cf900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001d1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001d2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001d4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001d5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001d7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001d8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001da100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001db900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001dd100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001de900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000528800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000514800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000500800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001bd900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310004ec800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310004d8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310004c4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200019b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200019c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200019f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001a1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001a2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001a4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001a5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001a7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001a8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001aa100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ab900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ad100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001b9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ba900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001bc100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310005a0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100058c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000578800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000214900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000564800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000550800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100053c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001f9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001fb100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001fc900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001ff900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000201100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000202900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000204100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000205900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000207100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000208900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200020a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200020b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200020d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000210100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000211900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000213100) | |
[Switching to Thread 0x7fffeb2db700 (LWP 21136)] | |
Thread 6 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffeb2db700 (LWP 21136) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000613000000200) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000199900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310004b0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100049c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000488800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000178900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200017a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200017b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200017d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000180100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000181900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000183100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000184900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000186100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000187900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000189100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200018a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200018c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200018d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200018f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000190900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000192100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000193900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000195100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000196900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000198100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000150100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000151900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000153100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000154900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000156100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000157900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000159100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200015a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200015c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200015d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200015f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000160900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000162100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000163900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000165100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000166900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000168100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000169900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200016b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200016c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200016f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000171100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000172900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000174100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000175900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000177100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062600000f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000424800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100044c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000474800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21138)] | |
Thread 8 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffe9ea5700 (LWP 21138) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000613000000580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000410800) | |
[Switching to Thread 0x7fffe96a4700 (LWP 21139)] | |
Thread 9 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffe96a4700 (LWP 21139) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000613000000740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000438800) | |
[Switching to Thread 0x7fffe8ea3700 (LWP 21140)] | |
Thread 10 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffe8ea3700 (LWP 21140) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000613000000040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000460800) | |
[Switching to Thread 0x7fffea6a6700 (LWP 21137)] | |
Thread 7 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffea6a6700 (LWP 21137) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000613000000900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000ad60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003030) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000002530) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006030000452b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011810) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003230) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000001de0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000610000002740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000608000001520) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000011760) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000116b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006080000014a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000510) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000000460) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000608000000120) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(88) = 0x0000608000002120 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000008280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000009c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000a880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b0c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000002ec0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000001e40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b120) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000008280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000008c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000a880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000b680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b2a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b300) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000008c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[New Thread 0x7fffea6a6700 (LWP 21141)] | |
[Switching to Thread 0x7fffea6a6700 (LWP 21141)] | |
Thread 11 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000046030) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d000009680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000b480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000c480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b4e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000031c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002110) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b540) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d000009680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[New Thread 0x7fffe8ea3700 (LWP 21142)] | |
[Switching to Thread 0x7fffe8ea3700 (LWP 21142)] | |
Thread 12 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060300004a860) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000a080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000c080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000d280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b720) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003340) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002200) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000a080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[New Thread 0x7fffe96a4700 (LWP 21143)] | |
[Switching to Thread 0x7fffe96a4700 (LWP 21143)] | |
Thread 13 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000049090) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000aa80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000cc80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000e080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b960) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000034c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000022f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000b9c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000aa80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[New Thread 0x7fffe9ea5700 (LWP 21144)] | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21144)] | |
Thread 14 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060300003d180) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002a9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002aa900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ac100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ad900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002af100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002b9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002bb100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002bc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002bf900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002c1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002c2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002c4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002c5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002c7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000b480 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000d880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000ee80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000bcc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003940) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000023e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060600000bd20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000b480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002c8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ca100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002cb900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002cd100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ce900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002be100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200029e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200028e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200026e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200025e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200023e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200022e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200020e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220001fe100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002d9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002da900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000001c40 | |
[New Thread 0x7fffed2df700 (LWP 21145)] | |
[Switching to Thread 0x7fffed2df700 (LWP 21145)] | |
Thread 15 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006030000359b0) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002dc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002dd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002df100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002e9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002eb100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ec900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ef900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002f1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002f2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002f4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002f5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002f7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002f8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002fa100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002fb900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002fd100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000300100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000301900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000303100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000304900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000306100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000307900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000309100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200030a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200030c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200030d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200030f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000310900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000312100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000313900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000315100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000316900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000318100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000319900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200031b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200031c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200031f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000321100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000322900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000324100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000325900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000327100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000328900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200032a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200032b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200032d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000330100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000331900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000333100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000334900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000336100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000337900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000339100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200033a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200033c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200033d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200033f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000340900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000342100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000343900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000345100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000346900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000348100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000349900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200034b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200034c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200034f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000351100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000352900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000354100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000355900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000357100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000358900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200035a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200035b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200035d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000360100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000361900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000363100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000364900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000366100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000367900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000369100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200036a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200036c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200036d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200036f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000370900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000372100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000373900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000375100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000376900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000378100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000379900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200037b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200037c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200037f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000381100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000382900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000384100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000385900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000387100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000388900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200038a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200038b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200038d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000390100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000391900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000393100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000394900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000396100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000397900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000399100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200039a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200039c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200039d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200039f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003a9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ab100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ac900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003af900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003b1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003b2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003b4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003b5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003b7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003b8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ba100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003bb900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003bd100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003be900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ae100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200038e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200037e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200035e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200034e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200032e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200031e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002fe900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220002ee100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003c9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ca900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003cc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003cd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003cf100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003d9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003db100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003dc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d1b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d260 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d310 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d3c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d470 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d520 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d5d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d730 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d7e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d890 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d940 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001d9f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001daa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001db50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001dc00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001dcb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001dd60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001de10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001dec0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001df70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e020 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e0d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e180 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e230 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e2e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e390 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e440 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e4f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e5a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e650 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e700 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e7b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e860 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e910 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001e9c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ea70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001eb20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ebd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ec80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ed30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ede0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ee90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ef40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001eff0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f0a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f150 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f200 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f2b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f360 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f410 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f4c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f570 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f620 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f6d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f780 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f830 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f8e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001f990 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001fa40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001faf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001fba0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001fc50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001fd00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001fdb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001fe60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00001ff10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b040 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b0f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b1a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b250 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b300 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b3b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b460 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b510 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b5c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b670 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b720 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b7d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020070 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020120 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000201d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020330 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000203e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020490 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020540 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000205f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000206a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020750 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020800 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000208b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020960 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020a10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020ac0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020b70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020c20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020cd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020d80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020e30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020ee0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000020f90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021040 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000210f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000211a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021250 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021300 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000213b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021460 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021510 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000215c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021670 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021720 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000217d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021930 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000219e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021a90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021b40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021bf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021ca0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021d50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021eb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000021f60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022010 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000220c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022170 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022220 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000222d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022380 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022430 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000224e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022590 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022640 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000226f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000227a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022850 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000229b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022a60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022b10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022bc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022c70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022d20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022dd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022e80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022f30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000022fe0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023090 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023140 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000231f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000232a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023350 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023400 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000234b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023560 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023610 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000236c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023770 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023820 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000238d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023980 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023a30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023ae0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023b90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023c40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023cf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023da0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023e50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023f00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000023fb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024060 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024110 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000241c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024270 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024320 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000243d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024480 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024530 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000245e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024690 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024740 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000247f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000248a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024950 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024a00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024ab0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024b60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024c10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024cc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024d70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024e20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024ed0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000024f80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025030 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000250e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025190 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025240 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000252f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000253a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025450 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025500 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000255b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025660 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025710 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000257c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025870 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025920 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000259d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025a80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025b30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025be0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025c90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025d40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025df0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025ea0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000025f50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026000 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000260b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026160 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026210 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000262c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026370 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026420 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000264d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026580 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026630 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000266e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026790 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026840 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000268f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000269a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026a50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026b00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026bb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026c60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026d10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026dc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026e70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026f20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000026fd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027130 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000271e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027290 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006070000020f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000002160) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018700 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c0000187c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018940 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018a00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018ac0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018b80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018c40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018d00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000018f40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c000019000 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c0000190c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003f70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062600002d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001194800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001180800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100116c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c0000190c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001158800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001144800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001130800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018700) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c0000187c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018940) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018a00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018ac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018b80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018c40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018d00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000018f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c000019000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000006770) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000062650) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000611000014f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000006790) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000067b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000062680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000067d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006070000024e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000610000004140) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006080000021a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(88) = 0x0000608000002820 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000be80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000e480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f00000fc80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000111e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003ac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f0000026b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000be80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000c880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000f080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000010a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000113c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003c40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002890) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000c880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000001fc0 | |
[New Thread 0x7fffecade700 (LWP 21146)] | |
[Switching to Thread 0x7fffecade700 (LWP 21146)] | |
Thread 16 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000063010) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000d280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e00000fc80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000011880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011600) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003dc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011660) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000d280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000002180 | |
[New Thread 0x7fffec2dd700 (LWP 21147)] | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000064810) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000dc80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000010880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000012680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011840) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000003f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002a70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006060000118a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000dc80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x0000613000002500 | |
[New Thread 0x7fffebadc700 (LWP 21148)] | |
[Switching to Thread 0x7fffebadc700 (LWP 21148)] | |
Thread 18 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000066010) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000e680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000011480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000013480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006120000040c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002b60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011ae0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000e680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(16) = 0x00006130000026c0 | |
[New Thread 0x7fffeb2db700 (LWP 21149)] | |
[Switching to Thread 0x7fffeb2db700 (LWP 21149)] | |
Thread 19 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000069010) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003df900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003e1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003e2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003e4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003e5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003e7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003e8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ea100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003eb900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ed100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003f9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003fa900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003fc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003fd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ff100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000400900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000402100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000403900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000405100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000406900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(2040) = 0x000061d00000f080 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061e000012080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061f000014280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011de0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000612000004540) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060f000002c50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011e40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000061d00000f080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000408100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000409900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200040b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200040c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200040f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000411100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000412900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000414100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000415900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000417100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000418900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200041a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200041b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200041d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000420100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000421900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000423100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000424900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000426100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000427900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000429100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200042a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200042c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200042d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200042f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000430900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000432100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000433900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000435100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000436900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000438100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000439900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200043b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200043c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200043f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000441100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000442900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000444100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000445900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000447100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000448900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200044a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200044b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200044d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000450100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000451900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000453100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000454900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000456100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000457900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000459100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200045a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200045c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200045d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200045f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000460900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000462100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000463900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000465100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000466900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000468100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000469900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200046b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200046c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200046f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000471100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000472900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000474100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000475900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000477100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000478900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200047a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200047b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200047d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000480100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000481900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000483100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000484900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000486100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000487900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000489100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200048a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200048c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200048d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200048f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000490900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000492100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000493900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000495100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000496900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000498100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000499900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200049b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200049c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200049f900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004a1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004a2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004a4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004a5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004a7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004a8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004aa100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ab900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ad100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ae900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200049e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200047e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200046e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200044e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200043e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200041e900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200040e100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003ee900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220003de100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004b9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ba900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004bc100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004bd900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004bf100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004c9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004cb100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004cc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004cf900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004d1100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004d2900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004d4100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004d5900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004d7100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004d8900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004da100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004db900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004dd100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e0100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e1900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e3100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e4900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e6100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e7900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004e9100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ea900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ec100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ed900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ef100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f0900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f2100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f3900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f5100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f6900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f8100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004f9900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004fb100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004fc900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x00006220004ff900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000501100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000502900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000504100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000505900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000507100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000508900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200050a100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200050b900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200050d100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000510100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000511900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000513100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000514900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000516100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000517900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000519100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200051a900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200051c100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200051d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200051f100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000520900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000522100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000523900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000525100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000526900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000528100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x0000622000529900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200052b100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000062200052c900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027ad0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027b80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027c30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027ce0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027d90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027e40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027ef0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000027fa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028050 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028100 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000281b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028260 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028310 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000283c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028470 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028520 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000285d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028680 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028730 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000287e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028890 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028940 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000289f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028aa0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028b50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028c00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028cb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028d60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028e10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028ec0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000028f70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029020 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000290d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029180 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029230 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000292e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029390 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029440 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000294f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000295a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029650 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029700 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000297b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029860 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029910 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000299c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029a70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029b20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029bd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029c80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029d30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029de0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029e90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029f40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000029ff0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a0a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a150 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a200 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a2b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a360 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a410 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a4c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a570 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a620 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a6d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a780 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a830 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a8e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002a990 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002aa40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002aaf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002aba0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ac50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ad00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002adb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ae60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002af10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002afc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b070 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b120 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b1d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b280 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b330 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b3e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b490 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b540 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b5f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b6a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b750 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b800 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b8b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002b960 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ba10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bac0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bb70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bc20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bcd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bd80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002be30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bee0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002bf90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c040 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c0f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c1a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c250 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c300 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c3b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c460 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c510 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c5c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c670 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c720 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c7d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c930 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002c9e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ca90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002cb40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002cbf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002cca0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002cd50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ce00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ceb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d010 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d0c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d170 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d220 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d2d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d380 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d430 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d4e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d590 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d640 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d6f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d7a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d850 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d900 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002d9b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002da60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002db10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002dbc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002dc70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002dd20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ddd0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002de80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002df30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002dfe0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e090 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e140 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e1f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e2a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e350 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e400 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e4b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e560 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e610 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e6c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e770 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e820 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e8d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002e980 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ea30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002eae0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002eb90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ec40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ecf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002eda0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ee50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ef00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002efb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f060 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f110 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f1c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f270 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f320 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f3d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f480 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f530 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f5e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f690 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f740 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f7f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f8a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002f950 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fa00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fab0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fb60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fc10 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fcc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fd70 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fe20 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002fed0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00002ff80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b930 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000b9e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000ba90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000bb40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000bbf0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000bca0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000bd50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000be00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000beb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000bf60 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b00000c010 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030030 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000300e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030190 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030240 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000302f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000303a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030450 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030500 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000305b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030660 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030710 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000307c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030870 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030920 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000309d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030a80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030b30 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030be0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030c90 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030d40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030df0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030ea0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000030f50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031000 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000310b0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031160 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031210 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000312c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031370 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031420 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000314d0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031580 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031630 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000316e0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031790 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031840 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000318f0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b0000319a0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031a50 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031b00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060b000031bb0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000607000002550) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006070000025c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001b580 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001b640 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001b700 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001b7c0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001b880 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001b940 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001ba00 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001bac0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001bb80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001bdc0 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001be80 | |
Thread 1 "test_graph__rmw" hit Breakpoint 2, 0x00007ffff6ef8c74 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
Thread 1 "test_graph__rmw" hit Breakpoint 3, 0x00007ffff6ef8d01 in calloc () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
calloc(1) = 0x000060c00001bf40 | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000053f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ca20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003f10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003f30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060400000ad90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001950800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a40800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100193c800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a2c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001928800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a18800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001914800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a04800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001900800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310019f0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310018ec800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310019dc800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100111c800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001ab8800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001108800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001aa4800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310010f4800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a90800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022d20) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a7c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310010e0800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a68800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310010cc800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001a54800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310010b8800) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001680800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022dd0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100166c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022e80) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001658800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022f30) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001644800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022fe0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001630800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023090) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001608800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023140) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001770800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000231f0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100175c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000232a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023350) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001748800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023400) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001734800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000234b0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001720800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023560) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100170c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023610) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310018d8800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000236c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023770) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310018c4800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023820) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310018b0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000238d0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001824800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023980) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001810800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023a30) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310017fc800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023ae0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310019c8800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023b90) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310019b4800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023c40) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310019a0800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023cf0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100198c800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023da0) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001978800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023e50) | |
[Switching to Thread 0x7fffec2dd700 (LWP 21147)] | |
Thread 17 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001964800) | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023f00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000023fb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024060) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024110) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000241c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024270) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024320) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000243d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024530) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000245e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024690) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000247f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000248a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024950) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024a00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024ab0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024b60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024c10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024cc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024d70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024e20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024ed0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000024f80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025030) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000250e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025190) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000252f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000253a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025450) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025500) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000255b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025660) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025710) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000257c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025870) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025920) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000259d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025b30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025be0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025c90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025d40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025df0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025ea0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000025f50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000260b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026160) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026210) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000262c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026370) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000264d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026630) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000266e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026790) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026840) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000268f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000269a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026a50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026b00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026bb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026c60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026d10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026dc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026e70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026f20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000026fd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000027080) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000027130) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000271e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000027290) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021eb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021f60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000220c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022170) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022220) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000222d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022430) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000224e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022590) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022640) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000226f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000227a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022850) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000229b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022a60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022b10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022bc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000022c70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100189c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001888800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001874800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001860800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100184c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001838800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310010a4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001090800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100107c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001df70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001068800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001054800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001040800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e0d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e230) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e2e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e390) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e440) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e4f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e5a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e650) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e700) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e7b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e860) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e910) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001e9c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ea70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001eb20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ebd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ec80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ed30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ede0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ee90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ef40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001eff0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f0a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f150) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f200) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f2b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f360) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f410) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f4c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f570) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f620) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f6d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f830) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f8e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001f990) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001fa40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001faf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001fba0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001fc50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001fd00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001fdb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001fe60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001ff10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b0f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b1a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b250) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b300) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b3b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b460) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b510) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b5c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b670) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b720) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b7d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020070) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020120) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000201d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020330) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000203e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020490) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020540) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000205f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000206a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020750) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000208b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020960) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020a10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020ac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020b70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020c20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020cd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020d80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020e30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020ee0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000020f90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000210f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000211a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021250) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021300) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000213b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021460) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021510) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000215c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021670) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021720) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000217d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021930) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000219e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021a90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021b40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021bf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021ca0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000021d50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d1b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d260) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d310) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d3c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d470) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d520) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d5d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d680) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d730) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d7e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d890) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d940) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001d9f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001daa0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001db50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001dc00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001dcb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001dd60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001de10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001dec0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000626000024100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000fb4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000fa0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f8c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000387100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f78800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f64800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f50800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000366100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000367900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000369100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200036a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200036c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200036d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200036f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000370900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000372100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000373900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000375100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000376900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000378100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000379900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200037b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200037c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200037f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000381100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000382900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000384100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000385900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310016f8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310016e4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310016d0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310016bc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310016a8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001694800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003ab100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003ac900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003af900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003b1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003b2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003b4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003b5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003b7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003b8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003ba100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003bb900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003bd100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003be900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003ae100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200038e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200037e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200035e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200034e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200032e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200031e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100102c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001018800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001004800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003dc900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ff0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000fdc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000fc8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002fe900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ee100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003c9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003ca900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003cc100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003cd900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003cf100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003d9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003db100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310017e8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310017d4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310017c0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310017ac800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001798800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001784800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000388900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200038a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200038b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200038d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000390100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000391900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000393100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000394900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000396100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000397900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000399100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200039a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200039c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200039d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200039f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220003a8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001590800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100157c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001568800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001554800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001540800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100152c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000321100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000322900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000324100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000325900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000327100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000328900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200032a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200032b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200032d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000330100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000331900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000333100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000334900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000336100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000337900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000339100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200033a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200033c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200033d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200033f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000340900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100161c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310015f4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310015e0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310015cc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310015b8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310015a4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000300100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000301900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000303100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000304900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000306100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000307900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000309100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200030a900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200030c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200030d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200030f100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000310900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000312100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000313900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000315100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000316900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000318100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000319900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200031b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200031c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200031f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ec4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000eb0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e9c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002fd100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e88800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e74800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e60800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002dc100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002dd900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002df100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002e9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002eb100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ec900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ef900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002f1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002f2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002f4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002f5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002f7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002f8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002fa100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002fb900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f3c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f28800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f14800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000364900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000f00800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000eec800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000ed8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000342100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000343900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000345100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000346900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000348100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000349900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200034b100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200034c900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200034f900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000351100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000352900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000354100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000355900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000357100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000358900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200035a100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200035b900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200035d100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000360100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000361900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000622000363100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002da900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e4c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e38800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e24800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002c8900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ca100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002cb900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002cd100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ce900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002be100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200029e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200028e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200026e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200025e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200023e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200022e100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062200020e900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220001fe100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002d9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a0100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a1900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a3100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a4900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a6100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a7900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002a9100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002aa900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ac100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002ad900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002af100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b0900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b2100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b3900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b5100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b6900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b8100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002b9900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002bb100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002bc900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002bf900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002c1100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002c2900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002c4100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002c5900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006220002c7100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000626000021100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000dc0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000de8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000e10800) | |
[Switching to Thread 0x7fffe8ea3700 (LWP 21142)] | |
Thread 12 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffe8ea3700 (LWP 21142) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000dac800) | |
[Switching to Thread 0x7fffe96a4700 (LWP 21143)] | |
Thread 13 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffe96a4700 (LWP 21143) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000dd4800) | |
[Switching to Thread 0x7fffe9ea5700 (LWP 21144)] | |
Thread 14 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffe9ea5700 (LWP 21144) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631000dfc800) | |
[Switching to Thread 0x7fffea6a6700 (LWP 21141)] | |
Thread 11 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000000000000000) | |
[Thread 0x7fffea6a6700 (LWP 21141) exited] | |
[Switching to Thread 0x7ffff7fa2fc0 (LWP 21126)] | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000606000011000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003f50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000003410) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000033f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00001cc30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000608000003020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000070f90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000055f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000005610) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000610000007140) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000062600003c100) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001b30800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001b1c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001b08800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001bf40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001af4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001ae0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001acc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001b580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001b640) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001b700) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001b7c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001b880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001b940) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001ba00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001bac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001bb80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001bdc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060c00001be80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000005570) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000070f30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000611000019900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000005590) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000055b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000603000070f60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000602000005390) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006020000053b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060400000b2d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001518800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001504800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310014f0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002de80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310014dc800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310014c8800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310014b4800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002df30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002dfe0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e090) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e140) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e1f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e2a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e350) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e400) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e4b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e560) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e610) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e6c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e770) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e820) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e8d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002e980) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ea30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002eae0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002eb90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ec40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ecf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002eda0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ee50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ef00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002efb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f060) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f110) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f1c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f270) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f320) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f3d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f480) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f530) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f5e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f690) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f740) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f7f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f8a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002f950) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fa00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fab0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fb60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fc10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fcc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fd70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fe20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002fed0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ff80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b930) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000b9e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000ba90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000bb40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000bbf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000bca0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000bd50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000be00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000beb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000bf60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00000c010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030030) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000300e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030190) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030240) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000302f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000303a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030450) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030500) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000305b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030660) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030710) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000307c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030870) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030920) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000309d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030a80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030b30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030be0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030c90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030d40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030df0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030ea0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000030f50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031000) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000310b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031160) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031210) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000312c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031370) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031420) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000314d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031580) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031630) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000316e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031790) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031840) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000318f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000319a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031a50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031b00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000031bb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d010) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d0c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d170) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d220) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d2d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d380) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d430) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d4e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d590) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d640) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d6f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d7a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d850) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d900) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002d9b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002da60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002db10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002dbc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002dc70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002dd20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ddd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x00006310014a0800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100148c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001478800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028940) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001464800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x0000631001450800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000063100143c800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000289f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028aa0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028b50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028c00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028cb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028d60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028e10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028ec0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000028f70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029020) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000290d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029180) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029230) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000292e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029390) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029440) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000294f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000295a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029650) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029700) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000297b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029860) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029910) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b0000299c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029a70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029b20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029bd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029c80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029d30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029de0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029e90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029f40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000029ff0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a0a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a150) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a200) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a2b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a360) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a410) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a4c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a570) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a620) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a6d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a780) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a830) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a8e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002a990) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002aa40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002aaf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002aba0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ac50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ad00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002adb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ae60) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002af10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002afc0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b070) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b120) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b1d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b280) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b330) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b3e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b490) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b540) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b5f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b6a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b750) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b800) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b8b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002b960) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ba10) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bac0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bb70) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bc20) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bcd0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bd80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002be30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bee0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002bf90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c040) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c0f0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c1a0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c250) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c300) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c3b0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c460) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c510) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c5c0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c670) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c720) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c7d0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c880) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c930) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002c9e0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ca90) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002cb40) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002cbf0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002cca0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002cd50) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ce00) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b00002ceb0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000027ad0) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000027b80) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from /usr/lib/x86_64-linux-gnu/libasan.so.4 | |
free(0x000060b000027c30) | |
Thread 1 "test_graph__rmw" hit Breakpoint 4, 0x00007ffff6ef86f4 in free () from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment