Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/strace/tests-m32/
Dqual_fault.test45 local trace fault err first step procs extra
47 fault=$1; shift
85 "$@" -e fault=$fault$when$error$suffix $extra \
99 for fault in writev desc,51; do
101 writev $fault "$err" '' '' 1 -efault=chdir
103 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
106 writev $fault "$err" $F '' 1
108 writev $fault "$err" $F + 1
111 writev $fault "$err" $F $S 1
113 writev $fault "$err" $F $S 4
Dfiltering_syscall-syntax.test62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
/external/strace/tests/
Dqual_fault.test45 local trace fault err first step procs extra
47 fault=$1; shift
85 "$@" -e fault=$fault$when$error$suffix $extra \
99 for fault in writev desc,51; do
101 writev $fault "$err" '' '' 1 -efault=chdir
103 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
106 writev $fault "$err" $F '' 1
108 writev $fault "$err" $F + 1
111 writev $fault "$err" $F $S 1
113 writev $fault "$err" $F $S 4
Dfiltering_syscall-syntax.test62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
/external/strace/tests-mx32/
Dqual_fault.test45 local trace fault err first step procs extra
47 fault=$1; shift
85 "$@" -e fault=$fault$when$error$suffix $extra \
99 for fault in writev desc,51; do
101 writev $fault "$err" '' '' 1 -efault=chdir
103 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
106 writev $fault "$err" $F '' 1
108 writev $fault "$err" $F + 1
111 writev $fault "$err" $F $S 1
113 writev $fault "$err" $F $S 4
Dfiltering_syscall-syntax.test62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll20 ; } fault {
105 to label %catch2.ret unwind label %fault
106 fault:
108 %fault.pad = cleanuppad within %catch.pad2 [i32 undef]
120 invoke void @f(i32 6) [ "funclet"(token %fault.pad) ]
121 to label %fault.ret unwind label %finally
122 fault.ret:
123 cleanupret from %fault.pad unwind label %finally
221 ; Clause 5: call f(5) is guarded by fault
223 ; ^ flags (4 => fault handler)
[all …]
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll20 ; } fault {
105 to label %catch2.ret unwind label %fault
106 fault:
108 %fault.pad = cleanuppad within %catch.pad2 [i32 undef]
120 invoke void @f(i32 6) [ "funclet"(token %fault.pad) ]
121 to label %fault.ret unwind label %finally
122 fault.ret:
123 cleanupret from %fault.pad unwind label %finally
221 ; Clause 5: call f(5) is guarded by fault
223 ; ^ flags (4 => fault handler)
[all …]
/external/python/cpython3/Doc/library/
Dfaulthandler.rst11 This module contains functions to dump Python tracebacks explicitly, on a fault,
13 install fault handlers for the :const:`SIGSEGV`, :const:`SIGFPE`,
18 The fault handler is compatible with system fault handlers like Apport or the
19 Windows fault handler. The module uses an alternative stack for signal handlers
23 The fault handler is called on catastrophic cases and therefore can only use
61 Enable the fault handler: install handlers for the :const:`SIGSEGV`,
67 The *file* must be kept open until the fault handler is disabled: see
78 Disable the fault handler: uninstall the signal handlers installed by
83 Check if the fault handler is enabled.
155 Example of a segmentation fault on Linux with and without enabling the fault
[all …]
/external/syzkaller/pkg/report/testdata/freebsd/report/
D01 TITLE: Fatal trap 12: page fault while in kernel mode in atrtc_settime
3 Fatal trap 12: page fault while in kernel mode
5 fault virtual address = 0xffffffff12852143
6 fault code = supervisor read data, page not present
15 panic: page fault
D11 TITLE: Fatal trap 12: page fault while in kernel mode in sctp_sosend
3 Fatal trap 12: page fault while in kernel mode
5 fault virtual address = 0xfffff7ffb48e19a8
6 fault code = supervisor read data, page not present
15 panic: page fault
D21 TITLE: Fatal trap 9: general protection fault while in kernel mode in udp_close
3 Fatal trap 9: general protection fault while in kernel mode
13 panic: general protection fault
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFaultMaps.rst17 made to fault reliably if the check would have failed, and recovering
18 from such a fault by using a signal handler.
32 special "fault map" section. On Darwin this section is named
56 FailtKind describes the reason of expected fault. Currently three kind
59 1. ``FaultMaps::FaultingLoad`` - fault due to load from memory.
60 2. ``FaultMaps::FaultingLoadStore`` - fault due to instruction load and store.
61 3. ``FaultMaps::FaultingStore`` - fault due to store to memory.
113 fault once the application has reached a steady state. A standard way
124 fault.
/external/syzkaller/docs/linux/
Dkernel_configs.md61 For testing with fault injection enable the following configs (syzkaller will pick it up automatica…
73 fault-inject: support systematic fault injection
74 fault-inject: simplify access check for fail-nth
75 fault-inject: fix wrong should_fail() decision in task context
76 fault-inject: add /proc/<pid>/fail-nth
/external/tcpdump/tests/
Disis-seg-fault-1-v.sh8 test_name=isis-seg-fault-1-v
17 if ./TESTonce $test_name isis-seg-fault-1.pcap isis-seg-fault-1-v.out '-v'
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java184 SoapFault fault; in parseBody() local
186 fault = new SoapFault(this.version); in parseBody()
188 fault = new SoapFault12(this.version); in parseBody()
190 fault.parse(parser); in parseBody()
191 bodyIn = fault; in parseBody()
/external/syzkaller/pkg/report/testdata/linux/report/
D121 TITLE: general protection fault in drm_legacy_newctx
2 START: [ 1021.364461] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
7 [ 1021.364461] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
D841 TITLE: general protection fault in corrupted
4 [ 92.396607] general protection fault: 0000 [#1] [ 387.811073] audit: type=1326 audit(1486238739.…
D1001 TITLE: general protection fault in corrupted
6 [ 1722.511384] general protection fault: 0000 [#1] SMP KASAN
D131 TITLE: general protection fault in logfs_init_inode
5 [ 1722.510515] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
/external/syzkaller/pkg/report/testdata/linux/guilty/
D193 BUG: sleeping function called from invalid context at arch/x86/mm/fault.c:1372
8 …#1: (&mm->mmap_sem){++++}, at: [<0000000044f840f2>] __do_page_fault+0x32d/0xc90 arch/x86/mm/fault
24 __do_page_fault+0x350/0xc90 arch/x86/mm/fault.c:1372
25 do_page_fault+0xee/0x720 arch/x86/mm/fault.c:1504
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc139 void DoTestFault(ClientFault fault) { in DoTestFault() argument
141 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault)); in DoTestFault()
142 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault)); in DoTestFault()
143 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault)); in DoTestFault()
/external/llvm/docs/
DFaultMaps.rst17 made to fault reliably if the check would have failed, and recovering
18 from such a fault by using a signal handler.
32 special "fault map" section. On Darwin this section is named
107 fault once the application has reached a steady state. A standard way
118 fault.
/external/syzkaller/pkg/report/testdata/fuchsia/report/
D71 TITLE: double fault
12 double fault, halting
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-lazy-anon-8p-touch14 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in
19 # read pages to migrate on fault

1234567891011