Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/libunwind/tests/
DGia64-test-nat.c48 #define panic(args...) \ macro
149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler()
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler()
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler()
191 panic ("sigaction: %s\n", strerror (errno)); in enable_sighandler()
203 panic ("sigaction: %s\n", strerror (errno)); in disable_sighandler()
220 panic ("%s: failed to read register r%d, error=%d\n", in check_static_to_stacked()
225 panic ("%s: failed to read register nat%d, error=%d\n", in check_static_to_stacked()
238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked()
243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked()
[all …]
Dtest-ptrace.c67 #define panic(args...) \ macro
87 panic ("unw_init_remote() failed: ret=%d\n", ret); in do_backtrace()
93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret); in do_backtrace()
115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in do_backtrace()
126 panic ("unw_get_reg() failed: ret=%d\n", ret); in do_backtrace()
138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n", in do_backtrace()
145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n", in do_backtrace()
151 panic ("Too many errors (%d)!\n", nerrors); in do_backtrace()
158 panic ("unwind failed with ret=%d\n", ret); in do_backtrace()
177 panic ("unw_create_addr_space() failed"); in main()
[all …]
Dia64-test-sig.c33 #define panic(args...) \ macro
50 panic ("unw_init() failed!\n"); in sighandler()
54 panic ("unw_step() failed!\n"); in sighandler()
59 panic ("failed to find signal frame!\n"); in sighandler()
62 panic ("unw_step() failed!\n"); in sighandler()
65 panic ("failed to get IP!\n"); in sighandler()
73 panic ("failed to set IP!\n"); in sighandler()
77 panic ("unexpected return from unw_resume()!\n"); in sighandler()
DGtest-resume-sig.c44 #define panic(args...) \ macro
112 panic ("unw_getcontext() failed: ret=%d\n", ret); in handler()
114 panic ("unw_init_local() failed: ret=%d\n", ret); in handler()
117 panic ("unw_step(1) failed: ret=%d\n", ret); in handler()
120 panic ("unw_step(2) failed: ret=%d\n", ret); in handler()
124 panic ("unw_step(2) failed: ret=%d\n", ret); in handler()
128 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); in handler()
145 panic ("Got unexpected signal %d\n", sig); in handler()
189 panic ("failed to get SIGUSR2\n"); in main()
DGx64-test-dwarf-expressions.c10 #define panic(args...) \ macro
33 panic("%s: unw_step failed on step %d with return code %d", __FUNCTION__, i, rc); in recover_register()
35 panic("%s: unw_step failed to reach the end of the stack", __FUNCTION__); in recover_register()
39 panic("%s: unw_get_reg failed to locate the program counter", __FUNCTION__); in recover_register()
44 panic("%s: unw_get_reg failed to retrieve register %lu", __FUNCTION__, regnum); in recover_register()
55 panic("r12 should be clobbered at height 1 (DW_CFA_expression_inner)"); in main()
57 panic("r12 should be restored at height 2 (DW_CFA_expression_testcase)"); in main()
DGia64-test-readonly.c35 #define panic(args...) \ macro
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker()
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker()
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker()
66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n", in checker()
69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n", in checker()
DGia64-test-stack.c37 #define panic(args...) \ macro
111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof); in do_unwind_tests()
117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32); in do_unwind_tests()
127 panic ("\texpected sof=96, found sof=%lu\n", sof); in do_unwind_tests()
129 panic ("\texpected sol=95, found sol=%lu\n", sol); in do_unwind_tests()
140 panic ("\texpected loc%d to be a NaT!\n", l); in do_unwind_tests()
145 panic ("\tloc%d is unexpectedly a NaT!\n", l); in do_unwind_tests()
148 panic ("\tloc%d expected to be %lx, found to be %lx\n", in do_unwind_tests()
158 panic ("libunwind returned %d\n", ret); in do_unwind_tests()
Dtest-proc-info.c43 #define panic(args...) \ macro
111 panic ("%s() got called!\n", __FUNCTION__); in resume()
122 panic ("%s() got called!\n", __FUNCTION__); in get_proc_name()
148 panic ("unw_create_addr_space() failed\n"); in main()
154 panic ("unw_init_remote() returned %d instead of 0\n", ret); in main()
158 panic ("First call to unw_step() returned %d instead of %d\n", in main()
163 panic ("Second call to unw_step() returned %d instead of %d\n", in main()
Dppc64-test-altivec.c12 #define panic(args...) { fprintf (stderr, args); abort(); } macro
56 panic ("unw_init_local failed!\n"); in vec_stack()
64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n", in vec_stack()
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n", in vec_stack()
74 panic in vec_stack()
104 panic ("unw_get_proc_name returned %d\n", ret); in vec_stack()
113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, in vec_stack()
DGia64-test-rbs.c39 #define panic(args...) \ macro
106 panic ("unw_init_local (ret=%d)", ret); in unwind_and_resume()
110 panic ("unw_step (ret=%d)", ret); in unwind_and_resume()
116 panic ("failed to redirect to resumption_point\n"); in unwind_and_resume()
122 panic ("unw_get_reg() failed\n"); in unwind_and_resume()
128 panic ("unw_resume() returned (ret=%d)!!\n", ret); in unwind_and_resume()
167 panic ("test%d: load() returned %d\n", test, ret); in run_check()
169 panic ("test%d: resumed wrong frame: expected %d, got %d\n", in run_check()
Dtest-async-sig.c63 #define panic(args...) \ macro
84 panic ("unw_init_local failed!\n"); in do_backtrace()
117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth); in do_backtrace()
150 panic ("Too many errors (%d)\n", nerrors); in sighandler()
DGtest-exc.c43 #define panic(args...) \ macro
65 panic ("unw_init_local() failed!\n"); in raise_exception()
81 panic ("unw_step() failed!\n"); in raise_exception()
148 panic ("FAILURE: b() returned from raise_exception()!!\n"); in b()
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic.txt4 * Add cases/soft-inj/panic/cases.sh into configuration file, and invoke
8 cases/soft-inj/panic/cases.sh
27 * Inject data file: cases/soft-inj/panic/data/fatal
30 * MCE records collected via kernel panic log is same as reference ones.
31 * Kernel panic message is "Fatal Machine check"
49 * Inject data file: cases/soft-inj/panic/data/fatal_timeout
52 * MCE records collected via kernel panic log is same as reference ones.
53 * Kernel panic message is "Fatal machine check on current CPU"
66 * Inject data file: cases/soft-inj/panic/data/fatal_irq
69 * MCE records collected via kernel panic log is same as reference ones.
[all …]
Dsoft-inj_panic_npcc.txt30 * MCE records collected via kernel panic log is same as reference ones.
31 * Kernel panic message is "Fatal Machine check"
45 * MCE records collected via kernel panic log is same as reference ones.
46 * Kernel panic message is "Fatal Machine check"
65 * MCE records collected via kernel panic log is same as reference ones.
66 * Kernel panic message is "Fatal machine check on current CPU"
81 * MCE records collected via kernel panic log is same as reference ones.
82 * Kernel panic message is "Fatal Machine check"
96 * MCE records collected via kernel panic log is same as reference ones.
97 * Kernel panic message is "Fatal machine check on current CPU"
[all …]
Dsoft-inj_panic_ucr.txt29 * MCE records collected via kernel panic log is same as reference ones.
30 * Kernel panic message is "Fatal Machine check"
52 * MCE records collected via kernel panic log is same as reference ones.
53 * Kernel panic message is "Fatal Machine check"
75 * MCE records collected via kernel panic log is same as reference ones.
76 * Kernel panic message is "Fatal Machine check"
99 * MCE records collected via kernel panic log is same as reference ones.
100 * Kernel panic message is "Machine check from unknown source"
118 * MCE records collected via kernel panic log is same as reference ones.
119 * Kernel panic message is "Fatal Machine check"
[all …]
Dsoft-inj_non-panic.txt6 * Add cases/soft-inj/non-panic/cases.sh into configuration file, and invoke
10 cases/soft-inj/non-panic/cases.sh
22 * Inject data file: cases/soft-inj/non-panic/data/corrected
37 * Inject data file: cases/soft-inj/non-panic/data/corrected_hold
50 * Inject data file: cases/soft-inj/non-panic/data/corrected_over
63 * Inject data file: cases/soft-inj/non-panic/data/corrected_no_en
Dsoft-inj_panic_noser.txt30 * MCE records collected via kernel panic log is same as reference ones.
31 * Kernel panic message is "Fatal Machine check"
56 * MCE records collected via kernel panic log is same as reference ones.
57 * Kernel panic message is "Fatal Machine check"
78 * MCE records collected via kernel panic log is same as reference ones.
79 * Kernel panic message is "Fatal machine check on current CPU"
/third_party/ltp/testcases/kdump/doc/
DALL_TEST.txt3 * ACP: invoke dump using panic [ panic test 0 ].
4 * ACB: invoke dump using BUG [ panic test 1 ].
5 * ACE: invoke dump using panic_on_oops [ panic test 2 ].
12 * KPIDP: panic in do_irq
17 * KPIEP: panic in handle_IRQ_event
22 * KPTEP: panic in tasklet_action
27 * KPBP : panic in ll_rw_block
32 * KPMSP: panic in shrink_inactive_list
37 * KPTP : panic in hr_timer_start
42 * KPSP : panic in scsi_dispatch_cmd
[all …]
D00_Descriptions.txt17 * ACP: invoke dump using panic [ panic test 0 ].
18 * ACB: invoke dump using BUG [ panic test 1 ].
19 * ACE: invoke dump using panic_on_oops [ panic test 2 ].
33 * KPIDP: panic in do_irq
37 * KPIEP: panic in handle_IRQ_event
41 * KPTEP: panic in tasklet_action
45 * KPBP : panic in ll_rw_block
49 * KPMSP: panic in shrink_inactive_list
53 * KPTP : panic in hr_timer_start
/third_party/toybox/toys/other/
Dswitch_root.c58 goto panic; in switch_root_main()
66 goto panic; in switch_root_main()
78 goto panic; in switch_root_main()
83 goto panic; in switch_root_main()
92 goto panic; in switch_root_main()
98 goto panic; in switch_root_main()
104 goto panic; in switch_root_main()
114 panic: in switch_root_main()
/third_party/typescript/tests/baselines/reference/
DarrayLiteralInNonVarArgParameter.symbols2 function panic(val: string[], ...opt: string[]) { }
3 >panic : Symbol(panic, Decl(arrayLiteralInNonVarArgParameter.ts, 0, 0))
7 panic([], 'one', 'two');
8 >panic : Symbol(panic, Decl(arrayLiteralInNonVarArgParameter.ts, 0, 0))
DarrayLiteralInNonVarArgParameter.types2 function panic(val: string[], ...opt: string[]) { }
3 >panic : (val: string[], ...opt: string[]) => void
7 panic([], 'one', 'two');
8 >panic([], 'one', 'two') : void
9 >panic : (val: string[], ...opt: string[]) => void
DarrayLiteralInNonVarArgParameter.js2 function panic(val: string[], ...opt: string[]) { } function
4 panic([], 'one', 'two');
8 function panic(val) {
14 panic([], 'one', 'two');
/third_party/e2fsprogs/tests/m_error_behavior/
Dscript42 echo "error panic" >> $OUT
43 $MKE2FS -e panic -F $TMPFILE > /dev/null 2>&1
61 echo "error default profile panic" >> $OUT
62 write_defaults_conf panic
83 echo "error fs_types profile panic" >> $OUT
84 write_section_conf panic
96 MKE2FS_CONFIG=$conf $MKE2FS -T test_suite -e panic -F $TMPFILE > /dev/null 2>&1
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif-dot-rs/src/
Dmain.rs105 _ => panic!("not a graphic block"), in decode()
110 _ => panic!("not a table based image"), in decode()
116 panic!("wrong num_bytes") in decode()
121 panic!("wrong dst pixels") in decode()

1234567