Skip to content

Instantly share code, notes, and snippets.

@amitmurthy
Created August 8, 2017 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitmurthy/6acdb1421ff67322861d239036820711 to your computer and use it in GitHub Desktop.
Save amitmurthy/6acdb1421ff67322861d239036820711 to your computer and use it in GitHub Desktop.
valgrind distributed run
amitmurthy@anubis:/data/amitmurthy/julia_new/julia/test$ valgrind --smc-check=all-non-file --trace-children=yes --suppressions=../contrib/valgrind-julia.supp ../julia runtests.jl distributed
==81640== Memcheck, a memory error detector
==81640== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==81640== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==81640== Command: ../julia runtests.jl distributed
==81640==
==81640== Conditional jump or move depends on uninitialised value(s)
==81640== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81640==
Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
==81673== Memcheck, a memory error detector
==81673== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==81673== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==81673== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia --check-bounds=yes --startup-file=no --depwarn=error distributed_exec.jl
==81673==
==81673== Conditional jump or move depends on uninitialised value(s)
==81673== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81673==
==81673== Syscall param msync(start) points to uninitialised byte(s)
==81673== at 0x5988C8D: ??? (syscall-template.S:84)
==81673== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81673== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81673== Address 0xffeff4018 is on thread 1's stack
==81673== in frame #8, created by _ULx86_64_dwarf_find_save_locs (???:)
==81673==
==81690== Memcheck, a memory error detector
==81690== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==81690== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==81690== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==81690==
==81691== Memcheck, a memory error detector
==81691== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==81691== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==81691== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==81691==
==81692== Memcheck, a memory error detector
==81692== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==81692== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==81692== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==81692==
==81693== Memcheck, a memory error detector
==81693== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==81693== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==81693== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==81693==
==81690== Conditional jump or move depends on uninitialised value(s)
==81690== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81690==
==81691== Conditional jump or move depends on uninitialised value(s)
==81691== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81691==
==81692== Conditional jump or move depends on uninitialised value(s)
==81692== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81692==
==81693== Conditional jump or move depends on uninitialised value(s)
==81693== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==81693==
From worker 2: PID = 81690
From worker 3: PID = 81691
From worker 4: PID = 81692
From worker 5: PID = 81693
==81690== Syscall param msync(start) points to uninitialised byte(s)
==81690== at 0x5988C8D: ??? (syscall-template.S:84)
==81690== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81690== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81690== Address 0xffefff000 is on thread 1's stack
==81690== in frame #10, created by _ULx86_64_step (???:)
==81690==
==81691== Syscall param msync(start) points to unaddressable byte(s)
==81691== at 0x5988C8D: ??? (syscall-template.S:84)
==81691== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81691== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81691== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81691== Address 0xffeffe000 is on thread 1's stack
==81691== 240 bytes below stack pointer
==81691==
==81693== Syscall param msync(start) points to uninitialised byte(s)
==81693== at 0x5988C8D: ??? (syscall-template.S:84)
==81693== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81693== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81693== Address 0xffeffc000 is on thread 1's stack
==81693== in frame #8, created by _ULx86_64_dwarf_find_save_locs (???:)
==81693==
==81692== Syscall param msync(start) points to uninitialised byte(s)
==81692== at 0x5988C8D: ??? (syscall-template.S:84)
==81692== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81692== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81692== Address 0xffeffc000 is on thread 1's stack
==81692== in frame #8, created by _ULx86_64_dwarf_find_save_locs (???:)
==81692==
==81673== Syscall param msync(start) points to unaddressable byte(s)
==81673== at 0x5988C8D: ??? (syscall-template.S:84)
==81673== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81673== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81673== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81673== Address 0xffeff7000 is on thread 1's stack
==81673== 240 bytes below stack pointer
==81673==
==81690== Syscall param msync(start) points to unaddressable byte(s)
==81690== at 0x5988C8D: ??? (syscall-template.S:84)
==81690== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81690== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81690== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81690== Address 0xffeffb000 is on thread 1's stack
==81690== 752 bytes below stack pointer
==81690==
==81692== Syscall param msync(start) points to unaddressable byte(s)
==81692== at 0x5988C8D: ??? (syscall-template.S:84)
==81692== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81692== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81692== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81692== Address 0xffeffb000 is on thread 1's stack
==81692== 752 bytes below stack pointer
==81692==
==81693== Syscall param msync(start) points to unaddressable byte(s)
==81693== at 0x5988C8D: ??? (syscall-template.S:84)
==81693== by 0x4FAD199: msync_validate (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAD30D: validate_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAD448: access_mem (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FADCD2: dwarf_get (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAE0A6: _ULx86_64_access_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAD137: _ULx86_64_get_reg (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FB1388: apply_reg_state (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FB1CA9: _ULx86_64_dwarf_find_save_locs (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FB24C0: _ULx86_64_dwarf_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4FAE4A0: _ULx86_64_step (in /data/amitmurthy/julia_new/julia/usr/lib/libjulia.so.0.7.0)
==81693== by 0x4EC3748: jl_unw_step (stackwalk.c:324)
==81693== by 0x4EC3748: jl_unw_stepn (stackwalk.c:49)
==81693== Address 0xffeffb000 is on thread 1's stack
==81693== 752 bytes below stack pointer
==81693==
==631== Memcheck, a memory error detector
==631== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==631== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==631== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==631==
==632== Memcheck, a memory error detector
==632== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==632== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==632== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==632==
==632== Conditional jump or move depends on uninitialised value(s)
==632== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==632==
==631== Conditional jump or move depends on uninitialised value(s)
==631== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==631==
From worker 7: PID = 632
From worker 6: PID = 631
==675== Memcheck, a memory error detector
==675== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==675== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==675== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==675==
==688== Memcheck, a memory error detector
==688== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==688== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==688== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==688==
==632==
==632== HEAP SUMMARY:
==632== in use at exit: 28,506,611 bytes in 61,542 blocks
==632== total heap usage: 757,453 allocs, 695,911 frees, 197,538,328 bytes allocated
==632==
==631==
==631== HEAP SUMMARY:
==631== in use at exit: 28,506,611 bytes in 61,542 blocks
==631== total heap usage: 757,454 allocs, 695,912 frees, 197,513,572 bytes allocated
==631==
==632== LEAK SUMMARY:
==632== definitely lost: 361 bytes in 7 blocks
==632== indirectly lost: 0 bytes in 0 blocks
==632== possibly lost: 1,168 bytes in 9 blocks
==632== still reachable: 28,505,082 bytes in 61,526 blocks
==632== of which reachable via heuristic:
==632== newarray : 42,352 bytes in 8 blocks
==632== multipleinheritance: 1,120 bytes in 3 blocks
==632== suppressed: 0 bytes in 0 blocks
==632== Rerun with --leak-check=full to see details of leaked memory
==632==
==632== For counts of detected and suppressed errors, rerun with: -v
==632== Use --track-origins=yes to see where uninitialised values come from
==632== ERROR SUMMARY: 51 errors from 1 contexts (suppressed: 0 from 0)
==631== LEAK SUMMARY:
==631== definitely lost: 361 bytes in 7 blocks
==631== indirectly lost: 0 bytes in 0 blocks
==631== possibly lost: 1,168 bytes in 9 blocks
==631== still reachable: 28,505,082 bytes in 61,526 blocks
==631== of which reachable via heuristic:
==631== newarray : 42,352 bytes in 8 blocks
==631== multipleinheritance: 1,120 bytes in 3 blocks
==631== suppressed: 0 bytes in 0 blocks
==631== Rerun with --leak-check=full to see details of leaked memory
==631==
==631== For counts of detected and suppressed errors, rerun with: -v
==631== Use --track-origins=yes to see where uninitialised values come from
==631== ERROR SUMMARY: 51 errors from 1 contexts (suppressed: 0 from 0)
==688== Conditional jump or move depends on uninitialised value(s)
==688== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==688==
==675== Conditional jump or move depends on uninitialised value(s)
==675== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==675==
From worker 8: PID = 675
From worker 9: PID = 688
==675==
==675== HEAP SUMMARY:
==675== in use at exit: 28,506,611 bytes in 61,542 blocks
==675== total heap usage: 757,457 allocs, 695,915 frees, 197,525,433 bytes allocated
==675==
==688==
==688== HEAP SUMMARY:
==688== in use at exit: 28,506,611 bytes in 61,542 blocks
==688== total heap usage: 757,466 allocs, 695,924 frees, 197,535,589 bytes allocated
==688==
==742== Memcheck, a memory error detector
==742== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==742== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==742== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==742==
==675== LEAK SUMMARY:
==675== definitely lost: 361 bytes in 7 blocks
==675== indirectly lost: 0 bytes in 0 blocks
==675== possibly lost: 1,168 bytes in 9 blocks
==675== still reachable: 28,505,082 bytes in 61,526 blocks
==675== of which reachable via heuristic:
==675== newarray : 42,352 bytes in 8 blocks
==675== multipleinheritance: 1,120 bytes in 3 blocks
==675== suppressed: 0 bytes in 0 blocks
==675== Rerun with --leak-check=full to see details of leaked memory
==675==
==675== For counts of detected and suppressed errors, rerun with: -v
==675== Use --track-origins=yes to see where uninitialised values come from
==675== ERROR SUMMARY: 51 errors from 1 contexts (suppressed: 0 from 0)
==688== LEAK SUMMARY:
==688== definitely lost: 361 bytes in 7 blocks
==688== indirectly lost: 0 bytes in 0 blocks
==688== possibly lost: 1,168 bytes in 9 blocks
==688== still reachable: 28,505,082 bytes in 61,526 blocks
==688== of which reachable via heuristic:
==688== newarray : 42,352 bytes in 8 blocks
==688== multipleinheritance: 1,120 bytes in 3 blocks
==688== suppressed: 0 bytes in 0 blocks
==688== Rerun with --leak-check=full to see details of leaked memory
==688==
==688== For counts of detected and suppressed errors, rerun with: -v
==688== Use --track-origins=yes to see where uninitialised values come from
==688== ERROR SUMMARY: 51 errors from 1 contexts (suppressed: 0 from 0)
==742== Conditional jump or move depends on uninitialised value(s)
==742== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==742==
From worker 10: PID = 742
==765== Memcheck, a memory error detector
==765== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==765== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==765== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==765==
==742==
==742== HEAP SUMMARY:
==742== in use at exit: 28,490,225 bytes in 61,478 blocks
==742== total heap usage: 740,973 allocs, 679,495 frees, 190,965,835 bytes allocated
==742==
==742== LEAK SUMMARY:
==742== definitely lost: 361 bytes in 7 blocks
==742== indirectly lost: 0 bytes in 0 blocks
==742== possibly lost: 1,168 bytes in 9 blocks
==742== still reachable: 28,488,696 bytes in 61,462 blocks
==742== of which reachable via heuristic:
==742== newarray : 42,352 bytes in 8 blocks
==742== multipleinheritance: 1,120 bytes in 3 blocks
==742== suppressed: 0 bytes in 0 blocks
==742== Rerun with --leak-check=full to see details of leaked memory
==742==
==742== For counts of detected and suppressed errors, rerun with: -v
==742== Use --track-origins=yes to see where uninitialised values come from
==742== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==765== Conditional jump or move depends on uninitialised value(s)
==765== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==765==
From worker 11: PID = 765
==791== Memcheck, a memory error detector
==791== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==791== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==791== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==791==
==765==
==765== HEAP SUMMARY:
==765== in use at exit: 28,490,225 bytes in 61,478 blocks
==765== total heap usage: 740,973 allocs, 679,495 frees, 190,965,835 bytes allocated
==765==
==765== LEAK SUMMARY:
==765== definitely lost: 361 bytes in 7 blocks
==765== indirectly lost: 0 bytes in 0 blocks
==765== possibly lost: 1,168 bytes in 9 blocks
==765== still reachable: 28,488,696 bytes in 61,462 blocks
==765== of which reachable via heuristic:
==765== newarray : 42,352 bytes in 8 blocks
==765== multipleinheritance: 1,120 bytes in 3 blocks
==765== suppressed: 0 bytes in 0 blocks
==765== Rerun with --leak-check=full to see details of leaked memory
==765==
==765== For counts of detected and suppressed errors, rerun with: -v
==765== Use --track-origins=yes to see where uninitialised values come from
==765== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==791== Conditional jump or move depends on uninitialised value(s)
==791== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==791==
From worker 12: PID = 791
==804== Memcheck, a memory error detector
==804== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==804== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==804== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==804==
==791==
==791== HEAP SUMMARY:
==791== in use at exit: 28,490,225 bytes in 61,478 blocks
==791== total heap usage: 740,973 allocs, 679,495 frees, 190,965,835 bytes allocated
==791==
==791== LEAK SUMMARY:
==791== definitely lost: 361 bytes in 7 blocks
==791== indirectly lost: 0 bytes in 0 blocks
==791== possibly lost: 1,168 bytes in 9 blocks
==791== still reachable: 28,488,696 bytes in 61,462 blocks
==791== of which reachable via heuristic:
==791== newarray : 42,352 bytes in 8 blocks
==791== multipleinheritance: 1,120 bytes in 3 blocks
==791== suppressed: 0 bytes in 0 blocks
==791== Rerun with --leak-check=full to see details of leaked memory
==791==
==791== For counts of detected and suppressed errors, rerun with: -v
==791== Use --track-origins=yes to see where uninitialised values come from
==791== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==804== Conditional jump or move depends on uninitialised value(s)
==804== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==804==
From worker 13: PID = 804
==821== Memcheck, a memory error detector
==821== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==821== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==821== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==821==
==804==
==804== HEAP SUMMARY:
==804== in use at exit: 28,490,225 bytes in 61,478 blocks
==804== total heap usage: 740,973 allocs, 679,495 frees, 190,965,835 bytes allocated
==804==
==804== LEAK SUMMARY:
==804== definitely lost: 361 bytes in 7 blocks
==804== indirectly lost: 0 bytes in 0 blocks
==804== possibly lost: 1,168 bytes in 9 blocks
==804== still reachable: 28,488,696 bytes in 61,462 blocks
==804== of which reachable via heuristic:
==804== newarray : 42,352 bytes in 8 blocks
==804== multipleinheritance: 1,120 bytes in 3 blocks
==804== suppressed: 0 bytes in 0 blocks
==804== Rerun with --leak-check=full to see details of leaked memory
==804==
==804== For counts of detected and suppressed errors, rerun with: -v
==804== Use --track-origins=yes to see where uninitialised values come from
==804== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==821== Conditional jump or move depends on uninitialised value(s)
==821== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==821==
From worker 14: PID = 821
==852== Memcheck, a memory error detector
==852== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==852== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==852== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==852==
==821==
==821== HEAP SUMMARY:
==821== in use at exit: 28,490,225 bytes in 61,478 blocks
==821== total heap usage: 740,973 allocs, 679,495 frees, 190,965,835 bytes allocated
==821==
==821== LEAK SUMMARY:
==821== definitely lost: 361 bytes in 7 blocks
==821== indirectly lost: 0 bytes in 0 blocks
==821== possibly lost: 1,168 bytes in 9 blocks
==821== still reachable: 28,488,696 bytes in 61,462 blocks
==821== of which reachable via heuristic:
==821== newarray : 42,352 bytes in 8 blocks
==821== multipleinheritance: 1,120 bytes in 3 blocks
==821== suppressed: 0 bytes in 0 blocks
==821== Rerun with --leak-check=full to see details of leaked memory
==821==
==821== For counts of detected and suppressed errors, rerun with: -v
==821== Use --track-origins=yes to see where uninitialised values come from
==821== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==852== Conditional jump or move depends on uninitialised value(s)
==852== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==852==
From worker 15: PID = 852
==867== Memcheck, a memory error detector
==867== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==867== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==867== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==867==
==852==
==852== HEAP SUMMARY:
==852== in use at exit: 28,490,225 bytes in 61,478 blocks
==852== total heap usage: 740,975 allocs, 679,497 frees, 190,966,243 bytes allocated
==852==
==852== LEAK SUMMARY:
==852== definitely lost: 361 bytes in 7 blocks
==852== indirectly lost: 0 bytes in 0 blocks
==852== possibly lost: 1,168 bytes in 9 blocks
==852== still reachable: 28,488,696 bytes in 61,462 blocks
==852== of which reachable via heuristic:
==852== newarray : 42,352 bytes in 8 blocks
==852== multipleinheritance: 1,120 bytes in 3 blocks
==852== suppressed: 0 bytes in 0 blocks
==852== Rerun with --leak-check=full to see details of leaked memory
==852==
==852== For counts of detected and suppressed errors, rerun with: -v
==852== Use --track-origins=yes to see where uninitialised values come from
==852== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==867== Conditional jump or move depends on uninitialised value(s)
==867== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==867==
From worker 16: PID = 867
==880== Memcheck, a memory error detector
==880== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==880== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==880== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==880==
==867==
==867== HEAP SUMMARY:
==867== in use at exit: 28,490,225 bytes in 61,478 blocks
==867== total heap usage: 740,961 allocs, 679,483 frees, 190,959,799 bytes allocated
==867==
==867== LEAK SUMMARY:
==867== definitely lost: 361 bytes in 7 blocks
==867== indirectly lost: 0 bytes in 0 blocks
==867== possibly lost: 1,168 bytes in 9 blocks
==867== still reachable: 28,488,696 bytes in 61,462 blocks
==867== of which reachable via heuristic:
==867== newarray : 42,352 bytes in 8 blocks
==867== multipleinheritance: 1,120 bytes in 3 blocks
==867== suppressed: 0 bytes in 0 blocks
==867== Rerun with --leak-check=full to see details of leaked memory
==867==
==867== For counts of detected and suppressed errors, rerun with: -v
==867== Use --track-origins=yes to see where uninitialised values come from
==867== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==880== Conditional jump or move depends on uninitialised value(s)
==880== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==880==
From worker 17: PID = 880
==893== Memcheck, a memory error detector
==893== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==893== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==893== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==893==
==880==
==880== HEAP SUMMARY:
==880== in use at exit: 28,490,225 bytes in 61,478 blocks
==880== total heap usage: 740,975 allocs, 679,497 frees, 190,966,243 bytes allocated
==880==
==880== LEAK SUMMARY:
==880== definitely lost: 361 bytes in 7 blocks
==880== indirectly lost: 0 bytes in 0 blocks
==880== possibly lost: 1,168 bytes in 9 blocks
==880== still reachable: 28,488,696 bytes in 61,462 blocks
==880== of which reachable via heuristic:
==880== newarray : 42,352 bytes in 8 blocks
==880== multipleinheritance: 1,120 bytes in 3 blocks
==880== suppressed: 0 bytes in 0 blocks
==880== Rerun with --leak-check=full to see details of leaked memory
==880==
==880== For counts of detected and suppressed errors, rerun with: -v
==880== Use --track-origins=yes to see where uninitialised values come from
==880== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==893== Conditional jump or move depends on uninitialised value(s)
==893== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==893==
From worker 18: PID = 893
==907== Memcheck, a memory error detector
==907== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==907== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==907== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==907==
==893==
==893== HEAP SUMMARY:
==893== in use at exit: 28,490,225 bytes in 61,478 blocks
==893== total heap usage: 740,975 allocs, 679,497 frees, 190,966,243 bytes allocated
==893==
==893== LEAK SUMMARY:
==893== definitely lost: 361 bytes in 7 blocks
==893== indirectly lost: 0 bytes in 0 blocks
==893== possibly lost: 1,168 bytes in 9 blocks
==893== still reachable: 28,488,696 bytes in 61,462 blocks
==893== of which reachable via heuristic:
==893== newarray : 42,352 bytes in 8 blocks
==893== multipleinheritance: 1,120 bytes in 3 blocks
==893== suppressed: 0 bytes in 0 blocks
==893== Rerun with --leak-check=full to see details of leaked memory
==893==
==893== For counts of detected and suppressed errors, rerun with: -v
==893== Use --track-origins=yes to see where uninitialised values come from
==893== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==907== Conditional jump or move depends on uninitialised value(s)
==907== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==907==
From worker 19: PID = 907
==907==
==907== HEAP SUMMARY:
==907== in use at exit: 28,490,225 bytes in 61,478 blocks
==907== total heap usage: 740,975 allocs, 679,497 frees, 190,966,243 bytes allocated
==907==
==907== LEAK SUMMARY:
==907== definitely lost: 361 bytes in 7 blocks
==907== indirectly lost: 0 bytes in 0 blocks
==907== possibly lost: 1,168 bytes in 9 blocks
==907== still reachable: 28,488,696 bytes in 61,462 blocks
==907== of which reachable via heuristic:
==907== newarray : 42,352 bytes in 8 blocks
==907== multipleinheritance: 1,120 bytes in 3 blocks
==907== suppressed: 0 bytes in 0 blocks
==907== Rerun with --leak-check=full to see details of leaked memory
==907==
==907== For counts of detected and suppressed errors, rerun with: -v
==907== Use --track-origins=yes to see where uninitialised values come from
==907== ERROR SUMMARY: 48 errors from 1 contexts (suppressed: 0 from 0)
==923== Memcheck, a memory error detector
==923== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==923== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==923== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e exit(-1)
==923==
==923==
==923== HEAP SUMMARY:
==923== in use at exit: 25,963,525 bytes in 59,256 blocks
==923== total heap usage: 305,625 allocs, 246,369 frees, 62,595,344 bytes allocated
==923==
==923== LEAK SUMMARY:
==923== definitely lost: 361 bytes in 7 blocks
==923== indirectly lost: 0 bytes in 0 blocks
==923== possibly lost: 1,168 bytes in 9 blocks
==923== still reachable: 25,961,996 bytes in 59,240 blocks
==923== of which reachable via heuristic:
==923== newarray : 42,352 bytes in 8 blocks
==923== multipleinheritance: 1,120 bytes in 3 blocks
==923== suppressed: 0 bytes in 0 blocks
==923== Rerun with --leak-check=full to see details of leaked memory
==923==
==923== For counts of detected and suppressed errors, rerun with: -v
==923== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==933== Memcheck, a memory error detector
==933== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==933== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==933== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e [println(x)\ for\ x\ in\ 1:1001]
==933==
==933== Conditional jump or move depends on uninitialised value(s)
==933== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==933==
==933==
==933== HEAP SUMMARY:
==933== in use at exit: 26,563,530 bytes in 59,767 blocks
==933== total heap usage: 352,933 allocs, 293,166 frees, 75,870,179 bytes allocated
==933==
==933== LEAK SUMMARY:
==933== definitely lost: 361 bytes in 7 blocks
==933== indirectly lost: 0 bytes in 0 blocks
==933== possibly lost: 1,168 bytes in 9 blocks
==933== still reachable: 26,562,001 bytes in 59,751 blocks
==933== of which reachable via heuristic:
==933== newarray : 42,352 bytes in 8 blocks
==933== multipleinheritance: 2,312 bytes in 4 blocks
==933== suppressed: 0 bytes in 0 blocks
==933== Rerun with --leak-check=full to see details of leaked memory
==933==
==933== For counts of detected and suppressed errors, rerun with: -v
==933== Use --track-origins=yes to see where uninitialised values come from
==933== ERROR SUMMARY: 7 errors from 1 contexts (suppressed: 0 from 0)
==948== Memcheck, a memory error detector
==948== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==948== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==948== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e sleep(10)
==948==
==948== Conditional jump or move depends on uninitialised value(s)
==948== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==948==
==948==
==948== HEAP SUMMARY:
==948== in use at exit: 26,004,366 bytes in 59,355 blocks
==948== total heap usage: 307,887 allocs, 248,532 frees, 63,303,253 bytes allocated
==948==
==948== LEAK SUMMARY:
==948== definitely lost: 361 bytes in 7 blocks
==948== indirectly lost: 0 bytes in 0 blocks
==948== possibly lost: 1,168 bytes in 9 blocks
==948== still reachable: 26,002,837 bytes in 59,339 blocks
==948== of which reachable via heuristic:
==948== newarray : 42,352 bytes in 8 blocks
==948== multipleinheritance: 1,120 bytes in 3 blocks
==948== suppressed: 0 bytes in 0 blocks
==948== Rerun with --leak-check=full to see details of leaked memory
==948==
==948== For counts of detected and suppressed errors, rerun with: -v
==948== Use --track-origins=yes to see where uninitialised values come from
==948== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
==1012== Memcheck, a memory error detector
==1012== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==1012== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==1012== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==1012==
==1012== Conditional jump or move depends on uninitialised value(s)
==1012== at 0x703CB1E: (anonymous namespace)::AsmParser::Lex() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x733DC75: (anonymous namespace)::X86AsmParser::ParseInstruction(llvm::ParseInstructionInfo&, llvm::StringRef, llvm::SMLoc, llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand, std::default_delete<llvm::MCParsedAsmOperand> > >&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x70413A4: (anonymous namespace)::AsmParser::parseStatement((anonymous namespace)::ParseStatementInfo&, llvm::MCAsmParserSemaCallback*) [clone .constprop.447] (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x7043A3B: (anonymous namespace)::AsmParser::Run(bool, bool) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x68F4C7C: llvm::AsmPrinter::EmitInlineAsm(llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::MCTargetOptions const&, llvm::MDNode const*, llvm::InlineAsm::AsmDialect) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x68F58CB: llvm::AsmPrinter::EmitInlineAsm(llvm::MachineInstr const*) const (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x68EBE0A: llvm::AsmPrinter::EmitFunctionBody() (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x71DF3FB: llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x65C28B0: llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x64523A1: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x645272A: llvm::FPPassManager::runOnModule(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012== by 0x6452A53: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /data/amitmurthy/julia_new/julia/usr/lib/libLLVM-3.9.so)
==1012==
From worker 23: PID = 1012
==1012==
==1012== HEAP SUMMARY:
==1012== in use at exit: 27,212,952 bytes in 60,820 blocks
==1012== total heap usage: 465,622 allocs, 404,802 frees, 115,901,483 bytes allocated
==1012==
==1012== LEAK SUMMARY:
==1012== definitely lost: 361 bytes in 7 blocks
==1012== indirectly lost: 0 bytes in 0 blocks
==1012== possibly lost: 1,168 bytes in 9 blocks
==1012== still reachable: 27,211,423 bytes in 60,804 blocks
==1012== of which reachable via heuristic:
==1012== newarray : 42,352 bytes in 8 blocks
==1012== multipleinheritance: 1,120 bytes in 3 blocks
==1012== suppressed: 0 bytes in 0 blocks
==1012== Rerun with --leak-check=full to see details of leaked memory
==1012==
==1012== For counts of detected and suppressed errors, rerun with: -v
==1012== Use --track-origins=yes to see where uninitialised values come from
==1012== ERROR SUMMARY: 37 errors from 1 contexts (suppressed: 0 from 0)
==1027== Memcheck, a memory error detector
==1027== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==1027== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==1027== Command: /data/amitmurthy/julia_new/julia/usr/bin/julia -Cnative -J/data/amitmurthy/julia_new/julia/usr/lib/julia/sys.so --compile=yes --depwarn=error --check-bounds=yes --startup-file=no --depwarn=error --bind-to 127.0.0.1 --worker
==1027==
==1027== FATAL: can't open suppressions file "../contrib/valgrind-julia.supp"
ERROR: LoadError: Unable to read host:port string from worker. Launch command exited with error?
read_worker_host_port(::Pipe) at ./distributed/cluster.jl:287
connect(::Base.Distributed.LocalManager, ::Int64, ::WorkerConfig) at ./distributed/managers.jl:395
create_worker(::Base.Distributed.LocalManager, ::WorkerConfig) at ./distributed/cluster.jl:506
setup_launched_worker(::Base.Distributed.LocalManager, ::WorkerConfig, ::Array{Int64,1}) at ./distributed/cluster.jl:452
(::Base.Distributed.##41#44{Base.Distributed.LocalManager,WorkerConfig})() at ./task.jl:335
Stacktrace:
[1] sync_end() at ./task.jl:287
[2] macro expansion at ./task.jl:303 [inlined]
[3] #addprocs_locked#38(::Array{Any,1}, ::Function, ::Base.Distributed.LocalManager) at ./distributed/cluster.jl:406
[4] (::Base.Distributed.#kw##addprocs_locked)(::Array{Any,1}, ::Base.Distributed.#addprocs_locked, ::Base.Distributed.LocalManager) at ./<missing>:0
[5] #addprocs#37(::Array{Any,1}, ::Function, ::Base.Distributed.LocalManager) at ./distributed/cluster.jl:370
[6] (::Base.Distributed.#kw##addprocs)(::Array{Any,1}, ::Base.Distributed.#addprocs, ::Base.Distributed.LocalManager) at ./<missing>:0
[7] #addprocs#257(::Bool, ::Array{Any,1}, ::Function, ::Int64) at ./distributed/managers.jl:314
[8] (::Base.Distributed.#kw##addprocs)(::Array{Any,1}, ::Base.Distributed.#addprocs, ::Int64) at ./<missing>:0
[9] #addprocs_with_testenv#1(::Array{Any,1}, ::Function, ::Int64) at /data/amitmurthy/julia_new/julia/test/testenv.jl:29
[10] (::#kw##addprocs_with_testenv)(::Array{Any,1}, ::#addprocs_with_testenv, ::Int64) at ./<missing>:0
[11] macro expansion at /data/amitmurthy/julia_new/julia/test/distributed_exec.jl:1711 [inlined]
[12] anonymous at ./<missing>:?
[13] include_relative(::Module, ::String) at ./loading.jl:464
[14] include(::Module, ::String) at ./sysimg.jl:14
[15] process_options(::Base.JLOptions) at ./client.jl:315
[16] _start() at ./client.jl:383
while loading /data/amitmurthy/julia_new/julia/test/distributed_exec.jl, in expression starting on line 1705
==81693==
==81693== HEAP SUMMARY:
==81693== in use at exit: 38,444,806 bytes in 80,829 blocks
==81693== total heap usage: 4,834,334 allocs, 4,753,505 frees, 1,350,053,117 bytes allocated
==81693==
==81691==
==81691== HEAP SUMMARY:
==81691== in use at exit: 55,553,345 bytes in 122,084 blocks
==81691== total heap usage: 7,174,910 allocs, 7,052,826 frees, 2,233,337,183 bytes allocated
==81691==
==81692==
==81692== HEAP SUMMARY:
==81692== in use at exit: 38,663,588 bytes in 82,099 blocks
==81692== total heap usage: 5,326,503 allocs, 5,244,404 frees, 1,496,289,202 bytes allocated
==81692==
==81690==
==81690== HEAP SUMMARY:
==81690== in use at exit: 43,854,960 bytes in 115,379 blocks
==81690== total heap usage: 5,768,271 allocs, 5,652,892 frees, 1,602,637,789 bytes allocated
==81690==
==81693== LEAK SUMMARY:
==81693== definitely lost: 705 bytes in 9 blocks
==81693== indirectly lost: 750,832 bytes in 135 blocks
==81693== possibly lost: 1,375,540 bytes in 4,282 blocks
==81693== still reachable: 36,317,729 bytes in 76,403 blocks
==81693== of which reachable via heuristic:
==81693== newarray : 42,352 bytes in 8 blocks
==81693== multipleinheritance: 1,120 bytes in 3 blocks
==81693== suppressed: 0 bytes in 0 blocks
==81693== Rerun with --leak-check=full to see details of leaked memory
==81693==
==81693== For counts of detected and suppressed errors, rerun with: -v
==81693== Use --track-origins=yes to see where uninitialised values come from
==81693== ERROR SUMMARY: 569 errors from 3 contexts (suppressed: 0 from 0)
==81692== LEAK SUMMARY:
==81692== definitely lost: 497 bytes in 8 blocks
==81692== indirectly lost: 104 bytes in 1 blocks
==81692== possibly lost: 2,126,536 bytes in 4,418 blocks
==81692== still reachable: 36,536,451 bytes in 77,672 blocks
==81692== of which reachable via heuristic:
==81692== newarray : 42,352 bytes in 8 blocks
==81692== multipleinheritance: 2,568 bytes in 4 blocks
==81692== suppressed: 0 bytes in 0 blocks
==81692== Rerun with --leak-check=full to see details of leaked memory
==81692==
==81692== For counts of detected and suppressed errors, rerun with: -v
==81692== Use --track-origins=yes to see where uninitialised values come from
==81692== ERROR SUMMARY: 623 errors from 3 contexts (suppressed: 0 from 0)
==81690== LEAK SUMMARY:
==81690== definitely lost: 633 bytes in 9 blocks
==81690== indirectly lost: 198 bytes in 2 blocks
==81690== possibly lost: 2,644,576 bytes in 4,444 blocks
==81690== still reachable: 41,209,553 bytes in 110,924 blocks
==81690== of which reachable via heuristic:
==81690== newarray : 42,352 bytes in 8 blocks
==81690== multipleinheritance: 2,568 bytes in 4 blocks
==81690== suppressed: 0 bytes in 0 blocks
==81690== Rerun with --leak-check=full to see details of leaked memory
==81690==
==81690== For counts of detected and suppressed errors, rerun with: -v
==81690== Use --track-origins=yes to see where uninitialised values come from
==81690== ERROR SUMMARY: 711 errors from 3 contexts (suppressed: 0 from 0)
==81691== LEAK SUMMARY:
==81691== definitely lost: 633 bytes in 9 blocks
==81691== indirectly lost: 198 bytes in 2 blocks
==81691== possibly lost: 1,174,868 bytes in 167 blocks
==81691== still reachable: 54,377,646 bytes in 121,906 blocks
==81691== of which reachable via heuristic:
==81691== newarray : 42,352 bytes in 8 blocks
==81691== multipleinheritance: 2,568 bytes in 4 blocks
==81691== suppressed: 0 bytes in 0 blocks
==81691== Rerun with --leak-check=full to see details of leaked memory
==81691==
==81691== For counts of detected and suppressed errors, rerun with: -v
==81691== Use --track-origins=yes to see where uninitialised values come from
==81691== ERROR SUMMARY: 842 errors from 2 contexts (suppressed: 108 from 1)
==81673==
==81673== HEAP SUMMARY:
==81673== in use at exit: 136,103,810 bytes in 202,152 blocks
==81673== total heap usage: 29,276,838 allocs, 29,074,686 frees, 7,802,190,131 bytes allocated
==81673==
==81673== LEAK SUMMARY:
==81673== definitely lost: 1,639 bytes in 37 blocks
==81673== indirectly lost: 57,795 bytes in 23 blocks
==81673== possibly lost: 12,599,490 bytes in 3,945 blocks
==81673== still reachable: 123,444,886 bytes in 198,147 blocks
==81673== of which reachable via heuristic:
==81673== newarray : 42,352 bytes in 8 blocks
==81673== multipleinheritance: 4,016 bytes in 5 blocks
==81673== suppressed: 0 bytes in 0 blocks
==81673== Rerun with --leak-check=full to see details of leaked memory
==81673==
==81673== For counts of detected and suppressed errors, rerun with: -v
==81673== Use --track-origins=yes to see where uninitialised values come from
==81673== ERROR SUMMARY: 3151 errors from 3 contexts (suppressed: 0 from 0)
distributed (1) | 3629.46 | 0.00 | 0.0 | 3.94 | 499.19
Test Summary: |
Overall | No tests
SUCCESS
==81640==
==81640== HEAP SUMMARY:
==81640== in use at exit: 43,212,438 bytes in 71,574 blocks
==81640== total heap usage: 2,810,923 allocs, 2,739,349 frees, 630,000,722 bytes allocated
==81640==
==81640== LEAK SUMMARY:
==81640== definitely lost: 307 bytes in 6 blocks
==81640== indirectly lost: 0 bytes in 0 blocks
==81640== possibly lost: 11,214,109 bytes in 2,810 blocks
==81640== still reachable: 31,998,022 bytes in 68,758 blocks
==81640== of which reachable via heuristic:
==81640== newarray : 42,480 bytes in 10 blocks
==81640== multipleinheritance: 1,120 bytes in 3 blocks
==81640== suppressed: 0 bytes in 0 blocks
==81640== Rerun with --leak-check=full to see details of leaked memory
==81640==
==81640== For counts of detected and suppressed errors, rerun with: -v
==81640== Use --track-origins=yes to see where uninitialised values come from
==81640== ERROR SUMMARY: 160 errors from 1 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment