Skip to content

Instantly share code, notes, and snippets.

@garrison
Created January 1, 2022 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garrison/d974aaeda947a0674c3012391fcb9970 to your computer and use it in GitHub Desktop.
Save garrison/d974aaeda947a0674c3012391fcb9970 to your computer and use it in GitHub Desktop.
Julia e8d116735cfa under Valgrind
$ valgrind --smc-check=all-non-file --suppressions=contrib/valgrind-julia.supp --leak-check=full --show-leak-kinds=definite ./julia -e ""
==xxxxxx== Memcheck, a memory error detector
==xxxxxx== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==xxxxxx== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==xxxxxx== Command: ./julia -e
==xxxxxx==
==xxxxxx==
==xxxxxx== HEAP SUMMARY:
==xxxxxx== in use at exit: 97,755,918 bytes in 75,184 blocks
==xxxxxx== total heap usage: 166,179 allocs, 90,995 frees, 104,815,918 bytes allocated
==xxxxxx==
==xxxxxx== 8 bytes in 1 blocks are definitely lost in loss record 584 of 7,856
==xxxxxx== at 0x484186F: malloc (vg_replace_malloc.c:381)
==xxxxxx== by 0x517669F: jl_gc_perm_alloc (gc.c:3644)
==xxxxxx== by 0x5143064: jl_gc_permobj (julia_internal.h:401)
==xxxxxx== by 0x5143064: jl_init_root_task (task.c:1322)
==xxxxxx== by 0x5141A72: julia_init (init.c:685)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 24 bytes in 1 blocks are definitely lost in loss record 821 of 7,856
==xxxxxx== at 0x484186F: malloc (vg_replace_malloc.c:381)
==xxxxxx== by 0x514007D: malloc_s (dtypes.h:323)
==xxxxxx== by 0x514007D: init_stdio_handle.constprop.0 (init.c:389)
==xxxxxx== by 0x514197A: init_stdio (init.c:425)
==xxxxxx== by 0x514197A: julia_init (init.c:632)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 24 bytes in 1 blocks are definitely lost in loss record 822 of 7,856
==xxxxxx== at 0x484186F: malloc (vg_replace_malloc.c:381)
==xxxxxx== by 0x514007D: malloc_s (dtypes.h:323)
==xxxxxx== by 0x514007D: init_stdio_handle.constprop.0 (init.c:389)
==xxxxxx== by 0x5141995: init_stdio (init.c:426)
==xxxxxx== by 0x5141995: julia_init (init.c:632)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DCB53F: __static_initialization_and_destruction_0 (codegen.cpp:812)
==xxxxxx== by 0x5DCB53F: _GLOBAL__sub_I_codegen.cpp (codegen.cpp:8294)
==xxxxxx== by 0x40109BD: call_init (dl-init.c:70)
==xxxxxx== by 0x40109BD: call_init (dl-init.c:26)
==xxxxxx== by 0x4010AAB: _dl_init (dl-init.c:117)
==xxxxxx== by 0x49BF664: _dl_catch_exception (dl-error-skeleton.c:182)
==xxxxxx== by 0x40146DD: dl_open_worker (dl-open.c:821)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x4014A6E: _dl_open (dl-open.c:896)
==xxxxxx== by 0x48EED1B: dlopen_doit (dlopen.c:56)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x49BF6D2: _dl_catch_error (dl-error-skeleton.c:227)
==xxxxxx== by 0x48EE81D: _dlerror_run (dlerror.c:138)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE843E: jl_init_llvm (codegen.cpp:7980)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE847E: jl_init_llvm (codegen.cpp:7981)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE84BE: jl_init_llvm (codegen.cpp:7982)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE84FE: jl_init_llvm (codegen.cpp:7983)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE853E: jl_init_llvm (codegen.cpp:7984)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE857E: jl_init_llvm (codegen.cpp:7985)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE85BE: jl_init_llvm (codegen.cpp:7986)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE85FE: jl_init_llvm (codegen.cpp:7987)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE863E: jl_init_llvm (codegen.cpp:7988)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE867E: jl_init_llvm (codegen.cpp:7989)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE86BE: jl_init_llvm (codegen.cpp:7990)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE86FE: jl_init_llvm (codegen.cpp:7991)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE875D: jl_init_llvm (codegen.cpp:7993)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE879D: jl_init_llvm (codegen.cpp:7994)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE87DD: jl_init_llvm (codegen.cpp:7995)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE881D: jl_init_llvm (codegen.cpp:7996)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE885D: jl_init_llvm (codegen.cpp:7997)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE889D: jl_init_llvm (codegen.cpp:7998)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE88DD: jl_init_llvm (codegen.cpp:7999)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE891D: jl_init_llvm (codegen.cpp:8000)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE895D: jl_init_llvm (codegen.cpp:8001)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE899D: jl_init_llvm (codegen.cpp:8002)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE89DD: jl_init_llvm (codegen.cpp:8003)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8A1D: jl_init_llvm (codegen.cpp:8004)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8A5D: jl_init_llvm (codegen.cpp:8005)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8A9D: jl_init_llvm (codegen.cpp:8006)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8AD7: jl_init_llvm (codegen.cpp:8007)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8B11: jl_init_llvm (codegen.cpp:8008)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8B4B: jl_init_llvm (codegen.cpp:8009)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DE8B85: jl_init_llvm (codegen.cpp:8010)
==xxxxxx== by 0x5DEA3BD: jl_init_codegen_impl (codegen.cpp:8190)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DEA400: init_jit_functions (codegen.cpp:7872)
==xxxxxx== by 0x5DEA400: jl_init_codegen_impl (codegen.cpp:8193)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DEA45B: init_jit_functions (codegen.cpp:7873)
==xxxxxx== by 0x5DEA45B: jl_init_codegen_impl (codegen.cpp:8193)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DEA4B6: init_jit_functions (codegen.cpp:7874)
==xxxxxx== by 0x5DEA4B6: jl_init_codegen_impl (codegen.cpp:8193)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DEA511: init_jit_functions (codegen.cpp:7875)
==xxxxxx== by 0x5DEA511: jl_init_codegen_impl (codegen.cpp:8193)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DEA56C: init_jit_functions (codegen.cpp:7876)
==xxxxxx== by 0x5DEA56C: jl_init_codegen_impl (codegen.cpp:8193)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 7,856
==xxxxxx== at 0x4841FF5: operator new(unsigned long) (vg_replace_malloc.c:422)
==xxxxxx== by 0x5DEA5C7: init_jit_functions (codegen.cpp:7877)
==xxxxxx== by 0x5DEA5C7: jl_init_codegen_impl (codegen.cpp:8193)
==xxxxxx== by 0x51549AA: jl_restore_system_image_from_stream (staticdata.c:1991)
==xxxxxx== by 0x51585BF: ijl_restore_system_image_data (staticdata.c:2044)
==xxxxxx== by 0x51586C2: jl_load_sysimg_so (staticdata.c:377)
==xxxxxx== by 0x51586C2: ijl_restore_system_image (staticdata.c:2017)
==xxxxxx== by 0x5141045: _finish_julia_init.constprop.0 (init.c:702)
==xxxxxx== by 0x5141A7D: julia_init (init.c:687)
==xxxxxx== by 0x517F522: jl_repl_entrypoint (jlapi.c:700)
==xxxxxx== by 0x401058: main (loader_exe.c:59)
==xxxxxx==
==xxxxxx== 64 bytes in 1 blocks are definitely lost in loss record 4,436 of 7,856
==xxxxxx== at 0x484186F: malloc (vg_replace_malloc.c:381)
==xxxxxx== by 0x401585B: UnknownInlinedFun (rtld-malloc.h:56)
==xxxxxx== by 0x401585B: resize_scopes (dl-open.c:294)
==xxxxxx== by 0x401585B: dl_open_worker_begin (dl-open.c:724)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x4014679: dl_open_worker (dl-open.c:795)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x4014A6E: _dl_open (dl-open.c:896)
==xxxxxx== by 0x48EED1B: dlopen_doit (dlopen.c:56)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x49BF6D2: _dl_catch_error (dl-error-skeleton.c:227)
==xxxxxx== by 0x48EE81D: _dlerror_run (dlerror.c:138)
==xxxxxx== by 0x48EEDA7: dlopen_implementation (dlopen.c:71)
==xxxxxx== by 0x48EEDA7: dlopen@@GLIBC_2.34 (dlopen.c:81)
==xxxxxx== by 0x513EB23: ijl_load_dynamic_library (dlload.c:256)
==xxxxxx==
==xxxxxx== 128 bytes in 2 blocks are definitely lost in loss record 5,737 of 7,856
==xxxxxx== at 0x484186F: malloc (vg_replace_malloc.c:381)
==xxxxxx== by 0x400EF4A: UnknownInlinedFun (rtld-malloc.h:56)
==xxxxxx== by 0x400EF4A: _dl_map_object_deps (dl-deps.c:438)
==xxxxxx== by 0x4014F61: dl_open_worker_begin (dl-open.c:591)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x4014679: dl_open_worker (dl-open.c:795)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x4014A6E: _dl_open (dl-open.c:896)
==xxxxxx== by 0x48EED1B: dlopen_doit (dlopen.c:56)
==xxxxxx== by 0x49BF607: _dl_catch_exception (dl-error-skeleton.c:208)
==xxxxxx== by 0x49BF6D2: _dl_catch_error (dl-error-skeleton.c:227)
==xxxxxx== by 0x48EE81D: _dlerror_run (dlerror.c:138)
==xxxxxx== by 0x48EEDA7: dlopen_implementation (dlopen.c:71)
==xxxxxx== by 0x48EEDA7: dlopen@@GLIBC_2.34 (dlopen.c:81)
==xxxxxx==
==xxxxxx== LEAK SUMMARY:
==xxxxxx== definitely lost: 1,432 bytes in 43 blocks
==xxxxxx== indirectly lost: 0 bytes in 0 blocks
==xxxxxx== possibly lost: 2,761,745 bytes in 54,031 blocks
==xxxxxx== still reachable: 94,992,741 bytes in 21,110 blocks
==xxxxxx== of which reachable via heuristic:
==xxxxxx== newarray : 59,336 bytes in 11 blocks
==xxxxxx== multipleinheritance: 4,688 bytes in 12 blocks
==xxxxxx== suppressed: 0 bytes in 0 blocks
==xxxxxx== Reachable blocks (those to which a pointer was found) are not shown.
==xxxxxx== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==xxxxxx==
==xxxxxx== For lists of detected and suppressed errors, rerun with: -s
==xxxxxx== ERROR SUMMARY: 387 errors from 387 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment