search for: ptrace_kil

Displaying 1 result from an estimated 1 matches for "ptrace_kil".

Did you mean: ptrace_kill
2017 Mar 22
2
Building LLVM on Linux, executing on Windows 10 Linux Subsystem
Our out-of-tree LLVM compiler is configured and built on Linux, but I cannot get it to run under the Windows 10 Linux Subsystem. When run in this context it reports a crash: warning: Error disabling address space randomisation: Success warning: linux_ptrace_test_ret_to_nx: PTRACE_KILL waitpid returned -1: Interrupted system call Program received signal SIGSEGV, Segmentation fault. 0x0000000003b31e1b in __ctype_init () (gdb) bt #0 0x0000000003b31e1b in __ctype_init () #1 0x0000000003b2ed4e in __libc_start_main () #2 0x00000000004022ad in _start () (gdb) list 302...