search for: __restore_rt

Displaying 20 results from an estimated 115 matches for "__restore_rt".

2018 Apr 16
2
lldb stops on every call to dlopen
...but haven’t been able to reproduce. Can your offer any suggestions for further debugging this? More supporting evidence follows. Here is the message when the debugger stops: Process 120004 stopped * thread #1, name = ‘xxxxxxxx', stop reason = trace frame #0: 0x00002aaaacfca6a0 libc.so.6`__restore_rt libc.so.6`__restore_rt: -> 0x2aaaacfca6a0 <+0>: movq $0xf, %rax 0x2aaaacfca6a7 <+7>: syscall 0x2aaaacfca6a9 <+9>: nopl (%rax) libc.so.6`__libc_sigaction: 0x2aaaacfca6b0 <+0>: subq $0xd0, %rsp I do not have the stop on shared library events setting en...
2018 Apr 17
0
lldb stops on every call to dlopen
...those every time the library is loaded (we need that to load relevant debug info and set potential breakpoints). However, they should generally not be surfaced to the user (unless you have the stop-on-sharedlibrary-events setting set, which you don't). The part that is suspicious to me is that __restore_rt shows up on the top of the backtrace. This is a trampoline used to return from signal handlers, and it would seem to indicate that you got some sort of a signal while loading the libraries. I don't know why this would happen, but it could be that this is confusing lldb's auto-resume logic....
2018 Apr 17
1
[lldb-dev] lldb stops on every call to dlopen
...ary is loaded (we need that to > load relevant debug info and set potential breakpoints). However, they > should generally not be surfaced to the user (unless you have the > stop-on-sharedlibrary-events setting set, which you don't). > > The part that is suspicious to me is that __restore_rt shows up on the top > of the backtrace. This is a trampoline used to return from signal handlers, > and it would seem to indicate that you got some sort of a signal while > loading the libraries. I don't know why this would happen, but it could be > that this is confusing lldb's...
2018 Mar 02
2
Segmentation fault when using llc to target riscv.
I am using LLVM version 4.0.1 Running `llc -march=riscv64 math.ll` returns: #0 0x0000000000fed7d1 (llc+0xfed7d1) #1 0x0000000000fec559 (llc+0xfec559) #2 0x0000000000fec8d9 (llc+0xfec8d9) #3 0x00007f22c044e5e0 __restore_rt (/lib64/libpthread.so.0+0xf5e0) #4 0x0000000000d7faf3 (llc+0xd7faf3) #5 0x0000000000cd4b88 (llc+0xcd4b88) #6 0x0000000000cd530c (llc+0xcd530c) #7 0x00000000006858c3 (llc+0x6858c3) #8 0x000000000063c442 (llc+0x63c442) #9 0x00007f22bf031c05 __libc_start_main (/lib64/libc.so.6+0x21c05) #10 0x000000000...
2019 Dec 19
2
Interpreter crash due to an "Unknown constant pointer type!"
...op/llvm-6.0.1.src/lib/ExecutionEngine/ExecutionEngine.cpp:1007! LLVMSymbolizer: error reading file: No such file or directory #0 0x0000000001765ee9 (lli+0x1765ee9) #1 0x0000000001766099 (lli+0x1766099) #2 0x0000000001764643 (lli+0x1764643) #3 0x0000000001766424 (lli+0x1766424) #4 0x00007f5dc5fc7890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) #5 0x00007f5dc4a85e97 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x3ee97) #6 0x00007f5dc4a87801 abort (/lib/x86_64-linux-gnu/libc.so.6+0x40801) #7 0x00000000016d7150 (lli+0x16d7150) #8 0x0000000001139543 (lli+0x1139543) #9 0x00000000011500b8 (lli+0x1150...
2019 Dec 19
2
Interpreter crash due to an "Unknown constant pointer type!"
...op/llvm-6.0.1.src/lib/ExecutionEngine/ExecutionEngine.cpp:1007! LLVMSymbolizer: error reading file: No such file or directory #0 0x0000000001765ee9 (lli+0x1765ee9) #1 0x0000000001766099 (lli+0x1766099) #2 0x0000000001764643 (lli+0x1764643) #3 0x0000000001766424 (lli+0x1766424) #4 0x00007faade157890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) #5 0x00007faadcc15e97 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x3ee97) #6 0x00007faadcc17801 abort (/lib/x86_64-linux-gnu/libc.so.6+0x40801) #7 0x00000000016d7150 (lli+0x16d7150) #8 0x0000000001139543 (lli+0x1139543) #9 0x00000000011500b8 (lli+0x1150...
2019 Dec 24
2
Interpreter crash due to an "Unknown constant pointer type!"
...cpp:1007! >> LLVMSymbolizer: error reading file: No such file or directory >> #0 0x0000000001765ee9 (lli+0x1765ee9) >> #1 0x0000000001766099 (lli+0x1766099) >> #2 0x0000000001764643 (lli+0x1764643) >> #3 0x0000000001766424 (lli+0x1766424) >> #4 0x00007f5dc5fc7890 __restore_rt >> (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) >> #5 0x00007f5dc4a85e97 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x3ee97) >> #6 0x00007f5dc4a87801 abort (/lib/x86_64-linux-gnu/libc.so.6+0x40801) >> #7 0x00000000016d7150 (lli+0x16d7150) >> #8 0x0000000001139543 (lli...
2020 Jan 03
3
Interpreter crash due to an "Unknown constant pointer type!"
...er(void*) /home/al/llvm-9.0.0.src/lib/Support/Unix/Signals.inc:594:0 #2 0x0000564bad640a66 llvm::sys::RunSignalHandlers() /home/al/llvm-9.0.0.src/lib/Support/Signals.cpp:68:0 #3 0x0000564bad6424b0 SignalHandler(int) /home/al/llvm-9.0.0.src/lib/Support/Unix/Signals.inc:385:0 #4 0x00007f697df61890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) #5 0x00007f697ca0ae97 raise /build/glibc-OTsEL5/glibc-2.27/signal/../sysdeps/unix/sysv/linux/raise.c:51:0 #6 0x00007f697ca0c801 abort /build/glibc-OTsEL5/glibc-2.27/stdlib/abort.c:81:0 #7 0x0000564bad5ce768 bindingsErrorHandler(void*, std::__cxx11:...
2017 Jul 01
2
LLC Segmentation Fault in Matrix Multiplication
...but when i run llc on the optimized .ll file llc -x86-asm-syntax=intel pimmatnl_64_u32_o3.ll -o matnl-knl4_intel.s i get the following segmentation fault error: #0 0x0000000001826ad8 (llc+0x1826ad8) #1 0x0000000001824aae (llc+0x1824aae) #2 0x0000000001824bfc (llc+0x1824bfc) #3 0x00007fa6bdb52d10 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x10d10) #4 0x00000000014d0974 (llc+0x14d0974) #5 0x000000000169bdb5 (llc+0x169bdb5) #6 0x00000000016bcfdc (llc+0x16bcfdc) #7 0x00000000016d8684 (llc+0x16d8684) #8 0x000000000170a4c0 (llc+0x170a4c0) #9 0x000000000171199d (llc+0x171199d) #10 0x0000000001714258...
2019 Aug 25
5
Illegal instruction (core dumped) LLVM 8.0
...intStackTraceSignalHandler(void*) /llvm-8.0.0.src/lib/Support/Unix/Signals.inc:559:1 #2 0x0000000002634bd6 llvm::sys::RunSignalHandlers() /llvm-8.0.0.src/lib/Support/Signals.cpp:68:5 #3 0x000000000263718b SignalHandler(int) /llvm-8.0.0.src/lib/Support/Unix/Signals.inc:358:1 #4 0x00007f9153c4f890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) #5 0x00007f91524b40fe (anonymous namespace)::opcodecount::runOnFunction(llvm::Function&) /llvm-8.0.0.src/lib/Transforms/Static-Info/Static-Info.cpp:30:1 #6 0x0000000001c64464 llvm::FPPassManager::runOnFunction(llvm::Function&) /llvm-8.0.0.sr...
2020 Feb 10
2
Interpreter crash due to an "Unknown constant pointer type!"
.../Unix/Signals.inc:594:0 >> #2 0x0000564bad640a66 llvm::sys::RunSignalHandlers() >> /home/al/llvm-9.0.0.src/lib/Support/Signals.cpp:68:0 >> #3 0x0000564bad6424b0 SignalHandler(int) >> /home/al/llvm-9.0.0.src/lib/Support/Unix/Signals.inc:385:0 >> #4 0x00007f697df61890 __restore_rt >> (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) >> #5 0x00007f697ca0ae97 raise >> /build/glibc-OTsEL5/glibc-2.27/signal/../sysdeps/unix/sysv/linux/raise.c:51:0 >> #6 0x00007f697ca0c801 abort >> /build/glibc-OTsEL5/glibc-2.27/stdlib/abort.c:81:0 >> #7 0x0000...
2017 Jul 01
2
LLC Segmentation Fault in Matrix Multiplication
...ntax=intel pimmatnl_64_u32_o3.ll -o matnl-knl4_intel.s >> >> i get the following segmentation fault error: >> >> #0 0x0000000001826ad8 (llc+0x1826ad8) >> #1 0x0000000001824aae (llc+0x1824aae) >> #2 0x0000000001824bfc (llc+0x1824bfc) >> #3 0x00007fa6bdb52d10 __restore_rt (/lib/x86_64-linux-gnu/libpthr >> ead.so.0+0x10d10) >> #4 0x00000000014d0974 (llc+0x14d0974) >> #5 0x000000000169bdb5 (llc+0x169bdb5) >> #6 0x00000000016bcfdc (llc+0x16bcfdc) >> #7 0x00000000016d8684 (llc+0x16d8684) >> #8 0x000000000170a4c0 (llc+0x170a4c0) >&g...
2019 Jan 26
2
How to debug .ll file with segmentation fault?
...ckTrace(llvm::raw_ostream&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x81e0ea) #1 0x00007f162b1ec366 llvm::sys::RunSignalHandlers() (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x81c366) #2 0x00007f162b1ec49b (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x81c49b) #3 0x00007f162a7c3890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) #4 0x00007f162a0923cc _IO_vfprintf /build/glibc-OTsEL5/glibc-2.27/stdio-common/vfprintf.c:1283:0 #5 0x00007f162a09be54 _IO_fprintf /build/glibc-OTsEL5/glibc-2.27/stdio-common/fprintf.c:36:0 #6 0x00007f1628ff648e #7 0x00007f1628e37bc0 #8 0x00007f1628ff...
2020 Feb 01
0
Interpreter crash due to an "Unknown constant pointer type!"
...4:0 >>> #2 0x0000564bad640a66 llvm::sys::RunSignalHandlers() >>> /home/al/llvm-9.0.0.src/lib/Support/Signals.cpp:68:0 >>> #3 0x0000564bad6424b0 SignalHandler(int) >>> /home/al/llvm-9.0.0.src/lib/Support/Unix/Signals.inc:385:0 >>> #4 0x00007f697df61890 __restore_rt >>> (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) >>> #5 0x00007f697ca0ae97 raise >>> /build/glibc-OTsEL5/glibc-2.27/signal/../sysdeps/unix/sysv/linux/raise.c:51:0 >>> #6 0x00007f697ca0c801 abort >>> /build/glibc-OTsEL5/glibc-2.27/stdlib/abort.c:81:0...
2015 Feb 25
2
[LLVMdev] [lld][PECOFF] assert from lld once in 5 test runs.
...-build/../lib/Support/Unix/Signals.inc:422:15 #1 0x4b136b PrintStackTraceSignalHandler(void*) /usr2/seaswara/work/llvmorg/llvm-build/../lib/Support/Unix/Signals.inc:481:1 #2 0x4b2ee4 SignalHandler(int) /usr2/seaswara/work/llvmorg/llvm-build/../lib/Support/Unix/Signals.inc:198:60 #3 0x7fd12664bcb0 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0xfcb0) #4 0x7fd12587d0d5 gsignal /build/buildd/eglibc-2.15/signal/../nptl/sysdeps/unix/sysv/linux/raise.c:64:0 #5 0x7fd12588083b abort /build/buildd/eglibc-2.15/stdlib/abort.c:93:0 #6 0x7fd125875d9e __assert_fail_base /build/buildd/eglibc-2.15/assert/asser...
2017 Aug 26
2
Error in generating Object Code for implemented assembly vector instructions
...ort/Unix/Signals.inc:402:11 #1 0x00000000019da4d9 PrintStackTraceSignalHandler(void*) lib/Support/Unix/Signals.inc:466:1 #2 0x00000000019d8853 llvm::sys::RunSignalHandlers() lib/Support/Signals.cpp:0:5 #3 0x00000000019da834 SignalHandler(int) lib/Support/Unix/Signals.inc:256:1 #4 0x00007f2f2be14d10 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x10d10) #5 0x00007f2f2adc2267 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x35267) #6 0x00007f2f2adc3eca abort (/lib/x86_64-linux-gnu/libc.so.6+0x36eca) #7 0x000000000195f6c0 LLVMInstallFatalErrorHandler lib/Support/ErrorHandling.cpp:133:0 #8 0x0000000000c08966...
2017 Jul 01
0
LLC Segmentation Fault in Matrix Multiplication
...3.ll -o matnl-knl4_intel.s >>> >>> i get the following segmentation fault error: >>> >>> #0 0x0000000001826ad8 (llc+0x1826ad8) >>> #1 0x0000000001824aae (llc+0x1824aae) >>> #2 0x0000000001824bfc (llc+0x1824bfc) >>> #3 0x00007fa6bdb52d10 __restore_rt (/lib/x86_64-linux-gnu/libpthr >>> ead.so.0+0x10d10) >>> #4 0x00000000014d0974 (llc+0x14d0974) >>> #5 0x000000000169bdb5 (llc+0x169bdb5) >>> #6 0x00000000016bcfdc (llc+0x16bcfdc) >>> #7 0x00000000016d8684 (llc+0x16d8684) >>> #8 0x000000000170a4c...
2019 Feb 27
2
lld-link crash when linking intrinsics lib
...stream&) (/home/jshi19/llvm/releaseinstall/bin/lld-link+0x272e4a) #1 0x0000559a34ba3d14 llvm::sys::RunSignalHandlers() (/home/jshi19/llvm/releaseinstall/bin/lld-link+0x270d14) #2 0x0000559a34ba3e52 SignalHandler(int) (/home/jshi19/llvm/releaseinstall/bin/lld-link+0x270e52) #3 0x00007f896c8ea890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890) #4 0x0000559a34c11325 lld::coff::markLive(llvm::ArrayRef<lld::coff::Chunk*>) (/home/jshi19/llvm/releaseinstall/bin/lld-link+0x2de325) #5 0x0000559a34bf0220 lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) (/home/jshi19/llvm/relea...
2017 May 09
2
lib/CodeGen/AsmPrinter/DwarfDebug.h:131: void llvm::DbgVariable::addMMIEntry(const llvm::DbgVariable&): Assertion `V.Var == Var && "conflicting variable"' failed.
...0x0000000001ffea1e llvm::sys::RunSignalHandlers() /mnt/b/sanitizer-buildbot1/sanitizer-x86_64-linux/build/llvm/lib/Support/Signals.cpp:44:0 #2 0x0000000001ffeb92 SignalHandler(int) /mnt/b/sanitizer-buildbot1/sanitizer-x86_64-linux/build/llvm/lib/Support/Unix/Signals.inc:242:0 #3 0x00007fa903bee390 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x11390) #4 0x00007fa902b7b428 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x35428) #5 0x00007fa902b7d02a abort (/lib/x86_64-linux-gnu/libc.so.6+0x3702a) #6 0x00007fa902b73bd7 (/lib/x86_64-linux-gnu/libc.so.6+0x2dbd7) #7 0x00007fa902b73c82 (/lib/x86_64-linux-gnu/...
2017 Aug 17
2
unable to emit vectorized code in LLVM IR
lli sum-vec03.ll 5 2 #0 0x0000000000c1f818 (lli+0xc1f818) #1 0x0000000000c1d90e (lli+0xc1d90e) #2 0x0000000000c1da5c (lli+0xc1da5c) #3 0x00007f987c2c3d10 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x10d10) #4 0x00007f987c6f0038 #5 0x0000000000989f8c (lli+0x989f8c) #6 0x00000000009383dc (lli+0x9383dc) #7 0x000000000057eedd (lli+0x57eedd) #8 0x00007f987b464a40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x20a40) #9 0x00000000005a5b49 (lli+0x5a5b49)...