Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/libunwind/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-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()
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()
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()
/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 …]
/third_party/rust/crates/rustix/tests/thread/
Dclocks.rs27 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep()
34 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep()
41 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep()
48 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep()
73 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute()
83 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute()
93 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute()
103 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute()
128 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_relative()
138 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_relative()
[all …]
/third_party/rust/crates/nix/test/
Dtest_mount.rs41 .unwrap_or_else(|e| panic!("mount failed: {}", e)); in test_mount_tmpfs_without_flags_allows_rwx()
70 panic!("open failed: {}", e); in test_mount_tmpfs_without_flags_allows_rwx()
74 .unwrap_or_else(|e| panic!("write failed: {}", e)); in test_mount_tmpfs_without_flags_allows_rwx()
80 .unwrap_or_else(|e| panic!("read failed: {}", e)); in test_mount_tmpfs_without_flags_allows_rwx()
88 .unwrap_or_else(|e| panic!("exec failed: {}", e)) in test_mount_tmpfs_without_flags_allows_rwx()
90 .unwrap_or_else(|| panic!("child killed by signal")) in test_mount_tmpfs_without_flags_allows_rwx()
94 .unwrap_or_else(|e| panic!("umount failed: {}", e)); in test_mount_tmpfs_without_flags_allows_rwx()
107 .unwrap_or_else(|e| panic!("mount failed: {}", e)); in test_mount_rdonly_disallows_write()
119 .unwrap_or_else(|e| panic!("umount failed: {}", e)); in test_mount_rdonly_disallows_write()
132 .unwrap_or_else(|e| panic!("mount failed: {}", e)); in test_mount_noexec_disallows_exec()
[all …]
/third_party/rust/crates/bindgen/book/src/
Dtutorial-5.md39 r if r == (BZ_CONFIG_ERROR as _) => panic!("BZ_CONFIG_ERROR"),
40 r if r == (BZ_PARAM_ERROR as _) => panic!("BZ_PARAM_ERROR"),
41 r if r == (BZ_MEM_ERROR as _) => panic!("BZ_MEM_ERROR"),
43 r => panic!("Unknown return value = {}", r),
53 r if r == (BZ_RUN_OK as _) => panic!("BZ_RUN_OK"),
54 r if r == (BZ_FLUSH_OK as _) => panic!("BZ_FLUSH_OK"),
55 r if r == (BZ_FINISH_OK as _) => panic!("BZ_FINISH_OK"),
56 r if r == (BZ_SEQUENCE_ERROR as _) => panic!("BZ_SEQUENCE_ERROR"),
58 r => panic!("Unknown return value = {}", r),
64 r if r == (BZ_PARAM_ERROR as _) => panic!("BZ_PARAM_ERROR"),
[all …]
/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/rust/crates/rust-openssl/openssl/src/
Dutil.rs5 use std::panic::{self, AssertUnwindSafe};
17 panic: Option<Box<dyn Any + Send + 'static>>, field
24 panic: None, in new()
31 if let Some(panic) = self.panic.take() { in drop()
32 panic::resume_unwind(panic); in drop()
51 let result = panic::catch_unwind(AssertUnwindSafe(|| { in invoke_passwd_cb()
63 callback.panic = Some(err); in invoke_passwd_cb()
/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/rust/crates/nom/src/
Dstr.rs30 other => panic!( in tagtr_succeed()
49 panic!( in tagtr_incomplete()
67 panic!( in tagtr_error()
96 other => panic!( in take_s_succeed()
128 other => panic!( in take_until_succeed()
145 other => panic!( in take_s_incomplete()
223 other => panic!( in take_till_s_succeed()
258 other => panic!( in take_while_succeed_none()
289 other => panic!( in is_not_succeed()
332 other => panic!( in take_while_succeed_some()
[all …]
/third_party/rust/crates/proc-macro2/src/
Ddetection.rs58 use std::panic::{self, PanicInfo}; in initialize()
64 let original_hook = panic::take_hook(); in initialize()
65 panic::set_hook(null_hook); in initialize()
67 let works = panic::catch_unwind(proc_macro::Span::call_site).is_ok(); in initialize()
70 let hopefully_null_hook = panic::take_hook(); in initialize()
71 panic::set_hook(original_hook); in initialize()
73 panic!("observed race condition in proc_macro2::inside_proc_macro"); in initialize()
/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');

12345678910>>...12