valgrind-inline-leak.txt

text/plain

Filename: valgrind-inline-leak.txt
Type: text/plain
Part: 0
Message: Re: Unlimited memory consumption with long-lived connection
$ valgrind --leak-check=full --suppressions=/home/heikki/git-sandbox-pgsql/master/src/tools/valgrind.supp  bin/postgres -D data 
==1407028== Memcheck, a memory error detector
==1407028== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==1407028== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
==1407028== Command: bin/postgres -D data
==1407028== 
2023-02-21 16:21:27.238 EET [1407028] LOG:  starting PostgreSQL 16devel on x86_64-pc-linux-gnu, compiled by Debian clang version 14.0.6, 64-bit
2023-02-21 16:21:27.350 EET [1407028] LOG:  listening on IPv6 address "::1", port 5432
2023-02-21 16:21:27.352 EET [1407028] LOG:  listening on IPv4 address "127.0.0.1", port 5432
2023-02-21 16:21:27.370 EET [1407028] LOG:  listening on Unix socket "/tmp/.s.PGSQL.5432"
2023-02-21 16:21:27.474 EET [1407032] LOG:  database system was shut down at 2023-02-21 16:20:34 EET
==1407032== 
==1407032== HEAP SUMMARY:
==1407032==     in use at exit: 333,427 bytes in 84 blocks
==1407032==   total heap usage: 289 allocs, 205 frees, 1,756,402 bytes allocated
==1407032== 
==1407032== 584 bytes in 1 blocks are possibly lost in loss record 10 of 33
==1407032==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407032==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407032==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407032==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407032==    by 0x595BD1: main (main.c:200)
==1407032== 
==1407032== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 15 of 33
==1407032==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407032==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407032==    by 0x5958FB: main (main.c:91)
==1407032== 
==1407032== LEAK SUMMARY:
==1407032==    definitely lost: 408 bytes in 1 blocks
==1407032==    indirectly lost: 2,936 bytes in 50 blocks
==1407032==      possibly lost: 584 bytes in 1 blocks
==1407032==    still reachable: 329,499 bytes in 32 blocks
==1407032==         suppressed: 0 bytes in 0 blocks
==1407032== Reachable blocks (those to which a pointer was found) are not shown.
==1407032== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407032== 
==1407032== For lists of detected and suppressed errors, rerun with: -s
==1407032== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
2023-02-21 16:21:28.132 EET [1407028] LOG:  database system is ready to accept connections
==1407104== 
==1407104== HEAP SUMMARY:
==1407104==     in use at exit: 1,816,355 bytes in 273 blocks
==1407104==   total heap usage: 864 allocs, 591 frees, 13,180,106 bytes allocated
==1407104== 
==1407104== 40 bytes in 1 blocks are possibly lost in loss record 8 of 92
==1407104==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407104==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407104==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407104==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407104==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407104==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407104==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407104==    by 0x595BD1: main (main.c:200)
==1407104== 
==1407104== 40 bytes in 1 blocks are possibly lost in loss record 9 of 92
==1407104==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407104==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407104==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407104==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407104==    by 0x595BD1: main (main.c:200)
==1407104== 
==1407104== 584 bytes in 1 blocks are possibly lost in loss record 16 of 92
==1407104==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407104==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407104==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407104==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407104==    by 0x595BD1: main (main.c:200)
==1407104== 
==1407104== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 44 of 92
==1407104==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407104==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407104==    by 0x5958FB: main (main.c:91)
==1407104== 
==1407104== LEAK SUMMARY:
==1407104==    definitely lost: 408 bytes in 1 blocks
==1407104==    indirectly lost: 2,936 bytes in 50 blocks
==1407104==      possibly lost: 664 bytes in 3 blocks
==1407104==    still reachable: 1,812,347 bytes in 219 blocks
==1407104==         suppressed: 0 bytes in 0 blocks
==1407104== Reachable blocks (those to which a pointer was found) are not shown.
==1407104== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407104== 
==1407104== For lists of detected and suppressed errors, rerun with: -s
==1407104== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 32 from 1)
==1407150== 
==1407150== HEAP SUMMARY:
==1407150==     in use at exit: 1,246,891 bytes in 259 blocks
==1407150==   total heap usage: 475 allocs, 216 frees, 2,385,442 bytes allocated
==1407150== 
==1407150== 40 bytes in 1 blocks are possibly lost in loss record 9 of 78
==1407150==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407150==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407150==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407150==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407150==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407150==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407150==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407150==    by 0x595BD1: main (main.c:200)
==1407150== 
==1407150== 40 bytes in 1 blocks are possibly lost in loss record 10 of 78
==1407150==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407150==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407150==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407150==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407150==    by 0x595BD1: main (main.c:200)
==1407150== 
==1407150== 584 bytes in 1 blocks are possibly lost in loss record 15 of 78
==1407150==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407150==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407150==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407150==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407150==    by 0x595BD1: main (main.c:200)
==1407150== 
==1407150== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 34 of 78
==1407150==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407150==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407150==    by 0x5958FB: main (main.c:91)
==1407150== 
==1407150== LEAK SUMMARY:
==1407150==    definitely lost: 408 bytes in 1 blocks
==1407150==    indirectly lost: 2,936 bytes in 50 blocks
==1407150==      possibly lost: 664 bytes in 3 blocks
==1407150==    still reachable: 1,242,883 bytes in 205 blocks
==1407150==         suppressed: 0 bytes in 0 blocks
==1407150== Reachable blocks (those to which a pointer was found) are not shown.
==1407150== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407150== 
==1407150== For lists of detected and suppressed errors, rerun with: -s
==1407150== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407156== 
==1407156== HEAP SUMMARY:
==1407156==     in use at exit: 1,291,947 bytes in 262 blocks
==1407156==   total heap usage: 478 allocs, 216 frees, 2,403,138 bytes allocated
==1407156== 
==1407156== 40 bytes in 1 blocks are possibly lost in loss record 9 of 79
==1407156==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407156==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407156==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407156==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407156==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407156==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407156==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407156==    by 0x595BD1: main (main.c:200)
==1407156== 
==1407156== 40 bytes in 1 blocks are possibly lost in loss record 10 of 79
==1407156==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407156==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407156==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407156==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407156==    by 0x595BD1: main (main.c:200)
==1407156== 
==1407156== 584 bytes in 1 blocks are possibly lost in loss record 15 of 79
==1407156==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407156==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407156==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407156==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407156==    by 0x595BD1: main (main.c:200)
==1407156== 
==1407156== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 33 of 79
==1407156==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407156==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407156==    by 0x5958FB: main (main.c:91)
==1407156== 
==1407156== LEAK SUMMARY:
==1407156==    definitely lost: 408 bytes in 1 blocks
==1407156==    indirectly lost: 2,936 bytes in 50 blocks
==1407156==      possibly lost: 664 bytes in 3 blocks
==1407156==    still reachable: 1,287,939 bytes in 208 blocks
==1407156==         suppressed: 0 bytes in 0 blocks
==1407156== Reachable blocks (those to which a pointer was found) are not shown.
==1407156== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407156== 
==1407156== For lists of detected and suppressed errors, rerun with: -s
==1407156== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407164== 
==1407164== HEAP SUMMARY:
==1407164==     in use at exit: 1,246,891 bytes in 259 blocks
==1407164==   total heap usage: 477 allocs, 218 frees, 2,385,522 bytes allocated
==1407164== 
==1407164== 40 bytes in 1 blocks are possibly lost in loss record 9 of 78
==1407164==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407164==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407164==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407164==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407164==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407164==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407164==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407164==    by 0x595BD1: main (main.c:200)
==1407164== 
==1407164== 40 bytes in 1 blocks are possibly lost in loss record 10 of 78
==1407164==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407164==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407164==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407164==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407164==    by 0x595BD1: main (main.c:200)
==1407164== 
==1407164== 584 bytes in 1 blocks are possibly lost in loss record 15 of 78
==1407164==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407164==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407164==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407164==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407164==    by 0x595BD1: main (main.c:200)
==1407164== 
==1407164== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 34 of 78
==1407164==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407164==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407164==    by 0x5958FB: main (main.c:91)
==1407164== 
==1407164== LEAK SUMMARY:
==1407164==    definitely lost: 408 bytes in 1 blocks
==1407164==    indirectly lost: 2,936 bytes in 50 blocks
==1407164==      possibly lost: 664 bytes in 3 blocks
==1407164==    still reachable: 1,242,883 bytes in 205 blocks
==1407164==         suppressed: 0 bytes in 0 blocks
==1407164== Reachable blocks (those to which a pointer was found) are not shown.
==1407164== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407164== 
==1407164== For lists of detected and suppressed errors, rerun with: -s
==1407164== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407213== 
==1407213== HEAP SUMMARY:
==1407213==     in use at exit: 1,291,947 bytes in 262 blocks
==1407213==   total heap usage: 480 allocs, 218 frees, 2,403,218 bytes allocated
==1407213== 
==1407213== 40 bytes in 1 blocks are possibly lost in loss record 9 of 79
==1407213==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407213==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407213==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407213==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407213==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407213==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407213==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407213==    by 0x595BD1: main (main.c:200)
==1407213== 
==1407213== 40 bytes in 1 blocks are possibly lost in loss record 10 of 79
==1407213==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407213==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407213==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407213==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407213==    by 0x595BD1: main (main.c:200)
==1407213== 
==1407213== 584 bytes in 1 blocks are possibly lost in loss record 15 of 79
==1407213==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407213==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407213==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407213==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407213==    by 0x595BD1: main (main.c:200)
==1407213== 
==1407213== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 33 of 79
==1407213==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407213==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407213==    by 0x5958FB: main (main.c:91)
==1407213== 
==1407213== LEAK SUMMARY:
==1407213==    definitely lost: 408 bytes in 1 blocks
==1407213==    indirectly lost: 2,936 bytes in 50 blocks
==1407213==      possibly lost: 664 bytes in 3 blocks
==1407213==    still reachable: 1,287,939 bytes in 208 blocks
==1407213==         suppressed: 0 bytes in 0 blocks
==1407213== Reachable blocks (those to which a pointer was found) are not shown.
==1407213== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407213== 
==1407213== For lists of detected and suppressed errors, rerun with: -s
==1407213== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407252== 
==1407252== HEAP SUMMARY:
==1407252==     in use at exit: 1,246,891 bytes in 259 blocks
==1407252==   total heap usage: 479 allocs, 220 frees, 2,385,602 bytes allocated
==1407252== 
==1407252== 40 bytes in 1 blocks are possibly lost in loss record 9 of 78
==1407252==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407252==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407252==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407252==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407252==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407252==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407252==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407252==    by 0x595BD1: main (main.c:200)
==1407252== 
==1407252== 40 bytes in 1 blocks are possibly lost in loss record 10 of 78
==1407252==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407252==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407252==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407252==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407252==    by 0x595BD1: main (main.c:200)
==1407252== 
==1407252== 584 bytes in 1 blocks are possibly lost in loss record 15 of 78
==1407252==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407252==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407252==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407252==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407252==    by 0x595BD1: main (main.c:200)
==1407252== 
==1407252== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 34 of 78
==1407252==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407252==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407252==    by 0x5958FB: main (main.c:91)
==1407252== 
==1407252== LEAK SUMMARY:
==1407252==    definitely lost: 408 bytes in 1 blocks
==1407252==    indirectly lost: 2,936 bytes in 50 blocks
==1407252==      possibly lost: 664 bytes in 3 blocks
==1407252==    still reachable: 1,242,883 bytes in 205 blocks
==1407252==         suppressed: 0 bytes in 0 blocks
==1407252== Reachable blocks (those to which a pointer was found) are not shown.
==1407252== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407252== 
==1407252== For lists of detected and suppressed errors, rerun with: -s
==1407252== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407267== 
==1407267== HEAP SUMMARY:
==1407267==     in use at exit: 1,291,947 bytes in 262 blocks
==1407267==   total heap usage: 482 allocs, 220 frees, 2,403,298 bytes allocated
==1407267== 
==1407267== 40 bytes in 1 blocks are possibly lost in loss record 9 of 79
==1407267==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407267==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407267==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407267==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407267==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407267==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407267==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407267==    by 0x595BD1: main (main.c:200)
==1407267== 
==1407267== 40 bytes in 1 blocks are possibly lost in loss record 10 of 79
==1407267==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407267==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407267==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407267==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407267==    by 0x595BD1: main (main.c:200)
==1407267== 
==1407267== 584 bytes in 1 blocks are possibly lost in loss record 15 of 79
==1407267==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407267==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407267==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407267==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407267==    by 0x595BD1: main (main.c:200)
==1407267== 
==1407267== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 33 of 79
==1407267==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407267==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407267==    by 0x5958FB: main (main.c:91)
==1407267== 
==1407267== LEAK SUMMARY:
==1407267==    definitely lost: 408 bytes in 1 blocks
==1407267==    indirectly lost: 2,936 bytes in 50 blocks
==1407267==      possibly lost: 664 bytes in 3 blocks
==1407267==    still reachable: 1,287,939 bytes in 208 blocks
==1407267==         suppressed: 0 bytes in 0 blocks
==1407267== Reachable blocks (those to which a pointer was found) are not shown.
==1407267== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407267== 
==1407267== For lists of detected and suppressed errors, rerun with: -s
==1407267== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407274== 
==1407274== HEAP SUMMARY:
==1407274==     in use at exit: 1,246,891 bytes in 259 blocks
==1407274==   total heap usage: 481 allocs, 222 frees, 2,385,682 bytes allocated
==1407274== 
==1407274== 40 bytes in 1 blocks are possibly lost in loss record 9 of 78
==1407274==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407274==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407274==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407274==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407274==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407274==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407274==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407274==    by 0x595BD1: main (main.c:200)
==1407274== 
==1407274== 40 bytes in 1 blocks are possibly lost in loss record 10 of 78
==1407274==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407274==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407274==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407274==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407274==    by 0x595BD1: main (main.c:200)
==1407274== 
==1407274== 584 bytes in 1 blocks are possibly lost in loss record 15 of 78
==1407274==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407274==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407274==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407274==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407274==    by 0x595BD1: main (main.c:200)
==1407274== 
==1407274== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 34 of 78
==1407274==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407274==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407274==    by 0x5958FB: main (main.c:91)
==1407274== 
==1407274== LEAK SUMMARY:
==1407274==    definitely lost: 408 bytes in 1 blocks
==1407274==    indirectly lost: 2,936 bytes in 50 blocks
==1407274==      possibly lost: 664 bytes in 3 blocks
==1407274==    still reachable: 1,242,883 bytes in 205 blocks
==1407274==         suppressed: 0 bytes in 0 blocks
==1407274== Reachable blocks (those to which a pointer was found) are not shown.
==1407274== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407274== 
==1407274== For lists of detected and suppressed errors, rerun with: -s
==1407274== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407279== 
==1407279== HEAP SUMMARY:
==1407279==     in use at exit: 1,291,947 bytes in 262 blocks
==1407279==   total heap usage: 484 allocs, 222 frees, 2,403,378 bytes allocated
==1407279== 
==1407279== 40 bytes in 1 blocks are possibly lost in loss record 9 of 79
==1407279==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407279==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407279==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407279==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407279==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407279==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407279==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407279==    by 0x595BD1: main (main.c:200)
==1407279== 
==1407279== 40 bytes in 1 blocks are possibly lost in loss record 10 of 79
==1407279==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407279==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407279==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407279==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407279==    by 0x595BD1: main (main.c:200)
==1407279== 
==1407279== 584 bytes in 1 blocks are possibly lost in loss record 15 of 79
==1407279==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407279==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407279==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407279==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407279==    by 0x595BD1: main (main.c:200)
==1407279== 
==1407279== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 33 of 79
==1407279==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407279==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407279==    by 0x5958FB: main (main.c:91)
==1407279== 
==1407279== LEAK SUMMARY:
==1407279==    definitely lost: 408 bytes in 1 blocks
==1407279==    indirectly lost: 2,936 bytes in 50 blocks
==1407279==      possibly lost: 664 bytes in 3 blocks
==1407279==    still reachable: 1,287,939 bytes in 208 blocks
==1407279==         suppressed: 0 bytes in 0 blocks
==1407279== Reachable blocks (those to which a pointer was found) are not shown.
==1407279== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407279== 
==1407279== For lists of detected and suppressed errors, rerun with: -s
==1407279== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
2023-02-21 16:26:27.591 EET [1407030] LOG:  checkpoint starting: time
==1407283== 
==1407283== HEAP SUMMARY:
==1407283==     in use at exit: 1,246,891 bytes in 259 blocks
==1407283==   total heap usage: 483 allocs, 224 frees, 2,385,762 bytes allocated
==1407283== 
==1407283== 40 bytes in 1 blocks are possibly lost in loss record 9 of 78
==1407283==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407283==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407283==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407283==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407283==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407283==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407283==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407283==    by 0x595BD1: main (main.c:200)
==1407283== 
==1407283== 40 bytes in 1 blocks are possibly lost in loss record 10 of 78
==1407283==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407283==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407283==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407283==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407283==    by 0x595BD1: main (main.c:200)
==1407283== 
==1407283== 584 bytes in 1 blocks are possibly lost in loss record 15 of 78
==1407283==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407283==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407283==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407283==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407283==    by 0x595BD1: main (main.c:200)
==1407283== 
==1407283== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 34 of 78
==1407283==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407283==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407283==    by 0x5958FB: main (main.c:91)
==1407283== 
==1407283== LEAK SUMMARY:
==1407283==    definitely lost: 408 bytes in 1 blocks
==1407283==    indirectly lost: 2,936 bytes in 50 blocks
==1407283==      possibly lost: 664 bytes in 3 blocks
==1407283==    still reachable: 1,242,883 bytes in 205 blocks
==1407283==         suppressed: 0 bytes in 0 blocks
==1407283== Reachable blocks (those to which a pointer was found) are not shown.
==1407283== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407283== 
==1407283== For lists of detected and suppressed errors, rerun with: -s
==1407283== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
2023-02-21 16:26:29.741 EET [1407030] LOG:  checkpoint complete: wrote 22 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.999 s, sync=0.026 s, total=2.140 s; sync files=18, longest=0.017 s, average=0.002 s; distance=88 kB, estimate=88 kB; lsn=0/15A9198, redo lsn=0/15A9130
==1407291== 
==1407291== HEAP SUMMARY:
==1407291==     in use at exit: 1,291,947 bytes in 262 blocks
==1407291==   total heap usage: 486 allocs, 224 frees, 2,403,458 bytes allocated
==1407291== 
==1407291== 40 bytes in 1 blocks are possibly lost in loss record 9 of 79
==1407291==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407291==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407291==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407291==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407291==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407291==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407291==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407291==    by 0x595BD1: main (main.c:200)
==1407291== 
==1407291== 40 bytes in 1 blocks are possibly lost in loss record 10 of 79
==1407291==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407291==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407291==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407291==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407291==    by 0x595BD1: main (main.c:200)
==1407291== 
==1407291== 584 bytes in 1 blocks are possibly lost in loss record 15 of 79
==1407291==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407291==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407291==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407291==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407291==    by 0x595BD1: main (main.c:200)
==1407291== 
==1407291== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 33 of 79
==1407291==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407291==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407291==    by 0x5958FB: main (main.c:91)
==1407291== 
==1407291== LEAK SUMMARY:
==1407291==    definitely lost: 408 bytes in 1 blocks
==1407291==    indirectly lost: 2,936 bytes in 50 blocks
==1407291==      possibly lost: 664 bytes in 3 blocks
==1407291==    still reachable: 1,287,939 bytes in 208 blocks
==1407291==         suppressed: 0 bytes in 0 blocks
==1407291== Reachable blocks (those to which a pointer was found) are not shown.
==1407291== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407291== 
==1407291== For lists of detected and suppressed errors, rerun with: -s
==1407291== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407299== 
==1407299== HEAP SUMMARY:
==1407299==     in use at exit: 1,246,891 bytes in 259 blocks
==1407299==   total heap usage: 485 allocs, 226 frees, 2,385,842 bytes allocated
==1407299== 
==1407299== 40 bytes in 1 blocks are possibly lost in loss record 9 of 78
==1407299==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407299==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407299==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407299==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407299==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407299==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407299==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407299==    by 0x595BD1: main (main.c:200)
==1407299== 
==1407299== 40 bytes in 1 blocks are possibly lost in loss record 10 of 78
==1407299==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407299==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407299==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407299==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407299==    by 0x595BD1: main (main.c:200)
==1407299== 
==1407299== 584 bytes in 1 blocks are possibly lost in loss record 15 of 78
==1407299==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407299==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407299==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407299==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407299==    by 0x595BD1: main (main.c:200)
==1407299== 
==1407299== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 34 of 78
==1407299==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407299==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407299==    by 0x5958FB: main (main.c:91)
==1407299== 
==1407299== LEAK SUMMARY:
==1407299==    definitely lost: 408 bytes in 1 blocks
==1407299==    indirectly lost: 2,936 bytes in 50 blocks
==1407299==      possibly lost: 664 bytes in 3 blocks
==1407299==    still reachable: 1,242,883 bytes in 205 blocks
==1407299==         suppressed: 0 bytes in 0 blocks
==1407299== Reachable blocks (those to which a pointer was found) are not shown.
==1407299== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407299== 
==1407299== For lists of detected and suppressed errors, rerun with: -s
==1407299== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407302== 
==1407302== HEAP SUMMARY:
==1407302==     in use at exit: 1,291,947 bytes in 262 blocks
==1407302==   total heap usage: 488 allocs, 226 frees, 2,403,538 bytes allocated
==1407302== 
==1407302== 40 bytes in 1 blocks are possibly lost in loss record 9 of 79
==1407302==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407302==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407302==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407302==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407302==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407302==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407302==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407302==    by 0x595BD1: main (main.c:200)
==1407302== 
==1407302== 40 bytes in 1 blocks are possibly lost in loss record 10 of 79
==1407302==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407302==    by 0x6E3D85: BackendStartup (postmaster.c:4122)
==1407302==    by 0x6E18DD: ServerLoop (postmaster.c:1779)
==1407302==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407302==    by 0x595BD1: main (main.c:200)
==1407302== 
==1407302== 584 bytes in 1 blocks are possibly lost in loss record 15 of 79
==1407302==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407302==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407302==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407302==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407302==    by 0x595BD1: main (main.c:200)
==1407302== 
==1407302== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 33 of 79
==1407302==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407302==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407302==    by 0x5958FB: main (main.c:91)
==1407302== 
==1407302== LEAK SUMMARY:
==1407302==    definitely lost: 408 bytes in 1 blocks
==1407302==    indirectly lost: 2,936 bytes in 50 blocks
==1407302==      possibly lost: 664 bytes in 3 blocks
==1407302==    still reachable: 1,287,939 bytes in 208 blocks
==1407302==         suppressed: 0 bytes in 0 blocks
==1407302== Reachable blocks (those to which a pointer was found) are not shown.
==1407302== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407302== 
==1407302== For lists of detected and suppressed errors, rerun with: -s
==1407302== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==1407042== 
==1407042== HEAP SUMMARY:
==1407042==     in use at exit: 22,791,896 bytes in 215,687 blocks
==1407042==   total heap usage: 6,562,483 allocs, 6,346,796 frees, 4,184,477,953 bytes allocated
==1407042== 
==1407042== 32 bytes in 1 blocks are possibly lost in loss record 670 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D8B8E1: llvm::MDTuple::getImpl(llvm::LLVMContext&, llvm::ArrayRef<llvm::Metadata*>, llvm::Metadata::StorageType, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116492CD: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11646F05: llvm::MetadataLoader::MetadataLoaderImpl::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1164ED9B: llvm::MetadataLoader::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11639090: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,585 of 3,675
==1407042==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x6E812C: assign_backendlist_entry (postmaster.c:5869)
==1407042==    by 0x6E7D72: do_start_bgworker (postmaster.c:5720)
==1407042==    by 0x6E16F3: maybe_start_bgworkers (postmaster.c:5994)
==1407042==    by 0x6E3440: process_pm_child_exit (postmaster.c:3103)
==1407042==    by 0x6E1867: ServerLoop (postmaster.c:1768)
==1407042==    by 0x6E072C: PostmasterMain (postmaster.c:1463)
==1407042==    by 0x595BD1: main (main.c:200)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,586 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,587 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,588 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,589 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,590 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,591 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,592 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 40 bytes in 1 blocks are possibly lost in loss record 1,593 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310E6: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 64 bytes in 1 blocks are possibly lost in loss record 2,644 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x1162B3C9: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11626FD7: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D97A19: llvm::Module::materializeAll() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F1C9: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 64 bytes in 1 blocks are possibly lost in loss record 2,645 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264354A: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 64 bytes in 1 blocks are possibly lost in loss record 2,646 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264354A: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 96 bytes in 1 blocks are possibly lost in loss record 3,028 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116334C3: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11628FBA: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11626FD7: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D97A19: llvm::Module::materializeAll() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F1C9: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042== 
==1407042== 96 bytes in 1 blocks are possibly lost in loss record 3,029 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x126435E6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042== 
==1407042== 96 bytes in 1 blocks are possibly lost in loss record 3,030 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x126435E6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042== 
==1407042== 96 bytes in 1 blocks are possibly lost in loss record 3,031 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162D444: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042==    by 0x511009: ExecProject (executor.h:378)
==1407042== 
==1407042== 96 bytes in 1 blocks are possibly lost in loss record 3,032 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D5CFC9: llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, llvm::Type*, llvm::Twine const&, llvm::Instruction*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162C2E6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042== 
==1407042== 120 bytes in 1 blocks are possibly lost in loss record 3,048 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F3BE: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042== 
==1407042== 120 bytes in 1 blocks are possibly lost in loss record 3,049 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CF43: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042==    by 0x4EA944: ExecReadyExpr (execExpr.c:886)
==1407042== 
==1407042== 120 bytes in 1 blocks are possibly lost in loss record 3,050 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D35DB3: llvm::Function::BuildLazyArguments() const (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x126433BE: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042== 
==1407042== 120 bytes in 1 blocks are possibly lost in loss record 3,051 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F3BE: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042== 
==1407042== 120 bytes in 1 blocks are possibly lost in loss record 3,052 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CF43: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042==    by 0x4EA944: ExecReadyExpr (execExpr.c:886)
==1407042== 
==1407042== 120 bytes in 1 blocks are possibly lost in loss record 3,053 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D35DB3: llvm::Function::BuildLazyArguments() const (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x126433BE: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,059 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,060 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,061 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,062 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,063 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,064 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,065 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264310E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,066 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D310CC: llvm::Function::Create(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x12643146: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 128 bytes in 1 blocks are possibly lost in loss record 3,067 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D5C528: llvm::BinaryOperator::Create(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::Instruction*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116289CC: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042== 
==1407042== 160 bytes in 1 blocks are possibly lost in loss record 3,079 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116335B3: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162C1FA: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042== 
==1407042== 160 bytes in 1 blocks are possibly lost in loss record 3,080 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116332DC: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162C346: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042== 
==1407042== 176 bytes in 1 blocks are possibly lost in loss record 3,084 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116331A4: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162AA10: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11626FD7: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D97A19: llvm::Module::materializeAll() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F1C9: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042== 
==1407042== 176 bytes in 1 blocks are possibly lost in loss record 3,085 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7BAE: llvm::User::operator new(unsigned long, unsigned int, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C860F6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C85E28: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264351E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042== 
==1407042== 176 bytes in 1 blocks are possibly lost in loss record 3,086 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7BAE: llvm::User::operator new(unsigned long, unsigned int, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C860F6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C85E28: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264351E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042== 
==1407042== 240 bytes in 1 blocks are possibly lost in loss record 3,130 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7BAE: llvm::User::operator new(unsigned long, unsigned int, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C860F6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C85E28: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264351E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD56536: llvm_session_initialize (llvmjit.c:856)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 240 bytes in 1 blocks are possibly lost in loss record 3,131 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7BAE: llvm::User::operator new(unsigned long, unsigned int, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C860F6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C85E28: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1264351E: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042==    by 0xFD5654E: llvm_session_initialize (llvmjit.c:859)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042== 
==1407042== 240 bytes in 2 blocks are possibly lost in loss record 3,132 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163B527: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042==    by 0x4EA944: ExecReadyExpr (execExpr.c:886)
==1407042== 
==1407042== 256 bytes in 2 blocks are possibly lost in loss record 3,137 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11627E21: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042==    by 0x511009: ExecProject (executor.h:378)
==1407042== 
==1407042== 288 bytes in 2 blocks are possibly lost in loss record 3,143 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7BAE: llvm::User::operator new(unsigned long, unsigned int, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C860F6: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162D6E9: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042== 
==1407042== 408 bytes in 2 blocks are possibly lost in loss record 3,162 of 3,675
==1407042==    at 0x48455EF: calloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10BCD889: llvm::StringMapImpl::LookupBucketFor(llvm::StringRef) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DCE10B: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DCDFB5: llvm::ValueSymbolTable::createValueName(llvm::StringRef, llvm::Value*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DC927D: llvm::Value::setNameImpl(llvm::Twine const&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DC92D8: llvm::Value::setName(llvm::Twine const&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x126431C1: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263F450: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263CECB: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042== 
==1407042== 408 bytes in 2 blocks are possibly lost in loss record 3,163 of 3,675
==1407042==    at 0x48455EF: calloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10BCD889: llvm::StringMapImpl::LookupBucketFor(llvm::StringRef) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DCE10B: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DCDFB5: llvm::ValueSymbolTable::createValueName(llvm::StringRef, llvm::Value*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DC927D: llvm::Value::setNameImpl(llvm::Twine const&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10DC92D8: llvm::Value::setName(llvm::Twine const&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x126431C1: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263D060: llvm::orc::setUpGenericLLVMIRPlatform(llvm::orc::LLJIT&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1263C47F: llvm::orc::LLJIT::LLJIT(llvm::orc::LLJITBuilderState&, llvm::Error&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E1E5: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1266E126: LLVMOrcCreateLLJIT (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD57A1F: llvm_create_jit_instance (llvmjit.c:1223)
==1407042== 
==1407042== 584 bytes in 1 blocks are possibly lost in loss record 3,211 of 3,675
==1407042==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407042==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407042==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407042==    by 0x595BD1: main (main.c:200)
==1407042== 
==1407042== 1,176 bytes in 1 blocks are possibly lost in loss record 3,322 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10CAA98F: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11630480: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11637942: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 1,520 bytes in 38 blocks are possibly lost in loss record 3,332 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163B463: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042==    by 0x4EA944: ExecReadyExpr (execExpr.c:886)
==1407042== 
==1407042== 1,640 bytes in 41 blocks are possibly lost in loss record 3,372 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D8B8E1: llvm::MDTuple::getImpl(llvm::LLVMContext&, llvm::ArrayRef<llvm::Metadata*>, llvm::Metadata::StorageType, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116492CD: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11646F05: llvm::MetadataLoader::MetadataLoaderImpl::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1164ED9B: llvm::MetadataLoader::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11627BD2: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58A0F: llvm_build_inline_plan (llvmjit_inline.cpp:287)
==1407042==    by 0xFD58A0F: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042== 
==1407042== 2,016 bytes in 36 blocks are possibly lost in loss record 3,380 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10CBC2CC: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10CB121F: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10CADFB6: llvm::ConstantExpr::getCast(unsigned int, llvm::Constant*, llvm::Type*, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11630E47: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11637942: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042== 
==1407042== 3,280 bytes in 82 blocks are possibly lost in loss record 3,445 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D8B8E1: llvm::MDTuple::getImpl(llvm::LLVMContext&, llvm::ArrayRef<llvm::Metadata*>, llvm::Metadata::StorageType, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116492CD: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11646F05: llvm::MetadataLoader::MetadataLoaderImpl::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1164ED9B: llvm::MetadataLoader::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11627BD2: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D979D8: llvm::Module::materialize(llvm::GlobalValue*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10D3BBCF: llvm::GlobalValue::materialize() (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5A9EB: function_inlinable(llvm::Function&, int, llvm::StringMap<FunctionInlineState, llvm::MallocAllocator>&, llvm::SmallVector<InlineWorkListItem, 128u>&, llvm::SmallVector<llvm::ModuleSummaryIndex*, 2u>&, llvm::SmallPtrSet<llvm::Function const*, 8u>&, int&, llvm::StringSet<llvm::MallocAllocator>&) (llvmjit_inline.cpp:667)
==1407042==    by 0xFD58AD1: llvm_build_inline_plan (llvmjit_inline.cpp:301)
==1407042==    by 0xFD58AD1: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042== 
==1407042== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 3,447 of 3,675
==1407042==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407042==    by 0x5958FB: main (main.c:91)
==1407042== 
==1407042== 3,800 bytes in 37 blocks are possibly lost in loss record 3,451 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D35DB3: llvm::Function::BuildLazyArguments() const (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C80767: llvm::UpgradeFunctionAttributes(llvm::Function&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163C506: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11639618: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042== 
==1407042== 4,864 bytes in 38 blocks are possibly lost in loss record 3,482 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163B442: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624C32: llvm::parseBitcodeFile(llvm::MemoryBufferRef, llvm::LLVMContext&, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161C6F6: LLVMParseBitcodeInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD5777B: llvm_create_types (llvmjit.c:1005)
==1407042==    by 0xFD56378: llvm_session_initialize (llvmjit.c:815)
==1407042==    by 0xFD562A4: llvm_create_context (llvmjit.c:152)
==1407042==    by 0xFD60C00: llvm_compile_expr (llvmjit_expr.c:139)
==1407042==    by 0xA46800: jit_compile_expr (jit.c:177)
==1407042==    by 0x4EA944: ExecReadyExpr (execExpr.c:886)
==1407042== 
==1407042== 4,920 bytes in 123 blocks are possibly lost in loss record 3,489 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D8B8E1: llvm::MDTuple::getImpl(llvm::LLVMContext&, llvm::ArrayRef<llvm::Metadata*>, llvm::Metadata::StorageType, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116492CD: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11646F05: llvm::MetadataLoader::MetadataLoaderImpl::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1164ED9B: llvm::MetadataLoader::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11627BD2: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1162678D: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F8AE: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F1F4: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624ACA: llvm::getOwningLazyBitcodeModule(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161CA9C: LLVMGetBitcodeModuleInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58924: load_module (llvmjit_inline.cpp:494)
==1407042==    by 0xFD58924: load_module_cached (???:475)
==1407042==    by 0xFD58924: llvm_build_inline_plan (???:274)
==1407042==    by 0xFD58924: llvm_inline (???:164)
==1407042== 
==1407042== 8,424 bytes in 210 blocks are possibly lost in loss record 3,577 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D8B8E1: llvm::MDTuple::getImpl(llvm::LLVMContext&, llvm::ArrayRef<llvm::Metadata*>, llvm::Metadata::StorageType, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x116492CD: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11646F05: llvm::MetadataLoader::MetadataLoaderImpl::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1164ED9B: llvm::MetadataLoader::parseMetadata(bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11639090: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624ACA: llvm::getOwningLazyBitcodeModule(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161CA9C: LLVMGetBitcodeModuleInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58924: load_module (llvmjit_inline.cpp:494)
==1407042==    by 0xFD58924: load_module_cached (???:475)
==1407042==    by 0xFD58924: llvm_build_inline_plan (???:274)
==1407042==    by 0xFD58924: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042== 
==1407042== 9,800 bytes in 245 blocks are possibly lost in loss record 3,583 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D3143B: llvm::Function::Function(llvm::FunctionType*, llvm::GlobalValue::LinkageTypes, unsigned int, llvm::Twine const&, llvm::Module*) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163B463: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624ACA: llvm::getOwningLazyBitcodeModule(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161CA9C: LLVMGetBitcodeModuleInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58924: load_module (llvmjit_inline.cpp:494)
==1407042==    by 0xFD58924: load_module_cached (???:475)
==1407042==    by 0xFD58924: llvm_build_inline_plan (???:274)
==1407042==    by 0xFD58924: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042==    by 0x511009: ExecProject (executor.h:378)
==1407042== 
==1407042== 10,320 bytes in 86 blocks are possibly lost in loss record 3,585 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7B32: llvm::User::operator new(unsigned long, unsigned int) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163B527: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624ACA: llvm::getOwningLazyBitcodeModule(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161CA9C: LLVMGetBitcodeModuleInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58924: load_module (llvmjit_inline.cpp:494)
==1407042==    by 0xFD58924: load_module_cached (???:475)
==1407042==    by 0xFD58924: llvm_build_inline_plan (???:274)
==1407042==    by 0xFD58924: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042==    by 0x511009: ExecProject (executor.h:378)
==1407042== 
==1407042== 14,480 bytes in 176 blocks are possibly lost in loss record 3,595 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10D35DB3: llvm::Function::BuildLazyArguments() const (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x10C80767: llvm::UpgradeFunctionAttributes(llvm::Function&) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163C506: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11639618: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624ACA: llvm::getOwningLazyBitcodeModule(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161CA9C: LLVMGetBitcodeModuleInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58924: load_module (llvmjit_inline.cpp:494)
==1407042==    by 0xFD58924: load_module_cached (???:475)
==1407042==    by 0xFD58924: llvm_build_inline_plan (???:274)
==1407042==    by 0xFD58924: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042== 
==1407042== 31,360 bytes in 245 blocks are possibly lost in loss record 3,621 of 3,675
==1407042==    at 0x4840F2F: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407042==    by 0x10DC7C19: llvm::User::operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1163B442: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161F09E: llvm::BitcodeModule::getModuleImpl(llvm::LLVMContext&, bool, bool, bool, llvm::function_ref<llvm::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > (llvm::StringRef)>) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x11624ACA: llvm::getOwningLazyBitcodeModule(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0x1161CA9C: LLVMGetBitcodeModuleInContext2 (in /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1)
==1407042==    by 0xFD58924: load_module (llvmjit_inline.cpp:494)
==1407042==    by 0xFD58924: load_module_cached (???:475)
==1407042==    by 0xFD58924: llvm_build_inline_plan (???:274)
==1407042==    by 0xFD58924: llvm_inline (???:164)
==1407042==    by 0xFD5697B: llvm_compile_module (llvmjit.c:651)
==1407042==    by 0xFD566EE: llvm_get_function (llvmjit.c:291)
==1407042==    by 0xFD677D5: ExecRunCompiledExpr (llvmjit_expr.c:2443)
==1407042==    by 0x5112DA: ExecEvalExprSwitchContext (executor.h:344)
==1407042==    by 0x511009: ExecProject (executor.h:378)
==1407042== 
==1407042== LEAK SUMMARY:
==1407042==    definitely lost: 408 bytes in 1 blocks
==1407042==    indirectly lost: 2,936 bytes in 50 blocks
==1407042==      possibly lost: 104,048 bytes in 1,409 blocks
==1407042==    still reachable: 22,684,504 bytes in 214,227 blocks
==1407042==         suppressed: 0 bytes in 0 blocks
==1407042== Reachable blocks (those to which a pointer was found) are not shown.
==1407042== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407042== 
==1407042== For lists of detected and suppressed errors, rerun with: -s
==1407042== ERROR SUMMARY: 60 errors from 60 contexts (suppressed: 38 from 1)
^C2023-02-21 16:28:11.317 EET [1407028] LOG:  received fast shutdown request
2023-02-21 16:28:11.323 EET [1407028] LOG:  aborting any active transactions
==1407033== 
==1407033== HEAP SUMMARY:
==1407033==     in use at exit: 267,891 bytes in 81 blocks
==1407033==   total heap usage: 273 allocs, 192 frees, 909,154 bytes allocated
==1407033== 
==1407034== 
==1407034== HEAP SUMMARY:
==1407034==     in use at exit: 777,767 bytes in 113 blocks
==1407034==   total heap usage: 304 allocs, 191 frees, 1,409,382 bytes allocated
==1407034== 
==1407035== 
==1407035== HEAP SUMMARY:
==1407035==     in use at exit: 726,607 bytes in 104 blocks
==1407035==   total heap usage: 299 allocs, 195 frees, 1,374,606 bytes allocated
==1407035== 
==1407031== 
==1407031== HEAP SUMMARY:
==1407031==     in use at exit: 299,611 bytes in 82 blocks
==1407031==   total heap usage: 275 allocs, 193 frees, 947,082 bytes allocated
==1407031== 
==1407033== 584 bytes in 1 blocks are possibly lost in loss record 10 of 30
==1407033==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407033==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407033==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407033==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407033==    by 0x595BD1: main (main.c:200)
==1407033== 
==1407033== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 15 of 30
==1407033==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407033==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407033==    by 0x5958FB: main (main.c:91)
==1407033== 
==1407033== LEAK SUMMARY:
==1407033==    definitely lost: 408 bytes in 1 blocks
==1407033==    indirectly lost: 2,936 bytes in 50 blocks
==1407033==      possibly lost: 584 bytes in 1 blocks
==1407033==    still reachable: 263,963 bytes in 29 blocks
==1407033==         suppressed: 0 bytes in 0 blocks
==1407033== Reachable blocks (those to which a pointer was found) are not shown.
==1407033== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407033== 
==1407033== For lists of detected and suppressed errors, rerun with: -s
==1407033== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==1407034== 584 bytes in 1 blocks are possibly lost in loss record 12 of 56
==1407034==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407034==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407034==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407034==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407034==    by 0x595BD1: main (main.c:200)
==1407034== 
==1407034== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 20 of 56
==1407034==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407034==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407034==    by 0x5958FB: main (main.c:91)
==1407034== 
==1407034== LEAK SUMMARY:
==1407034==    definitely lost: 408 bytes in 1 blocks
==1407034==    indirectly lost: 2,936 bytes in 50 blocks
==1407034==      possibly lost: 584 bytes in 1 blocks
==1407034==    still reachable: 773,839 bytes in 61 blocks
==1407034==         suppressed: 0 bytes in 0 blocks
==1407034== Reachable blocks (those to which a pointer was found) are not shown.
==1407034== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407034== 
==1407034== For lists of detected and suppressed errors, rerun with: -s
==1407034== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==1407035== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 19 of 50
==1407035==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407035==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407035==    by 0x5958FB: main (main.c:91)
==1407035== 
==1407035== LEAK SUMMARY:
==1407035==    definitely lost: 408 bytes in 1 blocks
==1407035==    indirectly lost: 2,936 bytes in 50 blocks
==1407035==      possibly lost: 0 bytes in 0 blocks
==1407035==    still reachable: 723,263 bytes in 53 blocks
==1407035==         suppressed: 0 bytes in 0 blocks
==1407035== Reachable blocks (those to which a pointer was found) are not shown.
==1407035== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407035== 
==1407035== For lists of detected and suppressed errors, rerun with: -s
==1407035== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
2023-02-21 16:28:11.857 EET [1407028] LOG:  background worker "logical replication launcher" (PID 1407035) exited with exit code 1
==1407031== 584 bytes in 1 blocks are possibly lost in loss record 10 of 31
==1407031==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407031==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407031==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407031==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407031==    by 0x595BD1: main (main.c:200)
==1407031== 
==1407031== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 15 of 31
==1407031==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407031==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407031==    by 0x5958FB: main (main.c:91)
==1407031== 
==1407031== LEAK SUMMARY:
==1407031==    definitely lost: 408 bytes in 1 blocks
==1407031==    indirectly lost: 2,936 bytes in 50 blocks
==1407031==      possibly lost: 584 bytes in 1 blocks
==1407031==    still reachable: 295,683 bytes in 30 blocks
==1407031==         suppressed: 0 bytes in 0 blocks
==1407031== Reachable blocks (those to which a pointer was found) are not shown.
==1407031== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407031== 
==1407031== For lists of detected and suppressed errors, rerun with: -s
==1407031== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
2023-02-21 16:28:11.872 EET [1407030] LOG:  shutting down
2023-02-21 16:28:11.893 EET [1407030] LOG:  checkpoint starting: shutdown immediate
2023-02-21 16:28:11.934 EET [1407030] LOG:  checkpoint complete: wrote 1 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.017 s, sync=0.002 s, total=0.058 s; sync files=1, longest=0.002 s, average=0.002 s; distance=0 kB, estimate=79 kB; lsn=0/15A92B0, redo lsn=0/15A92B0
==1407030== 
==1407030== HEAP SUMMARY:
==1407030==     in use at exit: 334,115 bytes in 86 blocks
==1407030==   total heap usage: 306 allocs, 220 frees, 1,248,930 bytes allocated
==1407030== 
==1407030== 584 bytes in 1 blocks are possibly lost in loss record 9 of 35
==1407030==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407030==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407030==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407030==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407030==    by 0x595BD1: main (main.c:200)
==1407030== 
==1407030== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 15 of 35
==1407030==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407030==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407030==    by 0x5958FB: main (main.c:91)
==1407030== 
==1407030== LEAK SUMMARY:
==1407030==    definitely lost: 408 bytes in 1 blocks
==1407030==    indirectly lost: 2,936 bytes in 50 blocks
==1407030==      possibly lost: 584 bytes in 1 blocks
==1407030==    still reachable: 330,187 bytes in 34 blocks
==1407030==         suppressed: 0 bytes in 0 blocks
==1407030== Reachable blocks (those to which a pointer was found) are not shown.
==1407030== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407030== 
==1407030== For lists of detected and suppressed errors, rerun with: -s
==1407030== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 2 from 1)
2023-02-21 16:28:12.403 EET [1407028] LOG:  database system is shut down
==1407028== 
==1407028== HEAP SUMMARY:
==1407028==     in use at exit: 218,059 bytes in 80 blocks
==1407028==   total heap usage: 277 allocs, 197 frees, 802,610 bytes allocated
==1407028== 
==1407028== 584 bytes in 1 blocks are possibly lost in loss record 9 of 26
==1407028==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407028==    by 0x6DAB6C: RegisterBackgroundWorker (bgworker.c:929)
==1407028==    by 0x70D7A5: ApplyLauncherRegister (launcher.c:902)
==1407028==    by 0x6DFA89: PostmasterMain (postmaster.c:1003)
==1407028==    by 0x595BD1: main (main.c:200)
==1407028== 
==1407028== 3,344 (408 direct, 2,936 indirect) bytes in 1 blocks are definitely lost in loss record 14 of 26
==1407028==    at 0x48407B4: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==1407028==    by 0xA0BD2B: save_ps_display_args (ps_status.c:165)
==1407028==    by 0x5958FB: main (main.c:91)
==1407028== 
==1407028== LEAK SUMMARY:
==1407028==    definitely lost: 408 bytes in 1 blocks
==1407028==    indirectly lost: 2,936 bytes in 50 blocks
==1407028==      possibly lost: 584 bytes in 1 blocks
==1407028==    still reachable: 214,131 bytes in 28 blocks
==1407028==         suppressed: 0 bytes in 0 blocks
==1407028== Reachable blocks (those to which a pointer was found) are not shown.
==1407028== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==1407028== 
==1407028== For lists of detected and suppressed errors, rerun with: -s
==1407028== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)