Skip to content

Instantly share code, notes, and snippets.

@abbradar
Created September 3, 2015 11:07
Show Gist options
  • Save abbradar/4eb66a7821785f983a6c to your computer and use it in GitHub Desktop.
Save abbradar/4eb66a7821785f983a6c to your computer and use it in GitHub Desktop.
min.jl output with valgrind
==3984== Memcheck, a memory error detector
==3984== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==3984== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==3984== Command: result/bin/julia min.jl
==3984==
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
From git://github.com/zenna/AbstractDomains.jl
* [new branch] master -> origin/master
From git://github.com/dfdx/ActiveAppearanceModels.jl
* [new branch] debug-bounds-error -> origin/debug-bounds-error
* [new branch] master -> origin/master
From git://github.com/timholy/AffineTransforms.jl
* [new branch] master -> origin/master
From git://github.com/JackDunnNZ/AmplNLWriter.jl
* [new branch] master -> origin/master
==3984== Syscall param msync(start) points to unaddressable byte(s)
==3984== at 0x8F6BC20: __msync_nocancel (in /nix/store/qlxp7vb63fp8kx5vk9a0y3rj8svbvl27-glibc-2.21/lib/libpthread-2.21.so)
==3984== by 0x939C251: access_mem (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939C723: _ULx86_64_access_reg (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939EF71: apply_reg_state (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x93A009E: _ULx86_64_dwarf_find_save_locs (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x93A03B8: _ULx86_64_dwarf_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939CBD0: _ULx86_64_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x4EB43C7: rec_backtrace_ctx (task.c:600)
==3984== by 0x4EB4432: rec_backtrace (task.c:584)
==3984== by 0x4EB490C: record_backtrace (task.c:626)
==3984== by 0x4EB490C: jl_throw (task.c:730)
==3984== by 0x4EB4A28: jl_throw_with_superfluous_argument (task.c:746)
==3984== by 0x3082A169: julia_systemerror_18006 (in /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/lib/julia/sys.so)
==3984== Address 0xffeffc000 is on thread 1's stack
==3984== 1064 bytes below stack pointer
==3984==
==3984== Syscall param msync(start) points to uninitialised byte(s)
==3984== at 0x8F6BC20: __msync_nocancel (in /nix/store/qlxp7vb63fp8kx5vk9a0y3rj8svbvl27-glibc-2.21/lib/libpthread-2.21.so)
==3984== by 0x939C251: access_mem (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939EFB6: apply_reg_state (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x93A009E: _ULx86_64_dwarf_find_save_locs (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x93A03B8: _ULx86_64_dwarf_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939CBD0: _ULx86_64_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x4EB43C7: rec_backtrace_ctx (task.c:600)
==3984== by 0x4EB4432: rec_backtrace (task.c:584)
==3984== by 0x4EB490C: record_backtrace (task.c:626)
==3984== by 0x4EB490C: jl_throw (task.c:730)
==3984== by 0x4EB4A28: jl_throw_with_superfluous_argument (task.c:746)
==3984== by 0x3082A169: julia_systemerror_18006 (in /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/lib/julia/sys.so)
==3984== by 0x30829E56: julia_open_18003 (iostream.jl:113)
==3984== Address 0xffeffd000 is on thread 1's stack
==3984== in frame #7, created by rec_backtrace (task.c:581)
==3984==
==3984== Syscall param msync(start) points to uninitialised byte(s)
==3984== at 0x8F6BC20: __msync_nocancel (in /nix/store/qlxp7vb63fp8kx5vk9a0y3rj8svbvl27-glibc-2.21/lib/libpthread-2.21.so)
==3984== by 0x939C251: access_mem (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939C723: _ULx86_64_access_reg (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939EF71: apply_reg_state (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x93A009E: _ULx86_64_dwarf_find_save_locs (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x93A03B8: _ULx86_64_dwarf_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939CBD0: _ULx86_64_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x4EB43C7: rec_backtrace_ctx (task.c:600)
==3984== by 0x4EB4432: rec_backtrace (task.c:584)
==3984== by 0x4EB490C: record_backtrace (task.c:626)
==3984== by 0x4EB490C: jl_throw (task.c:730)
==3984== by 0x4E65054: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== Address 0xffeffd000 is on thread 1's stack
==3984== in frame #7, created by rec_backtrace_ctx (task.c:587)
==3984==
==3984== Invalid read of size 8
==3984== at 0x4E53D27: jl_is_type (jltypes.c:69)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CE04: ???
==3984== by 0x4E6BBA9: jl_apply (julia.h:982)
==3984== by 0x4E6BBA9: jl_f_apply (builtins.c:338)
==3984== Address 0xffeffdd40 is on thread 1's stack
==3984== 192 bytes below stack pointer
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53BF8: jl_is_type (jltypes.c:64)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CE04: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53C08: jl_is_nontuple_type (julia.h:594)
==3984== by 0x4E53C08: jl_is_type (jltypes.c:76)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CE04: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53C14: jl_is_nontuple_type (julia.h:593)
==3984== by 0x4E53C14: jl_is_type (jltypes.c:76)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CE04: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E61860: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CE04: ???
==3984== by 0x4E6BBA9: jl_apply (julia.h:982)
==3984== by 0x4E6BBA9: jl_f_apply (builtins.c:338)
==3984==
==3984== Invalid read of size 8
==3984== at 0x4E61837: arg_type_tuple (gf.c:1278)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CE04: ???
==3984== by 0x4E6BBA9: jl_apply (julia.h:982)
==3984== by 0x4E6BBA9: jl_f_apply (builtins.c:338)
==3984== Address 0xffeffdd40 is on thread 1's stack
==3984== 384 bytes below stack pointer
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E5242C: jl_has_typevars__ (jltypes.c:87)
==3984== by 0x4E5242C: jl_has_typevars__ (jltypes.c:118)
==3984== by 0x4E5242C: jl_has_typevars__.constprop.20 (jltypes.c:118)
==3984== by 0x4E5D68D: jl_has_typevars (jltypes.c:145)
==3984== by 0x4E5D68D: jl_type_intersect.constprop.17 (jltypes.c:799)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E52436: jl_has_typevars__ (jltypes.c:100)
==3984== by 0x4E52436: jl_has_typevars__ (jltypes.c:118)
==3984== by 0x4E52436: jl_has_typevars__.constprop.20 (jltypes.c:118)
==3984== by 0x4E5D68D: jl_has_typevars (jltypes.c:145)
==3984== by 0x4E5D68D: jl_type_intersect.constprop.17 (jltypes.c:799)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E52440: jl_has_typevars__ (jltypes.c:103)
==3984== by 0x4E52440: jl_has_typevars__ (jltypes.c:118)
==3984== by 0x4E52440: jl_has_typevars__.constprop.20 (jltypes.c:118)
==3984== by 0x4E5D68D: jl_has_typevars (jltypes.c:145)
==3984== by 0x4E5D68D: jl_type_intersect.constprop.17 (jltypes.c:799)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E5244A: jl_has_typevars__ (jltypes.c:105)
==3984== by 0x4E5244A: jl_has_typevars__ (jltypes.c:118)
==3984== by 0x4E5244A: jl_has_typevars__.constprop.20 (jltypes.c:118)
==3984== by 0x4E5D68D: jl_has_typevars (jltypes.c:145)
==3984== by 0x4E5D68D: jl_type_intersect.constprop.17 (jltypes.c:799)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Use of uninitialised value of size 8
==3984== at 0x4E5246A: jl_has_typevars__ (jltypes.c:114)
==3984== by 0x4E5246A: jl_has_typevars__ (jltypes.c:118)
==3984== by 0x4E5246A: jl_has_typevars__.constprop.20 (jltypes.c:118)
==3984== by 0x4E5D68D: jl_has_typevars (jltypes.c:145)
==3984== by 0x4E5D68D: jl_type_intersect.constprop.17 (jltypes.c:799)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E534FE: jl_is_type_type (julia.h:600)
==3984== by 0x4E534FE: type_to_static_parameter_value (jltypes.c:638)
==3984== by 0x4E534FE: type_to_static_parameter_value (jltypes.c:645)
==3984== by 0x4E5B347: intersect_typevar (jltypes.c:661)
==3984== by 0x4E5C42D: jl_type_intersect (jltypes.c:795)
==3984== by 0x4E5D3D4: intersect_tuple (jltypes.c:462)
==3984== by 0x4E5DF24: jl_type_intersect.constprop.17 (jltypes.c:908)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E534C3: type_to_static_parameter_value (jltypes.c:640)
==3984== by 0x4E534C3: type_to_static_parameter_value (jltypes.c:645)
==3984== by 0x4E5B347: intersect_typevar (jltypes.c:661)
==3984== by 0x4E5C42D: jl_type_intersect (jltypes.c:795)
==3984== by 0x4E5D3D4: intersect_tuple (jltypes.c:462)
==3984== by 0x4E5DF24: jl_type_intersect.constprop.17 (jltypes.c:908)
==3984== by 0x4E5E4F7: jl_type_intersection_matching (jltypes.c:1365)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53D34: jl_is_type (jltypes.c:69)
==3984== by 0x4E5E808: solve_tvar_constraints (jltypes.c:1302)
==3984== by 0x4E5E808: jl_type_intersection_matching (jltypes.c:1403)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53D3E: jl_is_type (jltypes.c:64)
==3984== by 0x4E53D3E: jl_is_type (jltypes.c:69)
==3984== by 0x4E5E808: solve_tvar_constraints (jltypes.c:1302)
==3984== by 0x4E5E808: jl_type_intersection_matching (jltypes.c:1403)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53D4E: jl_is_nontuple_type (julia.h:594)
==3984== by 0x4E53D4E: jl_is_type (jltypes.c:76)
==3984== by 0x4E53D4E: jl_is_type (jltypes.c:69)
==3984== by 0x4E5E808: solve_tvar_constraints (jltypes.c:1302)
==3984== by 0x4E5E808: jl_type_intersection_matching (jltypes.c:1403)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53D57: jl_is_nontuple_type (julia.h:593)
==3984== by 0x4E53D57: jl_is_type (jltypes.c:76)
==3984== by 0x4E53D57: jl_is_type (jltypes.c:69)
==3984== by 0x4E5E808: solve_tvar_constraints (jltypes.c:1302)
==3984== by 0x4E5E808: jl_type_intersection_matching (jltypes.c:1403)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53D67: jl_is_nontuple_type (julia.h:594)
==3984== by 0x4E53D67: jl_is_type (jltypes.c:76)
==3984== by 0x4E53D67: jl_is_type (jltypes.c:69)
==3984== by 0x4E5E808: solve_tvar_constraints (jltypes.c:1302)
==3984== by 0x4E5E808: jl_type_intersection_matching (jltypes.c:1403)
==3984== by 0x4E615BD: lookup_match (gf.c:851)
==3984== by 0x4E6426B: jl_mt_assoc_by_type (gf.c:914)
==3984== by 0x4E65131: jl_apply_generic (gf.c:1419)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53E05: jl_is_type (jltypes.c:69)
==3984== by 0x4E53E05: jl_is_type (jltypes.c:69)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53E0B: jl_is_type (jltypes.c:64)
==3984== by 0x4E53E0B: jl_is_type (jltypes.c:69)
==3984== by 0x4E53E0B: jl_is_type (jltypes.c:69)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53E1B: jl_is_nontuple_type (julia.h:594)
==3984== by 0x4E53E1B: jl_is_type (jltypes.c:76)
==3984== by 0x4E53E1B: jl_is_type (jltypes.c:69)
==3984== by 0x4E53E1B: jl_is_type (jltypes.c:69)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53E24: jl_is_nontuple_type (julia.h:593)
==3984== by 0x4E53E24: jl_is_type (jltypes.c:76)
==3984== by 0x4E53E24: jl_is_type (jltypes.c:69)
==3984== by 0x4E53E24: jl_is_type (jltypes.c:69)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53E34: jl_is_nontuple_type (julia.h:594)
==3984== by 0x4E53E34: jl_is_type (jltypes.c:76)
==3984== by 0x4E53E34: jl_is_type (jltypes.c:69)
==3984== by 0x4E53E34: jl_is_type (jltypes.c:69)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53BF8: jl_is_type (jltypes.c:64)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53C08: jl_is_nontuple_type (julia.h:594)
==3984== by 0x4E53C08: jl_is_type (jltypes.c:76)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E53C14: jl_is_nontuple_type (julia.h:593)
==3984== by 0x4E53C14: jl_is_type (jltypes.c:76)
==3984== by 0x4E61859: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E61860: arg_type_tuple (gf.c:1275)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Conditional jump or move depends on uninitialised value(s)
==3984== at 0x4E6183D: arg_type_tuple (gf.c:1278)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E6189C: arg_type_tuple (gf.c:1282)
==3984== by 0x4E650EA: jl_apply_generic (gf.c:1415)
==3984== by 0x4E6504C: jl_apply (julia.h:982)
==3984== by 0x4E6504C: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408CFC6: ???
==3984== by 0x408CF1A: ???
==3984==
==3984== Syscall param msync(start) points to uninitialised byte(s)
==3984== at 0x8F6BC20: __msync_nocancel (in /nix/store/qlxp7vb63fp8kx5vk9a0y3rj8svbvl27-glibc-2.21/lib/libpthread-2.21.so)
==3984== by 0x939C251: access_mem (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x939CCC2: _ULx86_64_step (in /nix/store/k0ygqd1pcslcwfm38j58vnryn4mkx76q-libunwind-1.1/lib/libunwind.so.8.0.1)
==3984== by 0x4EB43C7: rec_backtrace_ctx (task.c:600)
==3984== by 0x4EB4432: rec_backtrace (task.c:584)
==3984== by 0x4EB490C: record_backtrace (task.c:626)
==3984== by 0x4EB490C: jl_throw (task.c:730)
==3984== by 0x4E65054: jl_no_method_error (gf.c:1263)
==3984== by 0x4E6519F: jl_apply_generic (gf.c:1427)
==3984== by 0x408D5FA: ???
==3984== by 0x408D225: ???
==3984== by 0x408D13A: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== Address 0xffeffe000 is on thread 1's stack
==3984==
ERROR: `spawn_opts_inherit` has no method matching spawn_opts_inherit(
in readpkg at /home/shlomo/nixpkgs/pkgs/development/julia-modules/min.jl:50
in map_to! at abstractarray.jl:1311
in map at ./abstractarray.jl:1331
in include at ./boot.jl:245
in include_from_node1 at loading.jl:128
in process_options at ./client.jl:285
in _start at ./client.jl:354fatal: error thrown and no exception handler available.
Base.MethodError(f=Base.Enumerate{Void<:I<:Any}, args=((==3984== Invalid read of size 8
==3984== at 0x4E6EFA7: jl_static_show (builtins.c:1118)
==3984== by 0x4E6F4CC: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6F4CC: jl_static_show (builtins.c:1130)
==3984== by 0x4E6FAF8: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6FAF8: jl_static_show (builtins.c:1130)
==3984== by 0x4E6F9F1: jl_static_show (builtins.c:1341)
==3984== by 0x4EB4894: throw_internal (task.c:715)
==3984== by 0x4EB4A02: jl_rethrow (task.c:736)
==3984== by 0x408CC76: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408C840: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x308186D6: julia__start_17441 (client.jl:403)
==3984== by 0x30819148: jlcall__start_17441 (in /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/lib/julia/sys.so)
==3984== Address 0xffeffdd40 is on thread 1's stack
==3984== 1632 bytes below stack pointer
==3984==
<?::==3984== Invalid read of size 8
==3984== at 0x4E6F206: jl_static_show (builtins.c:1351)
==3984== by 0x4E6F4CC: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6F4CC: jl_static_show (builtins.c:1130)
==3984== by 0x4E6FAF8: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6FAF8: jl_static_show (builtins.c:1130)
==3984== by 0x4E6F9F1: jl_static_show (builtins.c:1341)
==3984== by 0x4EB4894: throw_internal (task.c:715)
==3984== by 0x4EB4A02: jl_rethrow (task.c:736)
==3984== by 0x408CC76: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408C840: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x308186D6: julia__start_17441 (client.jl:403)
==3984== by 0x30819148: jlcall__start_17441 (in /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/lib/julia/sys.so)
==3984== Address 0xffeffdd40 is on thread 1's stack
==3984== 1632 bytes below stack pointer
==3984==
==3984== Invalid read of size 8
==3984== at 0x4E6F076: jl_is_cpointer_type (julia.h:575)
==3984== by 0x4E6F076: jl_static_show (builtins.c:1192)
==3984== by 0x4E6F213: jl_static_show (builtins.c:1351)
==3984== by 0x4E6F4CC: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6F4CC: jl_static_show (builtins.c:1130)
==3984== by 0x4E6FAF8: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6FAF8: jl_static_show (builtins.c:1130)
==3984== by 0x4E6F9F1: jl_static_show (builtins.c:1341)
==3984== by 0x4EB4894: throw_internal (task.c:715)
==3984== by 0x4EB4A02: jl_rethrow (task.c:736)
==3984== by 0x408CC76: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408C840: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x308186D6: julia__start_17441 (client.jl:403)
==3984== Address 0x2879617272612300 is not stack'd, malloc'd or (recently) free'd
==3984==
signal (11): Segmentation fault
jl_static_show at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
jl_static_show at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
jl_static_show at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
jl_static_show at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
jl_static_show at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
unknown function (ip: 82528405)
unknown function (ip: 82528771)
with_output_color at util.jl:203
jl_apply_generic at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
display_error at client.jl:75
jl_apply_generic at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
_start at ./client.jl:404
jlcall__start_17441 at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/sys.so (unknown line)
jl_apply_generic at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
unknown function (ip: 4202114)
julia_trampoline at /nix/store/gphviwzv2zzpmklv321dwwys7fs21rbm-julia-0.3.11/bin/../lib/julia/libjulia.so (unknown line)
unknown function (ip: 4201101)
__libc_start_main at /nix/store/qlxp7vb63fp8kx5vk9a0y3rj8svbvl27-glibc-2.21/lib/libc.so.6 (unknown line)
unknown function (ip: 4201161)
unknown function (ip: 0)
==3984==
==3984== Process terminating with default action of signal 11 (SIGSEGV)
==3984== General Protection Fault
==3984== at 0x4E6F076: jl_is_cpointer_type (julia.h:575)
==3984== by 0x4E6F076: jl_static_show (builtins.c:1192)
==3984== by 0x4E6F213: jl_static_show (builtins.c:1351)
==3984== by 0x4E6F4CC: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6F4CC: jl_static_show (builtins.c:1130)
==3984== by 0x4E6FAF8: jl_show_tuple (builtins.c:1101)
==3984== by 0x4E6FAF8: jl_static_show (builtins.c:1130)
==3984== by 0x4E6F9F1: jl_static_show (builtins.c:1341)
==3984== by 0x4EB4894: throw_internal (task.c:715)
==3984== by 0x4EB4A02: jl_rethrow (task.c:736)
==3984== by 0x408CC76: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x408C840: ???
==3984== by 0x4E65154: jl_apply (julia.h:982)
==3984== by 0x4E65154: jl_apply_generic (gf.c:1430)
==3984== by 0x308186D6: julia__start_17441 (client.jl:403)
==3984==
==3984== HEAP SUMMARY:
==3984== in use at exit: 114,068,338 bytes in 88,422 blocks
==3984== total heap usage: 1,021,394 allocs, 932,972 frees, 4,128,588,578 bytes allocated
==3984==
==3984== LEAK SUMMARY:
==3984== definitely lost: 799 bytes in 21 blocks
==3984== indirectly lost: 20 bytes in 4 blocks
==3984== possibly lost: 208,240 bytes in 1,769 blocks
==3984== still reachable: 113,859,279 bytes in 86,628 blocks
==3984== suppressed: 0 bytes in 0 blocks
==3984== Rerun with --leak-check=full to see details of leaked memory
==3984==
==3984== For counts of detected and suppressed errors, rerun with: -v
==3984== Use --track-origins=yes to see where uninitialised values come from
==3984== ERROR SUMMARY: 40 errors from 35 contexts (suppressed: 0 from 0)
[1] 3984 segmentation fault valgrind result/bin/julia min.jl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment