Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1470902 Details for
Bug 1609069
ld segfaults on x86_64, i686 and armv7hl
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
valgrind it
file_1609069.txt (text/plain), 31.84 KB, created by
Igor Raits
on 2018-07-26 23:00:32 UTC
(
hide
)
Description:
valgrind it
Filename:
MIME Type:
Creator:
Igor Raits
Created:
2018-07-26 23:00:32 UTC
Size:
31.84 KB
patch
obsolete
>$ valgrind --trace-children=yes cargo test >==21380== Memcheck, a memory error detector >==21380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. >==21380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info >==21380== Command: cargo test >==21380== > Compiling thread-scoped v1.0.2 (file:///home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2) > Running `/usr/bin/rustc --crate-name thread_scoped src/lib.rs --emit=dep-info,link -C debuginfo=2 --test -C metadata=46808bb54d4c5cff -C extra-filename=-46808bb54d4c5cff --out-dir /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -C incremental=/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/incremental -L dependency=/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` >==21383== Memcheck, a memory error detector >==21383== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. >==21383== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info >==21383== Command: /usr/bin/rustc --crate-name thread_scoped src/lib.rs --emit=dep-info,link -C debuginfo=2 --test -C metadata=46808bb54d4c5cff -C extra-filename=-46808bb54d4c5cff --out-dir /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -C incremental=/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/incremental -L dependency=/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now >==21383== >==21383== Thread 5: >==21383== Invalid read of size 4 >==21383== at 0x92FFF90: llvm::CallGraphSCC::ReplaceNode(llvm::CallGraphNode*, llvm::CallGraphNode*) (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x9148689: ??? (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x93023E8: ??? (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x8649A15: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x85CD0CC: LLVMRunPassManager (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x7B32FC5: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x7C46007: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x7B3ABB7: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x4B9D759: __rust_maybe_catch_panic (in /usr/lib64/libstd-682c743c97115687.so) >==21383== by 0x7C531E0: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x4B900FA: ??? (in /usr/lib64/libstd-682c743c97115687.so) >==21383== by 0x4B5AAD5: ??? (in /usr/lib64/libstd-682c743c97115687.so) >==21383== Address 0x12ae5b08 is 88 bytes inside a block of size 2,048 free'd >==21383== at 0x4837E7C: operator delete(void*) (vg_replace_malloc.c:576) >==21383== by 0x930017A: llvm::CallGraphSCC::ReplaceNode(llvm::CallGraphNode*, llvm::CallGraphNode*) (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x9148689: ??? (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x93023E8: ??? (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x8649A15: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x85CD0CC: LLVMRunPassManager (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x7B32FC5: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x7C46007: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x7B3ABB7: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x4B9D759: __rust_maybe_catch_panic (in /usr/lib64/libstd-682c743c97115687.so) >==21383== by 0x7C531E0: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x4B900FA: ??? (in /usr/lib64/libstd-682c743c97115687.so) >==21383== Block was alloc'd at >==21383== at 0x4836E06: operator new(unsigned long) (vg_replace_malloc.c:334) >==21383== by 0x916E8A1: llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*> >::DFSVisitOne(llvm::CallGraphNode*) (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x916EF42: llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*> >::DFSVisitChildren() (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x916F1AC: llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*> >::GetNextSCC() (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x93020DE: ??? (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x8649A15: llvm::legacy::PassManagerImpl::run(llvm::Module&) (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x85CD0CC: LLVMRunPassManager (in /usr/lib64/libLLVM-6.0.so) >==21383== by 0x7B32FC5: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x7C46007: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x7B3ABB7: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== by 0x4B9D759: __rust_maybe_catch_panic (in /usr/lib64/libstd-682c743c97115687.so) >==21383== by 0x7C531E0: ??? (in /usr/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_trans-llvm.so) >==21383== >error: linking with `cc` failed: exit code: 1 > | > = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.16u6js6g0l3k1ic6.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1fxq14vrn4hmbyv6.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1im38lueib99jsk0.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1vut2eft6nlujjxr.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1zeawhkbeobww1zn.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.2xs38k3nu4oe9uo6.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3171x0bwu82dptu7.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3ayaeypdcro9d6yk.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3rngp6bm2u2q5z0y.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.49a7n47po4ttqjl7.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.4bwka44cn8t3u4h3.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.572bgozz9kcwe4zq.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5b1vh7iwaxrgdt9b.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5cjmwvfm4d175pwc.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.8xzrsc1ux72v29j.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.9elsx31vb4it187.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.fgb0llynpvy6tjo.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.kma44ak002ps79k.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.pqmjx25qpxkduz7.rcgu.o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.z9ox7biyn1otfln.rcgu.o" "-o" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.crate.allocator.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs" "-L" "/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps" "-L" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-61d4659b6c55a3b1.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-6042d70c20eb65b0.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ecfc31983ea07a63.rlib" "-Wl,--start-group" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-682c743c97115687.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-6ef70d7f9511a827.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4f5fb19987303e4f.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-177aeb12b6a0b4ab.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-342f72f1aa2a9608.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d5beb30fc556bda5.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-09c4ba918c8fd3e8.rlib" "-Wl,--end-group" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-09d897d3a634a28f.rlib" "-Wl,-Bdynamic" "-l" "dl" "-l" "rt" "-l" "pthread" "-l" "gcc_s" "-l" "c" "-l" "m" "-l" "rt" "-l" "pthread" "-l" "util" "-l" "util" "-Wl,-z,relro,-z,now" > = note: ==21412== Memcheck, a memory error detector > ==21412== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. > ==21412== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info > ==21412== Command: /usr/bin/cc -Wl,--as-needed -Wl,-z,noexecstack -m64 -L /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.16u6js6g0l3k1ic6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1fxq14vrn4hmbyv6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1im38lueib99jsk0.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1vut2eft6nlujjxr.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1zeawhkbeobww1zn.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.2xs38k3nu4oe9uo6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3171x0bwu82dptu7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3ayaeypdcro9d6yk.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3rngp6bm2u2q5z0y.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.49a7n47po4ttqjl7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.4bwka44cn8t3u4h3.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.572bgozz9kcwe4zq.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5b1vh7iwaxrgdt9b.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5cjmwvfm4d175pwc.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.8xzrsc1ux72v29j.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.9elsx31vb4it187.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.fgb0llynpvy6tjo.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.kma44ak002ps79k.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.pqmjx25qpxkduz7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.z9ox7biyn1otfln.rcgu.o -o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.crate.allocator.rcgu.o -Wl,--gc-sections -pie -Wl,-z,relro,-z,now -Wl,-O1 -nodefaultlibs -L /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -L /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib -Wl,-Bstatic /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-61d4659b6c55a3b1.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-6042d70c20eb65b0.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ecfc31983ea07a63.rlib -Wl,--start-group /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-682c743c97115687.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-6ef70d7f9511a827.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4f5fb19987303e4f.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-177aeb12b6a0b4ab.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-342f72f1aa2a9608.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d5beb30fc556bda5.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-09c4ba918c8fd3e8.rlib -Wl,--end-group /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-09d897d3a634a28f.rlib -Wl,-Bdynamic -l dl -l rt -l pthread -l gcc_s -l c -l m -l rt -l pthread -l util -l util -Wl,-z,relro,-z,now > ==21412== > ==21413== Memcheck, a memory error detector > ==21413== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. > ==21413== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info > ==21413== Command: /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5TRF3C.res --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/8/crtbeginS.o -L/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -L/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/usr/lib/gcc/x86_64-redhat-linux/8 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. --as-needed -z noexecstack /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.16u6js6g0l3k1ic6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1fxq14vrn4hmbyv6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1im38lueib99jsk0.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1vut2eft6nlujjxr.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1zeawhkbeobww1zn.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.2xs38k3nu4oe9uo6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3171x0bwu82dptu7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3ayaeypdcro9d6yk.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3rngp6bm2u2q5z0y.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.49a7n47po4ttqjl7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.4bwka44cn8t3u4h3.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.572bgozz9kcwe4zq.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5b1vh7iwaxrgdt9b.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5cjmwvfm4d175pwc.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.8xzrsc1ux72v29j.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.9elsx31vb4it187.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.fgb0llynpvy6tjo.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.kma44ak002ps79k.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.pqmjx25qpxkduz7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.z9ox7biyn1otfln.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.crate.allocator.rcgu.o --gc-sections -z relro -z now -O1 -Bstatic /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-61d4659b6c55a3b1.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-6042d70c20eb65b0.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ecfc31983ea07a63.rlib --start-group /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-682c743c97115687.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-6ef70d7f9511a827.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4f5fb19987303e4f.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-177aeb12b6a0b4ab.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-342f72f1aa2a9608.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d5beb30fc556bda5.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-09c4ba918c8fd3e8.rlib --end-group /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-09d897d3a634a28f.rlib -Bdynamic -ldl -lrt -lpthread -lgcc_s -lc -lm -lrt -lpthread -lutil -lutil -z relro -z now /usr/lib/gcc/x86_64-redhat-linux/8/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o > ==21413== > collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped > compilation terminated. > ==21414== Memcheck, a memory error detector > ==21414== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. > ==21414== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info > ==21414== Command: /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5TRF3C.res --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/8/crtbeginS.o -L/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -L/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/usr/lib/gcc/x86_64-redhat-linux/8 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. --as-needed -z noexecstack /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.16u6js6g0l3k1ic6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1fxq14vrn4hmbyv6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1im38lueib99jsk0.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1vut2eft6nlujjxr.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.1zeawhkbeobww1zn.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.2xs38k3nu4oe9uo6.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3171x0bwu82dptu7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3ayaeypdcro9d6yk.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.3rngp6bm2u2q5z0y.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.49a7n47po4ttqjl7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.4bwka44cn8t3u4h3.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.572bgozz9kcwe4zq.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5b1vh7iwaxrgdt9b.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.5cjmwvfm4d175pwc.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.8xzrsc1ux72v29j.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.9elsx31vb4it187.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.fgb0llynpvy6tjo.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.kma44ak002ps79k.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.pqmjx25qpxkduz7.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.z9ox7biyn1otfln.rcgu.o /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps/thread_scoped-46808bb54d4c5cff.crate.allocator.rcgu.o --gc-sections -z relro -z now -O1 -Bstatic /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-61d4659b6c55a3b1.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-6042d70c20eb65b0.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ecfc31983ea07a63.rlib --start-group /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-682c743c97115687.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-6ef70d7f9511a827.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4f5fb19987303e4f.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-177aeb12b6a0b4ab.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-342f72f1aa2a9608.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d5beb30fc556bda5.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-09c4ba918c8fd3e8.rlib --end-group /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-09d897d3a634a28f.rlib -Bdynamic -ldl -lrt -lpthread -lgcc_s -lc -lm -lrt -lpthread -lutil -lutil -z relro -z now /usr/lib/gcc/x86_64-redhat-linux/8/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o > ==21414== > ==21414== Conditional jump or move depends on uninitialised value(s) > ==21414== at 0x4AFFED7: __wmemchr_avx2 (in /usr/lib64/libc-2.27.9000.so) > ==21414== by 0x4A6C91D: internal_fnwmatch (in /usr/lib64/libc-2.27.9000.so) > ==21414== by 0x4A6FD21: fnmatch@@GLIBC_2.2.5 (in /usr/lib64/libc-2.27.9000.so) > ==21414== by 0x489DBB6: find_target (targets.c:1397) > ==21414== by 0x489DCAC: bfd_set_default_target (targets.c:1431) > ==21414== by 0x115FC8: main (ldmain.c:246) > ==21414== > ==21414== Invalid read of size 1 > ==21414== at 0x13563F: plugin_opt_plugin_arg (plugin.c:280) > ==21414== by 0x11C47A: parse_args (lexsup.c:1043) > ==21414== by 0x1162F1: main (ldmain.c:313) > ==21414== Address 0x0 is not stack'd, malloc'd or (recently) free'd > ==21414== > ==21414== > ==21414== Process terminating with default action of signal 11 (SIGSEGV): dumping core > ==21414== Access not within mapped region at address 0x0 > ==21414== at 0x13563F: plugin_opt_plugin_arg (plugin.c:280) > ==21414== by 0x11C47A: parse_args (lexsup.c:1043) > ==21414== by 0x1162F1: main (ldmain.c:313) > ==21414== If you believe this happened as a result of a stack > ==21414== overflow in your program's main thread (unlikely but > ==21414== possible), you can try to increase the size of the > ==21414== main thread stack using the --main-stacksize= flag. > ==21414== The main thread stack size used in this run was 8388608. > ==21414== > ==21414== HEAP SUMMARY: > ==21414== in use at exit: 20,786 bytes in 22 blocks > ==21414== total heap usage: 48 allocs, 26 frees, 31,594 bytes allocated > ==21414== > ==21414== LEAK SUMMARY: > ==21414== definitely lost: 0 bytes in 0 blocks > ==21414== indirectly lost: 0 bytes in 0 blocks > ==21414== possibly lost: 0 bytes in 0 blocks > ==21414== still reachable: 20,786 bytes in 22 blocks > ==21414== suppressed: 0 bytes in 0 blocks > ==21414== Rerun with --leak-check=full to see details of leaked memory > ==21414== > ==21414== For counts of detected and suppressed errors, rerun with: -v > ==21414== Use --track-origins=yes to see where uninitialised values come from > ==21414== ERROR SUMMARY: 7 errors from 2 contexts (suppressed: 0 from 0) > ==21413== > ==21413== HEAP SUMMARY: > ==21413== in use at exit: 80,684 bytes in 42 blocks > ==21413== total heap usage: 169 allocs, 127 frees, 118,421 bytes allocated > ==21413== > ==21413== LEAK SUMMARY: > ==21413== definitely lost: 0 bytes in 0 blocks > ==21413== indirectly lost: 0 bytes in 0 blocks > ==21413== possibly lost: 0 bytes in 0 blocks > ==21413== still reachable: 80,684 bytes in 42 blocks > ==21413== suppressed: 0 bytes in 0 blocks > ==21413== Rerun with --leak-check=full to see details of leaked memory > ==21413== > ==21413== For counts of detected and suppressed errors, rerun with: -v > ==21413== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) > ==21412== > ==21412== HEAP SUMMARY: > ==21412== in use at exit: 182,386 bytes in 82 blocks > ==21412== total heap usage: 379 allocs, 297 frees, 260,769 bytes allocated > ==21412== > ==21412== LEAK SUMMARY: > ==21412== definitely lost: 4,371 bytes in 6 blocks > ==21412== indirectly lost: 18 bytes in 1 blocks > ==21412== possibly lost: 188 bytes in 3 blocks > ==21412== still reachable: 177,809 bytes in 72 blocks > ==21412== suppressed: 0 bytes in 0 blocks > ==21412== Rerun with --leak-check=full to see details of leaked memory > ==21412== > ==21412== For counts of detected and suppressed errors, rerun with: -v > ==21412== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) > > >error: aborting due to previous error > >==21383== >==21383== HEAP SUMMARY: >==21383== in use at exit: 304,125 bytes in 2,106 blocks >==21383== total heap usage: 1,197,384 allocs, 1,195,278 frees, 487,003,250 bytes allocated >==21383== >==21383== LEAK SUMMARY: >==21383== definitely lost: 968 bytes in 1 blocks >==21383== indirectly lost: 7,912 bytes in 11 blocks >==21383== possibly lost: 0 bytes in 0 blocks >==21383== still reachable: 295,245 bytes in 2,094 blocks >==21383== suppressed: 0 bytes in 0 blocks >==21383== Rerun with --leak-check=full to see details of leaked memory >==21383== >==21383== For counts of detected and suppressed errors, rerun with: -v >==21383== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) >error: Could not compile `thread-scoped`. > >Caused by: > process didn't exit successfully: `/usr/bin/rustc --crate-name thread_scoped src/lib.rs --emit=dep-info,link -C debuginfo=2 --test -C metadata=46808bb54d4c5cff -C extra-filename=-46808bb54d4c5cff --out-dir /home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -C incremental=/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/incremental -L dependency=/home/brain/Projects/fedora/rpms/rust-thread-scoped/thread-scoped-1.0.2/target/debug/deps -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` (exit code: 101) >==21380== >==21380== HEAP SUMMARY: >==21380== in use at exit: 642,423 bytes in 10,148 blocks >==21380== total heap usage: 31,194 allocs, 21,046 frees, 3,193,708 bytes allocated >==21380== >==21380== LEAK SUMMARY: >==21380== definitely lost: 0 bytes in 0 blocks >==21380== indirectly lost: 0 bytes in 0 blocks >==21380== possibly lost: 0 bytes in 0 blocks >==21380== still reachable: 642,423 bytes in 10,148 blocks >==21380== suppressed: 0 bytes in 0 blocks >==21380== Rerun with --leak-check=full to see details of leaked memory >==21380== >==21380== For counts of detected and suppressed errors, rerun with: -v >==21380== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1609069
: 1470902