Home
last modified time | relevance | path

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

12345678910>>...14

/external/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 …]
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()
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 …]
DGtest-resume-sig.c44 #define panic(args...) \ macro
104 panic ("unw_getcontext() failed: ret=%d\n", ret); in handler()
110 panic ("unw_init_local() failed: ret=%d\n", ret); in handler()
113 panic ("unw_step(1) failed: ret=%d\n", ret); in handler()
116 panic ("unw_step(2) failed: ret=%d\n", ret); in handler()
119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); in handler()
136 panic ("Got unexpected signal %d\n", sig); in handler()
180 panic ("failed to get SIGUSR2\n"); 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()
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.c41 #define panic(args...) \ macro
61 panic ("unw_init_local() failed!\n"); in raise_exception()
69 panic ("unw_step() failed!\n"); in raise_exception()
130 panic ("FAILURE: b() returned from raise_exception()!!\n"); in b()
/external/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
/external/u-boot/arch/arm/lib/
Dinterrupts_64.c52 panic("Resetting CPU ...\n"); in do_bad_sync()
63 panic("Resetting CPU ...\n"); in do_bad_irq()
74 panic("Resetting CPU ...\n"); in do_bad_fiq()
85 panic("Resetting CPU ...\n"); in do_bad_error()
96 panic("Resetting CPU ...\n"); in do_sync()
107 panic("Resetting CPU ...\n"); in do_irq()
118 panic("Resetting CPU ...\n"); in do_fiq()
132 panic("Resetting CPU ...\n"); in do_error()
/external/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()
/external/u-boot/board/corscience/tricorder/
Dtricorder.c50 panic("No eeprom given!\n"); in get_eeprom()
54 panic("gpio: requesting BMS pin failed\n"); in get_eeprom()
58 panic("gpio: set BMS as input failed\n"); in get_eeprom()
62 panic("gpio: get BMS pin state failed\n"); in get_eeprom()
71 panic("Wrong board name '%.*s'\n", in get_eeprom()
75 panic("Wrong board version '%.*s'\n", in get_eeprom()
79 panic("Could not get board revision\n"); in get_eeprom()
95 panic("No eeprom given!"); in print_hwversion()
/external/ipsec-tools/src/libipsec/
Dkey_debug.c99 #define panic(param) { printf(param); exit(1); } macro
115 panic("kdebug_sadb: NULL pointer was passed.\n");
221 panic("kdebug_sadb_prop: NULL pointer was passed.\n");
270 panic("kdebug_sadb_identity: NULL pointer was passed.\n");
314 panic("kdebug_sadb_supported: NULL pointer was passed.\n");
359 panic("kdebug_sadb_sa: NULL pointer was passed.\n");
378 panic("kdebug_sadb_address: NULL pointer was passed.\n");
398 panic("kdebug_sadb_key: NULL pointer was passed.\n");
426 panic("kdebug_sadb_x_sa2: NULL pointer was passed.\n");
446 panic("kdebug_sadb_x_policy: NULL pointer was passed.\n");
[all …]
/external/google-breakpad/android/
Drun-checks.sh77 -*) panic "Invalid option '$opt', see --help for details.";;
78 *) panic "This script doesn't take any parameters. See --help for details."
173 panic "Please define ANDROID_NDK_ROOT in your environment, or use \
184 panic "Your NDK directory is not valid (missing ndk-build): $NDK_DIR"
271 panic "Can't extract ABI from connected device!"
283 panic "Please use --no-device to skip device tests."
312 panic "Unknown CPU ABI '$ABI'. Valid values are: $VALID_ABIS"
432 panic "Device requires '$ABI' binaries. None found!"
444 panic "Test program did *not* crash as expected!"
455 panic "Test program didn't write minidump properly!"
[all …]
/external/syzkaller/pkg/report/testdata/linux/guilty/
D166 Kernel panic - not syncing: panic_on_warn set ...
11 [<ffffffff815f5f34>] __panic+0x11f/0x30b kernel/panic.c:179
12 [<ffffffff815f61da>] panic_saved_regs+0xba/0xba kernel/panic.c:280
13 [<ffffffff812b148f>] warn_slowpath_common+0x12f/0x150 kernel/panic.c:642
14 [<ffffffff812b1560>] warn_slowpath_fmt+0xb0/0xe0 kernel/panic.c:658
D76 Kernel panic - not syncing: panic_on_warn set ...
16 [<ffffffff813a0073>] panic+0x1a2/0x347 kernel/panic.c:115
17 [<ffffffff810e209a>] warn_slowpath_common+0x12a/0x140 kernel/panic.c:463
18 [<ffffffff810e2160>] warn_slowpath_fmt+0xb0/0xe0 kernel/panic.c:479
/external/owasp/sanitizer/tools/
Dupload_jars_to_googlecode_downloads.sh41 function panic() { function
54 "$@" || panic "command failed: $@"
62 panic "missing trunk/tools in $VERSION_BASE"
75 panic "$DOWNLOADS_ZIP is not up-to-date"
/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dtraps.c82 panic("Exception in kernel pc %lx signal %d", regs->nip, signr); in _exception()
120 panic("machine check"); in MachineCheckException()
127 panic("Alignment Exception"); in AlignmentException()
134 panic("Program Check Exception"); in ProgramCheckException()
141 panic("Software Emulation Exception"); in SoftEmuException()
/external/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
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dtraps.c90 panic("Exception in kernel pc %lx signal %d", regs->nip, signr); in _exception()
136 panic("machine check"); in MachineCheckException()
147 panic("Alignment Exception"); in AlignmentException()
172 panic("Program Check Exception"); in ProgramCheckException()
183 panic("Software Emulation Exception"); in SoftEmuException()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dtraps.c81 panic("Exception in kernel pc %lx signal %d",regs->nip,signr); in _exception()
157 panic("machine check"); in MachineCheckException()
168 panic("Alignment Exception"); in AlignmentException()
179 panic("Program Check Exception"); in ProgramCheckException()
190 panic("Software Emulation Exception"); in SoftEmuException()

12345678910>>...14