Skip to content

Instantly share code, notes, and snippets.

@Keno
Created August 28, 2013 22:02
Show Gist options
  • Save Keno/6371900 to your computer and use it in GitHub Desktop.
Save Keno/6371900 to your computer and use it in GitHub Desktop.
fischer@julia:~/julia/test$ ~/usr/bin/valgrind --trace-children=yes --track-origins=yes ../usr/bin/julia-debug-readline runtests.jl all
==23504== Memcheck, a memory error detector
==23504== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23504== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23504== Command: ../usr/bin/julia-debug-readline runtests.jl all
==23504==
==23835== Memcheck, a memory error detector
==23835== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23835== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23835== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23835==
==23836== Memcheck, a memory error detector
==23836== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23836== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23836== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23836==
==23837== Memcheck, a memory error detector
==23837== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23837== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23837== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23837==
==23838== Memcheck, a memory error detector
==23838== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23838== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23838== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23838==
==23839== Memcheck, a memory error detector
==23839== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23839== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23839== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23839==
==23840== Memcheck, a memory error detector
==23840== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23840== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23840== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23840==
==23841== Memcheck, a memory error detector
==23841== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23841== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23841== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23841==
==23842== Memcheck, a memory error detector
==23842== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==23842== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==23842== Command: /home/kfischer/julia/usr/bin/./julia-debug-basic --bind-to 127.0.0.1 --worker
==23842==
==23840== Syscall param msync(start) points to uninitialised byte(s)
==23840== at 0x4E434CD: ??? (syscall-template.S:82)
==23840== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23840== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23840== Address 0xffeffd000 is on thread 1's stack
==23840== Uninitialised value was created by a stack allocation
==23840== at 0x4E434C2: ??? (syscall-template.S:82)
==23840==
==23841== Syscall param msync(start) points to uninitialised byte(s)
==23841== at 0x4E434CD: ??? (syscall-template.S:82)
==23841== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23841== Address 0xffeffd000 is on thread 1's stack
==23841== Uninitialised value was created by a stack allocation
==23841== at 0x4E434C2: ??? (syscall-template.S:82)
==23841==
==23841== Syscall param msync(start) points to unaddressable byte(s)
==23841== at 0x4E434CD: ??? (syscall-template.S:82)
==23841== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23841== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23841== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23841==
==23842== Syscall param msync(start) points to uninitialised byte(s)
==23842== at 0x4E434CD: ??? (syscall-template.S:82)
==23842== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23842== Address 0xffeffd000 is on thread 1's stack
==23842== Uninitialised value was created by a stack allocation
==23842== at 0x4E434C2: ??? (syscall-template.S:82)
==23842==
==23842== Syscall param msync(start) points to unaddressable byte(s)
==23842== at 0x4E434CD: ??? (syscall-template.S:82)
==23842== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23842== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23842== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23842==
==23837== Syscall param msync(start) points to uninitialised byte(s)
==23837== at 0x4E434CD: ??? (syscall-template.S:82)
==23837== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23837== Address 0xffeffd000 is on thread 1's stack
==23837== Uninitialised value was created by a stack allocation
==23837== at 0x4E434C2: ??? (syscall-template.S:82)
==23837==
==23837== Syscall param msync(start) points to unaddressable byte(s)
==23837== at 0x4E434CD: ??? (syscall-template.S:82)
==23837== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23837== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23837== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23837==
==23838== Syscall param msync(start) points to uninitialised byte(s)
==23838== at 0x4E434CD: ??? (syscall-template.S:82)
==23838== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23838== Address 0xffeffd000 is on thread 1's stack
==23838== Uninitialised value was created by a stack allocation
==23838== at 0x4E434C2: ??? (syscall-template.S:82)
==23838==
==23838== Syscall param msync(start) points to unaddressable byte(s)
==23838== at 0x4E434CD: ??? (syscall-template.S:82)
==23838== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23838== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23838== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23838==
==23836== Syscall param msync(start) points to uninitialised byte(s)
==23836== at 0x4E434CD: ??? (syscall-template.S:82)
==23836== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23836== Address 0xffeffd000 is on thread 1's stack
==23836== Uninitialised value was created by a stack allocation
==23836== at 0x4E434C2: ??? (syscall-template.S:82)
==23836==
==23836== Syscall param msync(start) points to unaddressable byte(s)
==23836== at 0x4E434CD: ??? (syscall-template.S:82)
==23836== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23836== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23836== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23836==
==23839== Syscall param msync(start) points to uninitialised byte(s)
==23839== at 0x4E434CD: ??? (syscall-template.S:82)
==23839== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23839== Address 0xffeffd000 is on thread 1's stack
==23839== Uninitialised value was created by a stack allocation
==23839== at 0x4E434C2: ??? (syscall-template.S:82)
==23839==
==23839== Syscall param msync(start) points to unaddressable byte(s)
==23839== at 0x4E434CD: ??? (syscall-template.S:82)
==23839== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23839== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23839== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23839==
From worker 7: * collections
From worker 3: * keywordargs
From worker 8: * hashing
From worker 6: * unicode
From worker 4: * numbers
From worker 2: * core
From worker 5: * strings
From worker 9: * remote
From worker 9: * iobuffer
==23835== Syscall param msync(start) points to uninitialised byte(s)
==23835== at 0x4E434CD: ??? (syscall-template.S:82)
==23835== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23835== Address 0xffeffe000 is on thread 1's stack
==23835== Uninitialised value was created by a stack allocation
==23835== at 0x5A4D757: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835==
From worker 8: * arrayops
From worker 3: * linalg
From worker 9: * blas
==24902== Memcheck, a memory error detector
==24902== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24902== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24902== Command: /usr/bin/perl -e
==24902== $fname\ =\ "/tmp/tmpuxG8xX/UTF-32BE.unicode";
==24902== open(UNICODEF,\ "\>",\ "$fname")\ \ \ \ \ \ \ \ \ or\ die\ "can\\'t\ open\ $fname:\ $!";
==24902== binmode(UNICODEF);
==24902== print\ UNICODEF\ pack\ "N*",\ 0xfeff,\ 0..0xd7ff,\ 0xe000..0x10ffff;
==24902== close(UNICODEF);
==24902==
==24902== Warning: bad signal number 0 in sigaction()
==24902==
==24902== HEAP SUMMARY:
==24902== in use at exit: 79,515,737 bytes in 13,741 blocks
==24902== total heap usage: 14,023 allocs, 282 frees, 103,210,185 bytes allocated
==24902==
==24902== LEAK SUMMARY:
==24902== definitely lost: 6,241 bytes in 15 blocks
==24902== indirectly lost: 53,506 bytes in 17 blocks
==24902== possibly lost: 79,455,990 bytes in 13,709 blocks
==24902== still reachable: 0 bytes in 0 blocks
==24902== suppressed: 0 bytes in 0 blocks
==24902== Rerun with --leak-check=full to see details of leaked memory
==24902==
==24902== For counts of detected and suppressed errors, rerun with: -v
==24902== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
From worker 2: * fft
==24903== Memcheck, a memory error detector
==24903== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24903== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24903== Command: /usr/bin/iconv -f UTF-32BE -t UTF-32LE /tmp/tmpuxG8xX/UTF-32BE.unicode
==24903==
==24903==
==24903== HEAP SUMMARY:
==24903== in use at exit: 32,992 bytes in 5 blocks
==24903== total heap usage: 42 allocs, 37 frees, 39,041 bytes allocated
==24903==
==24903== LEAK SUMMARY:
==24903== definitely lost: 128 bytes in 1 blocks
==24903== indirectly lost: 32,864 bytes in 4 blocks
==24903== possibly lost: 0 bytes in 0 blocks
==24903== still reachable: 0 bytes in 0 blocks
==24903== suppressed: 0 bytes in 0 blocks
==24903== Rerun with --leak-check=full to see details of leaked memory
==24903==
==24903== For counts of detected and suppressed errors, rerun with: -v
==24903== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24904== Memcheck, a memory error detector
==24904== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24904== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24904== Command: /usr/bin/iconv -f UTF-32BE -t UTF-16BE /tmp/tmpuxG8xX/UTF-32BE.unicode
==24904==
==24904==
==24904== HEAP SUMMARY:
==24904== in use at exit: 32,992 bytes in 5 blocks
==24904== total heap usage: 49 allocs, 44 frees, 40,577 bytes allocated
==24904==
==24904== LEAK SUMMARY:
==24904== definitely lost: 128 bytes in 1 blocks
==24904== indirectly lost: 32,864 bytes in 4 blocks
==24904== possibly lost: 0 bytes in 0 blocks
==24904== still reachable: 0 bytes in 0 blocks
==24904== suppressed: 0 bytes in 0 blocks
==24904== Rerun with --leak-check=full to see details of leaked memory
==24904==
==24904== For counts of detected and suppressed errors, rerun with: -v
==24904== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24905== Memcheck, a memory error detector
==24905== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24905== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24905== Command: /usr/bin/iconv -f UTF-32BE -t UTF-16LE /tmp/tmpuxG8xX/UTF-32BE.unicode
==24905==
==24905==
==24905== HEAP SUMMARY:
==24905== in use at exit: 32,992 bytes in 5 blocks
==24905== total heap usage: 49 allocs, 44 frees, 40,577 bytes allocated
==24905==
==24905== LEAK SUMMARY:
==24905== definitely lost: 128 bytes in 1 blocks
==24905== indirectly lost: 32,864 bytes in 4 blocks
==24905== possibly lost: 0 bytes in 0 blocks
==24905== still reachable: 0 bytes in 0 blocks
==24905== suppressed: 0 bytes in 0 blocks
==24905== Rerun with --leak-check=full to see details of leaked memory
==24905==
==24905== For counts of detected and suppressed errors, rerun with: -v
==24905== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24906== Memcheck, a memory error detector
==24906== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24906== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24906== Command: /usr/bin/iconv -f UTF-32BE -t UTF-8 /tmp/tmpuxG8xX/UTF-32BE.unicode
==24906==
==24906==
==24906== HEAP SUMMARY:
==24906== in use at exit: 32,984 bytes in 4 blocks
==24906== total heap usage: 41 allocs, 37 frees, 39,033 bytes allocated
==24906==
==24906== LEAK SUMMARY:
==24906== definitely lost: 128 bytes in 1 blocks
==24906== indirectly lost: 32,856 bytes in 3 blocks
==24906== possibly lost: 0 bytes in 0 blocks
==24906== still reachable: 0 bytes in 0 blocks
==24906== suppressed: 0 bytes in 0 blocks
==24906== Rerun with --leak-check=full to see details of leaked memory
==24906==
==24906== For counts of detected and suppressed errors, rerun with: -v
==24906== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
From worker 9: * dsp
From worker 6: * sparse
From worker 7: * bitarray
From worker 5: * random
From worker 5: * math
From worker 2: * functional
From worker 2: * bigint
From worker 9: * sorting
From worker 6: * statistics
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x411108A: ???
==23840== by 0x4110C6D: ???
==23840== by 0x412461E: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x516E14C: jl_apply (julia.h:1022)
==23840== by 0x516F860: jl_toplevel_eval_flex (toplevel.c:400)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x5178360: allocb (gc.c:962)
==23840== by 0x516898D: array_resize_buffer (array.c:541)
==23840== by 0x5168B2F: jl_array_grow_end (array.c:562)
==23840== by 0x41245F5: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x41158BD: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x41110B8: ???
==23840== by 0x4110C6D: ???
==23840== by 0x412461E: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x5178360: allocb (gc.c:962)
==23840== by 0x516898D: array_resize_buffer (array.c:541)
==23840== by 0x5168B2F: jl_array_grow_end (array.c:562)
==23840== by 0x41245F5: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x411108A: ???
==23840== by 0x4110C6D: ???
==23840== by 0x412461E: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x516E14C: jl_apply (julia.h:1022)
==23840== by 0x516F860: jl_toplevel_eval_flex (toplevel.c:400)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x5178360: allocb (gc.c:962)
==23840== by 0x516898D: array_resize_buffer (array.c:541)
==23840== by 0x5168B2F: jl_array_grow_end (array.c:562)
==23840== by 0x41245F5: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x41158BD: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x41110B8: ???
==23840== by 0x4110C6D: ???
==23840== by 0x412461E: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x5178360: allocb (gc.c:962)
==23840== by 0x516898D: array_resize_buffer (array.c:541)
==23840== by 0x5168B2F: jl_array_grow_end (array.c:562)
==23840== by 0x41245F5: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840==
From worker 2: * spawn
==24944== Memcheck, a memory error detector
==24944== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24944== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24944== Command: /bin/echo hello | sort
==24944==
==24944==
==24944== HEAP SUMMARY:
==24944== in use at exit: 0 bytes in 0 blocks
==24944== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24944==
==24944== All heap blocks were freed -- no leaks are possible
==24944==
==24944== For counts of detected and suppressed errors, rerun with: -v
==24944== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24949== Memcheck, a memory error detector
==24949== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24949== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24949== Command: /bin/echo hello
==24949==
==24949==
==24949== HEAP SUMMARY:
==24949== in use at exit: 0 bytes in 0 blocks
==24949== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24949==
==24949== All heap blocks were freed -- no leaks are possible
==24949==
==24949== For counts of detected and suppressed errors, rerun with: -v
==24949== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24950== Memcheck, a memory error detector
==24950== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24950== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24950== Command: /usr/bin/sort
==24950==
==24950==
==24950== HEAP SUMMARY:
==24950== in use at exit: 176 bytes in 13 blocks
==24950== total heap usage: 47 allocs, 34 frees, 16,913,449 bytes allocated
==24950==
==24950== LEAK SUMMARY:
==24950== definitely lost: 0 bytes in 0 blocks
==24950== indirectly lost: 0 bytes in 0 blocks
==24950== possibly lost: 0 bytes in 0 blocks
==24950== still reachable: 176 bytes in 13 blocks
==24950== suppressed: 0 bytes in 0 blocks
==24950== Rerun with --leak-check=full to see details of leaked memory
==24950==
==24950== For counts of detected and suppressed errors, rerun with: -v
==24950== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24953== Memcheck, a memory error detector
==24953== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24953== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24953== Command: /bin/echo hello
==24953==
==24954== Memcheck, a memory error detector
==24954== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24954== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24954== Command: /bin/echo world
==24954==
==24953==
==24953== HEAP SUMMARY:
==24953== in use at exit: 0 bytes in 0 blocks
==24953== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24953==
==24953== All heap blocks were freed -- no leaks are possible
==24953==
==24953== For counts of detected and suppressed errors, rerun with: -v
==24953== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24954==
==24954== HEAP SUMMARY:
==24954== in use at exit: 0 bytes in 0 blocks
==24954== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24954==
==24954== All heap blocks were freed -- no leaks are possible
==24954==
==24954== For counts of detected and suppressed errors, rerun with: -v
==24954== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24959== Memcheck, a memory error detector
==24959== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24959== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24959== Command: /bin/echo hello
==24959==
==24960== Memcheck, a memory error detector
==24960== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24960== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24960== Command: /bin/echo world
==24960==
==24961== Memcheck, a memory error detector
==24961== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24961== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24961== Command: /usr/bin/sort
==24961==
==24959==
==24959== HEAP SUMMARY:
==24959== in use at exit: 0 bytes in 0 blocks
==24959== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24959==
==24959== All heap blocks were freed -- no leaks are possible
==24959==
==24959== For counts of detected and suppressed errors, rerun with: -v
==24959== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24960==
==24960== HEAP SUMMARY:
==24960== in use at exit: 0 bytes in 0 blocks
==24960== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24960==
==24960== All heap blocks were freed -- no leaks are possible
==24960==
==24960== For counts of detected and suppressed errors, rerun with: -v
==24960== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24961==
==24961== HEAP SUMMARY:
==24961== in use at exit: 176 bytes in 13 blocks
==24961== total heap usage: 50 allocs, 37 frees, 16,915,657 bytes allocated
==24961==
==24961== LEAK SUMMARY:
==24961== definitely lost: 0 bytes in 0 blocks
==24961== indirectly lost: 0 bytes in 0 blocks
==24961== possibly lost: 0 bytes in 0 blocks
==24961== still reachable: 176 bytes in 13 blocks
==24961== suppressed: 0 bytes in 0 blocks
==24961== Rerun with --leak-check=full to see details of leaked memory
==24961==
==24961== For counts of detected and suppressed errors, rerun with: -v
==24961== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x412464C: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x516E14C: jl_apply (julia.h:1022)
==23840== by 0x516F860: jl_toplevel_eval_flex (toplevel.c:400)
==23840== by 0x516FAAB: jl_parse_eval_all (toplevel.c:436)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x5178360: allocb (gc.c:962)
==23840== by 0x516898D: array_resize_buffer (array.c:541)
==23840== by 0x5168B2F: jl_array_grow_end (array.c:562)
==23840== by 0x41245F5: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x412464C: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x516E14C: jl_apply (julia.h:1022)
==23840== by 0x516F860: jl_toplevel_eval_flex (toplevel.c:400)
==23840== by 0x516FAAB: jl_parse_eval_all (toplevel.c:436)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x5178360: allocb (gc.c:962)
==23840== by 0x516898D: array_resize_buffer (array.c:541)
==23840== by 0x5168B2F: jl_array_grow_end (array.c:562)
==23840== by 0x41245F5: ???
==23840== by 0x4125982: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4125425: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840==
From worker 6: * parallel
==24979== Memcheck, a memory error detector
==24979== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24979== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24979== Command: /usr/bin/printf \ \ \ \ \ \ \ \\033[34m[stdio\ passthrough\ ok]\\033[0m\\n
==24979==
From worker 2: [stdio passthrough ok]
==24979==
==24979== HEAP SUMMARY:
==24979== in use at exit: 0 bytes in 0 blocks
==24979== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24979==
==24979== All heap blocks were freed -- no leaks are possible
==24979==
==24979== For counts of detected and suppressed errors, rerun with: -v
==24979== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24980== Memcheck, a memory error detector
==24980== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24980== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24980== Command: /usr/bin/perl -le while\ (1)\ {print\ STDOUT\ "y"}
==24980==
==24985== Memcheck, a memory error detector
==24985== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24985== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24985== Command: /usr/bin/head
==24985==
==24985==
==24985== HEAP SUMMARY:
==24985== in use at exit: 0 bytes in 0 blocks
==24985== total heap usage: 149 allocs, 149 frees, 16,122 bytes allocated
==24985==
==24985== All heap blocks were freed -- no leaks are possible
==24985==
==24985== For counts of detected and suppressed errors, rerun with: -v
==24985== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24980==
==24980== HEAP SUMMARY:
==24980== in use at exit: 161,977 bytes in 647 blocks
==24980== total heap usage: 740 allocs, 93 frees, 175,286 bytes allocated
==24980==
==24980== LEAK SUMMARY:
==24980== definitely lost: 304 bytes in 1 blocks
==24980== indirectly lost: 4,169 bytes in 36 blocks
==24980== possibly lost: 0 bytes in 0 blocks
==24980== still reachable: 157,504 bytes in 610 blocks
==24980== suppressed: 0 bytes in 0 blocks
==24980== Rerun with --leak-check=full to see details of leaked memory
==24980==
==24980== For counts of detected and suppressed errors, rerun with: -v
==24980== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24988==
==24988== HEAP SUMMARY:
==24988== in use at exit: 175,642,115 bytes in 2,468,844 blocks
==24988== total heap usage: 38,789,755 allocs, 36,320,911 frees, 2,998,259,919 bytes allocated
==24988==
==24988== LEAK SUMMARY:
==24988== definitely lost: 64 bytes in 1 blocks
==24988== indirectly lost: 0 bytes in 0 blocks
==24988== possibly lost: 2,659,989 bytes in 26,950 blocks
==24988== still reachable: 172,982,062 bytes in 2,441,893 blocks
==24988== suppressed: 0 bytes in 0 blocks
==24988== Rerun with --leak-check=full to see details of leaked memory
==24988==
==24988== For counts of detected and suppressed errors, rerun with: -v
==24988== ERROR SUMMARY: 36 errors from 1 contexts (suppressed: 0 from 0)
From worker 5: * priorityqueue
==24997== Memcheck, a memory error detector
==24997== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24997== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24997== Command: /bin/echo hello world
==24997==
==24997==
==24997== HEAP SUMMARY:
==24997== in use at exit: 0 bytes in 0 blocks
==24997== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==24997==
==24997== All heap blocks were freed -- no leaks are possible
==24997==
==24997== For counts of detected and suppressed errors, rerun with: -v
==24997== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24998== Memcheck, a memory error detector
==24998== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24998== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24998== Command: /bin/cat
==24998==
==24998==
==24998== HEAP SUMMARY:
==24998== in use at exit: 0 bytes in 0 blocks
==24998== total heap usage: 31 allocs, 31 frees, 40,544 bytes allocated
==24998==
==24998== All heap blocks were freed -- no leaks are possible
==24998==
==24998== For counts of detected and suppressed errors, rerun with: -v
==24998== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==24999== Memcheck, a memory error detector
==24999== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==24999== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==24999== Command: /bin/sh -c echo\ $TEST
==24999==
==24999==
==24999== HEAP SUMMARY:
==24999== in use at exit: 8,436 bytes in 9 blocks
==24999== total heap usage: 12 allocs, 3 frees, 12,636 bytes allocated
==24999==
==24999== LEAK SUMMARY:
==24999== definitely lost: 0 bytes in 0 blocks
==24999== indirectly lost: 0 bytes in 0 blocks
==24999== possibly lost: 0 bytes in 0 blocks
==24999== still reachable: 8,436 bytes in 9 blocks
==24999== suppressed: 0 bytes in 0 blocks
==24999== Rerun with --leak-check=full to see details of leaked memory
==24999==
==24999== For counts of detected and suppressed errors, rerun with: -v
==24999== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==25004== Memcheck, a memory error detector
==25004== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25004== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25004== Command: /bin/cat
==25004==
==25005== Memcheck, a memory error detector
==25005== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25005== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25005== Command: /bin/sh -c echo\ $TEST
==25005==
==25005==
==25005== HEAP SUMMARY:
==25005== in use at exit: 8,436 bytes in 9 blocks
==25005== total heap usage: 12 allocs, 3 frees, 12,636 bytes allocated
==25005==
==25005== LEAK SUMMARY:
==25005== definitely lost: 0 bytes in 0 blocks
==25005== indirectly lost: 0 bytes in 0 blocks
==25005== possibly lost: 0 bytes in 0 blocks
==25005== still reachable: 8,436 bytes in 9 blocks
==25005== suppressed: 0 bytes in 0 blocks
==25005== Rerun with --leak-check=full to see details of leaked memory
==25005==
==25005== For counts of detected and suppressed errors, rerun with: -v
==25005== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
From worker 8: * arpack
==25006== Memcheck, a memory error detector
==25006== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25006== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25006== Command: /bin/echo hello world
==25006==
==25006==
==25006== HEAP SUMMARY:
==25006== in use at exit: 0 bytes in 0 blocks
==25006== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==25006==
==25006== All heap blocks were freed -- no leaks are possible
==25006==
==25006== For counts of detected and suppressed errors, rerun with: -v
==25006== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==25011== Memcheck, a memory error detector
==25011== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25011== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25011== Command: /bin/cat -
==25011==
==25011==
==25011== HEAP SUMMARY:
==25011== in use at exit: 0 bytes in 0 blocks
==25011== total heap usage: 31 allocs, 31 frees, 40,544 bytes allocated
==25011==
==25011== All heap blocks were freed -- no leaks are possible
==25011==
==25011== For counts of detected and suppressed errors, rerun with: -v
==25011== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==25004==
==25004== HEAP SUMMARY:
==25004== in use at exit: 0 bytes in 0 blocks
==25004== total heap usage: 31 allocs, 31 frees, 40,544 bytes allocated
==25004==
==25004== All heap blocks were freed -- no leaks are possible
==25004==
==25004== For counts of detected and suppressed errors, rerun with: -v
==25004== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
From worker 2: * file
==25014== Memcheck, a memory error detector
==25014== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25014== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25014== Command: /bin/chmod -w /tmp/tmpv5SHZu/afile.txt
==25014==
==25014==
==25014== HEAP SUMMARY:
==25014== in use at exit: 35 bytes in 2 blocks
==25014== total heap usage: 39 allocs, 37 frees, 9,100 bytes allocated
==25014==
==25014== LEAK SUMMARY:
==25014== definitely lost: 3 bytes in 1 blocks
==25014== indirectly lost: 0 bytes in 0 blocks
==25014== possibly lost: 0 bytes in 0 blocks
==25014== still reachable: 32 bytes in 1 blocks
==25014== suppressed: 0 bytes in 0 blocks
==25014== Rerun with --leak-check=full to see details of leaked memory
==25014==
==25014== For counts of detected and suppressed errors, rerun with: -v
==25014== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==25015== Memcheck, a memory error detector
==25015== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25015== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25015== Command: /bin/chmod +w /tmp/tmpv5SHZu/afile.txt
==25015==
==25015==
==25015== HEAP SUMMARY:
==25015== in use at exit: 32 bytes in 1 blocks
==25015== total heap usage: 38 allocs, 37 frees, 9,097 bytes allocated
==25015==
==25015== LEAK SUMMARY:
==25015== definitely lost: 0 bytes in 0 blocks
==25015== indirectly lost: 0 bytes in 0 blocks
==25015== possibly lost: 0 bytes in 0 blocks
==25015== still reachable: 32 bytes in 1 blocks
==25015== suppressed: 0 bytes in 0 blocks
==25015== Rerun with --leak-check=full to see details of leaked memory
==25015==
==25015== For counts of detected and suppressed errors, rerun with: -v
==25015== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==25020== Memcheck, a memory error detector
==25020== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25020== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25020== Command: /bin/mv /tmp/tmpv5SHZu/afile.txt /tmp/tmpv5SHZu/bfile.txt
==25020==
==25020==
==25020== HEAP SUMMARY:
==25020== in use at exit: 2,176 bytes in 2 blocks
==25020== total heap usage: 36 allocs, 34 frees, 7,233 bytes allocated
==25020==
==25020== LEAK SUMMARY:
==25020== definitely lost: 0 bytes in 0 blocks
==25020== indirectly lost: 0 bytes in 0 blocks
==25020== possibly lost: 0 bytes in 0 blocks
==25020== still reachable: 2,176 bytes in 2 blocks
==25020== suppressed: 0 bytes in 0 blocks
==25020== Rerun with --leak-check=full to see details of leaked memory
==25020==
==25020== For counts of detected and suppressed errors, rerun with: -v
==25020== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
From worker 5: * suitesparse
From worker 9: * version
From worker 5: * resolve
From worker 9: * pollfd
==25041== Memcheck, a memory error detector
==25041== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==25041== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==25041== Command: /usr/bin/touch /tmp/tmpv5SHZu/empty
==25041==
==25041==
==25041== HEAP SUMMARY:
==25041== in use at exit: 0 bytes in 0 blocks
==25041== total heap usage: 30 allocs, 30 frees, 3,681 bytes allocated
==25041==
==25041== All heap blocks were freed -- no leaks are possible
==25041==
==25041== For counts of detected and suppressed errors, rerun with: -v
==25041== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
From worker 2: * mpfr
From worker 9: * broadcast
From worker 8: * complex
From worker 2: * socket
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x41127EE: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416BFB5: ???
==23840== by 0x416B66A: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x51008E1: jl_f_apply (builtins.c:252)
==23840== by 0x41089FC: ???
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4168F08: ???
==23840== by 0x4168DF0: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416B812: ???
==23840== by 0x416B66A: ???
==23840==
==23835== Syscall param msync(start) points to unaddressable byte(s)
==23835== at 0x4E434CD: ??? (syscall-template.S:82)
==23835== by 0x5A4F3E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4F513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4F650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4D334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4D5F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4CEB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A52303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A52AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4EAC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5A4D79F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23835== by 0x5165972: rec_backtrace_ctx (task.c:568)
==23835== Address 0xffeffd000 is not stack'd, malloc'd or (recently) free'd
==23835==
From worker 2: * floatapprox
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4170D1E: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416FEF9: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4170CAC: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4170D1E: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416FEF9: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4170CAC: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4170D1E: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4170FA4: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416F735: ???
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4170CAC: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4170FA4: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x41715DE: ???
==23840== by 0x41714BA: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171318: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4171585: ???
==23840== by 0x41714BA: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4170D1E: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171415: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416F95D: ???
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4170CAC: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171415: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4171AFD: ???
==23840== by 0x417199A: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171788: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4171A65: ???
==23840== by 0x417199A: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4171AFD: ???
==23840== by 0x417199A: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171788: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x40B0896: ???
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4171A65: ???
==23840== by 0x417199A: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x41715DE: ???
==23840== by 0x41714BA: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171318: ???
==23840== by 0x40B0896: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x416F95D: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x41121A9: ???
==23840== by 0x4171585: ???
==23840== by 0x41714BA: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4171318: ???
==23840==
From worker 2: * readdlm
From worker 8: * regex
From worker 2: * float16
==23841== Invalid read of size 8
==23841== at 0x4036DBC: ???
==23841== by 0xFFEFFE5DF: ???
==23841== by 0xFFEFFE5DF: ???
==23841== Address 0xfffffffffffffff8 is not stack'd, malloc'd or (recently) free'd
==23841==
==23841==
==23841== Process terminating with default action of signal 11 (SIGSEGV)
==23841== Access not within mapped region at address 0xFFFFFFFFFFFFFFF8
==23841== at 0x4036DBC: ???
==23841== by 0xFFEFFE5DF: ???
==23841== by 0xFFEFFE5DF: ???
==23841== If you believe this happened as a result of a stack
==23841== overflow in your program's main thread (unlikely but
==23841== possible), you can try to increase the size of the
==23841== main thread stack using the --main-stacksize= flag.
==23841== The main thread stack size used in this run was 8388608.
==23841==
==23841== HEAP SUMMARY:
==23841== in use at exit: 357,132,774 bytes in 4,516,984 blocks
==23841== total heap usage: 67,388,309 allocs, 62,871,325 frees, 4,881,682,400 bytes allocated
==23841==
From worker 2: * combinatorics
==23841== LEAK SUMMARY:
==23841== definitely lost: 5,936 bytes in 23 blocks
==23841== indirectly lost: 0 bytes in 0 blocks
==23841== possibly lost: 3,733,426 bytes in 35,940 blocks
==23841== still reachable: 353,393,412 bytes in 4,481,021 blocks
==23841== suppressed: 0 bytes in 0 blocks
==23841== Rerun with --leak-check=full to see details of leaked memory
==23841==
==23841== For counts of detected and suppressed errors, rerun with: -v
==23841== ERROR SUMMARY: 50 errors from 3 contexts (suppressed: 0 from 0)
==23504== Syscall param msync(start) points to uninitialised byte(s)
==23504== at 0x506A4CD: ??? (syscall-template.S:82)
==23504== by 0x5C763E6: msync_validate (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C76513: validate_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C76650: access_mem (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C74334: dwarf_get (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C745F2: _ULx86_64_access_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C73EB2: _ULx86_64_get_reg (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C79303: apply_reg_state (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C79AB2: _ULx86_64_dwarf_find_save_locs (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C75AC3: _ULx86_64_dwarf_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x5C7479F: _ULx86_64_step (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==23504== by 0x538C972: rec_backtrace_ctx (task.c:568)
==23504== Address 0xffefff000 is on thread 1's stack
==23504== Uninitialised value was created by a stack allocation
==23504== at 0x538C8BE: rec_backtrace_ctx (task.c:555)
==23504==
Worker 8 terminated.
ERROR: read: end of file
in read at iobuffer.jl:68
in read at stream.jl:624
in anonymous at task.jl:793
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4184A9B: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x51008E1: jl_f_apply (builtins.c:252)
==23840== by 0x41089FC: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4106B48: ???
==23840== by 0x4184A39: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x41127EE: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x418561F: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x51008E1: jl_f_apply (builtins.c:252)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4106B48: ???
==23840== by 0x418552C: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x41862AF: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x51008E1: jl_f_apply (builtins.c:252)
==23840== by 0x41089FC: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4106B48: ???
==23840== by 0x41860F7: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x41862AF: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x51008E1: jl_f_apply (builtins.c:252)
==23840== by 0x41089FC: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4106B48: ???
==23840== by 0x41860F7: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4189977: ???
==23840== by 0x4189849: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5100C04: jl_f_apply (builtins.c:291)
==23840== by 0x4181DD3: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4168F08: ???
==23840== by 0x4168DF0: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4187448: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x4189977: ???
==23840== by 0x4189849: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5100C04: jl_f_apply (builtins.c:291)
==23840== by 0x4181DD3: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x4168F08: ???
==23840== by 0x4168DF0: ???
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x4187448: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840==
==23840== Conditional jump or move depends on uninitialised value(s)
==23840== at 0x5160C93: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x418FDBF: ???
==23840== by 0x418FC3C: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5100C04: jl_f_apply (builtins.c:291)
==23840== by 0x418F2B3: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x418DAF8: ???
==23840== by 0x418D9E4: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
==23840== Use of uninitialised value of size 8
==23840== at 0x5160CA8: jl_box_uint64 (alloc.c:749)
==23840== by 0x4110CEA: ???
==23840== by 0x418FDBF: ???
==23840== by 0x418FC3C: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5100C04: jl_f_apply (builtins.c:291)
==23840== by 0x418F2B3: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== Uninitialised value was created by a heap allocation
==23840== at 0x4C2C857: malloc (vg_replace_malloc.c:291)
==23840== by 0x5176834: alloc_big (gc.c:348)
==23840== by 0x51783A9: allocobj (gc.c:977)
==23840== by 0x5166CED: _new_array_ (array.c:76)
==23840== by 0x5167011: _new_array (array.c:130)
==23840== by 0x5167A51: jl_alloc_array_1d (array.c:304)
==23840== by 0x418DAF8: ???
==23840== by 0x418D9E4: ???
==23840== by 0x50FF747: jl_apply (julia.h:1022)
==23840== by 0x5102EA2: jl_trampoline (builtins.c:816)
==23840== by 0x50F6B08: jl_apply (julia.h:1022)
==23840== by 0x50FB20A: jl_apply_generic (gf.c:1405)
==23840==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment