Skip to content

Instantly share code, notes, and snippets.

@Keno
Created October 22, 2013 00:46
Show Gist options
  • Save Keno/7093420 to your computer and use it in GitHub Desktop.
Save Keno/7093420 to your computer and use it in GitHub Desktop.
kfischer@julia:~/julia/base$ valgrind --track-origins=yes ../usr/bin/julia-debug-readline sysimg.jl
==6426== Memcheck, a memory error detector
==6426== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==6426== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info
==6426== Command: ../usr/bin/julia-debug-readline sysimg.jl
==6426==
xWarning: replacing module Base
exports.jl
base.jl
reflection.jl
build_h.jl
c.jl
promotion.jl
range.jl
tuple.jl
cell.jl
expr.jl
error.jl
bool.jl
number.jl
int.jl
operators.jl
pointer.jl
float.jl
reduce.jl
complex.jl
rational.jl
abstractarray.jl
subarray.jl
array.jl
bitarray.jl
intset.jl
dict.jl
set.jl
iterator.jl
inference.jl
osutils.jl
char.jl
ascii.jl
utf8.jl
iobuffer.jl
string.jl
regex.jl
pcre.jl
base64.jl
libc.jl
env.jl
errno.jl
path.jl
intfuncs.jl
task.jl
io.jl
show.jl
stream.jl
uv_constants.jl
socket.jl
stat.jl
fs.jl
process.jl
multimedia.jl
grisu.jl
printf.jl
file.jl
floatfuncs.jl
math.jl
primes.jl
float16.jl
serialize.jl
multi.jl
poll.jl
repl.jl
client.jl
loading.jl
statistics.jl
librandom.jl
random.jl
ordering.jl
collections.jl
sort.jl
combinatorics.jl
darray.jl
mmap.jl
sysinfo.jl
version.jl
datafmt.jl
deepcopy.jl
util.jl
test.jl
meta.jl
i18n.jl
help.jl
sparse.jl
sparse/abstractsparse.jl
matrixmarket.jl
linalg.jl
broadcast.jl
fftw.jl
dsp.jl
rounding.jl
gmp.jl
mpfr.jl
constants.jl
quadgk.jl
deprecated.jl
git.jl
pkg.jl
==6426== Invalid read of size 8
==6426== at 0x53D0CCD: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E88: equalhash_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D1446: fl_table_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAB43: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== Address 0x9e50368 is 456 bytes inside a block of size 1,024 free'd
==6426== at 0x4C2B75D: free (vg_replace_malloc.c:468)
==6426== by 0x53D0E23: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E03: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E88: equalhash_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D1446: fl_table_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426==
==6426== Invalid write of size 8
==6426== at 0x53D0E6D: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E88: equalhash_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D1446: fl_table_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAB43: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== Address 0x9e50360 is 448 bytes inside a block of size 1,024 free'd
==6426== at 0x4C2B75D: free (vg_replace_malloc.c:468)
==6426== by 0x53D0E23: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E03: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E88: equalhash_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D1446: fl_table_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426==
==6426== Invalid write of size 8
==6426== at 0x53D0E89: equalhash_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D1446: fl_table_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAB43: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== Address 0x9e50368 is 456 bytes inside a block of size 1,024 free'd
==6426== at 0x4C2B75D: free (vg_replace_malloc.c:468)
==6426== by 0x53D0E23: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E03: equalhash_lookup_bp (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D0E88: equalhash_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53D1446: fl_table_put (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CA7E4: _applyn (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53CAC0E: fl_map1 (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426== by 0x53C9227: apply_cl (in /home/kfischer/julia/usr/lib/libjulia-debug.so)
==6426==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment