Home
last modified time | relevance | path

Searched refs:crash (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd/tools/test/stress2/misc/
H A Dpmc8.sh27 cat > /tmp/pmc-crash.c <<EOF
54 clang -lpmc pmc-crash.c -o pmc-crash
108 mycc -o /tmp/pmc-crash -Wall -Wextra -O0 /tmp/pmc-crash.c -lpmc || exit
112 ./pmc-crash; s=$?
114 rm -f /tmp/pmc-crash /tmp/pmc-crash.core /tmp/pmc-crash.c
H A Dptrace3.sh61 * c1 and c2, causing a crash when c1 and c2 are removed from p's now-corrupt
/freebsd/tools/test/sort/bigtest/
H A Dkcmd36 echo ${LANG} ${KEYS} crash >> test.log
53 echo ${LANG} ${KEYS} -t " " crash >> test.log
70 echo ${LANG} ${KEYS} -t "|" crash >> test.log
87 echo ${LANG} ${KEYS} -t 0 crash >> test.log
110 echo ${LANG} ${KEYS} +${f1}.${c1} crash +- >> test.log
127 echo ${LANG} ${KEYS} -k${f1}.${c1} crash >> test.log
144 echo ${LANG} ${KEYS} -k${f1}.${c1}b crash >> test.log
161 echo ${LANG} ${KEYS} -t -k${f1}.${c1} crash >> test.log
178 echo ${LANG} ${KEYS} -k${f1}.${c1}n crash >> test.log
195 echo ${LANG} ${KEYS} -t "|" -k${f1}.${c1} crash >> test.log
[all …]
/freebsd/usr.bin/rpcgen/
H A Drpc_util.c247 crash(); in error()
255 crash(void) in crash() function
272 crash(); in record_open()
474 crash(); in xmalloc()
486 crash(); in xrealloc()
498 crash(); in xstrdup()
H A Drpc_main.c239 crash(); in open_output()
244 crash(); in open_output()
408 crash(); in open_input()
1006 crash(); in moreargs()
1011 crash(); in moreargs()
1066 crash(); in checkfiles()
1073 crash(); in checkfiles()
H A Drpc_util.h150 void crash(void) __dead2;
/freebsd/contrib/kyua/drivers/
H A Dlist_tests_test.cpp261 ATF_TEST_CASE_WITHOUT_HEAD(crash);
262 ATF_TEST_CASE_BODY(crash) in ATF_TEST_CASE_BODY() argument
286 ATF_ADD_TEST_CASE(tcs, crash); in ATF_INIT_TEST_CASES()
/freebsd/contrib/kyua/engine/
H A Datf_helpers.cpp165 ATF_TEST_CASE_WITHOUT_HEAD(crash);
166 ATF_TEST_CASE_BODY(crash) in ATF_TEST_CASE_BODY() argument
401 ADD_TEST_CASE(tcs, filters, crash); in ATF_INIT_TEST_CASES()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc56 "crash. Only one crash per sampled allocation will ever be recorded, and "
57 "if a sampled allocation does actually cause a crash, it'll permanently "
/freebsd/contrib/kyua/utils/
H A Dtest_utils.ipp53 /// Tries to prevent dumping core if we do not need one on a crash.
56 /// a crash do not collect an unnecessary core dump, which can be slow on
76 /// that will cause a crash do not collect an unnecessary core dump, which can
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst66 Alias for --source-on-crash
70 Alias for --one-line-on-crash
84 .. option:: --one-line-on-crash <command>
108 .. option:: --source-on-crash <file>
289 lldb -K /source/before/crash -k /source/after/crash
/freebsd/contrib/libder/tests/
H A D.gitignore2 crash-*
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td124 def one_line_on_crash: Separate<["--", "-"], "one-line-on-crash">,
130 HelpText<"Alias for --one-line-on-crash">,
133 def source_on_crash: Separate<["--", "-"], "source-on-crash">,
139 HelpText<"Alias for --source-on-crash">,
/freebsd/bin/sh/tests/builtins/
H A Dcase20.03 # certain that it must not crash and the missing close bracket must not
/freebsd/bin/sh/tests/execution/
H A Dfunc2.01 # The empty pairs of braces here are to test that this does not cause a crash.
/freebsd/tools/diag/dumpvfscache/
H A DREADME2 the vfs name cache. It's very likely to loop and crash if you use it
/freebsd/cddl/usr.bin/ztest/tests/
H A Dztest.sh44 TC_CORE_DIR=/var/crash
/freebsd/sbin/savecore/
H A DMakefile3 VAR_CRASH= /var/crash
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh66 xdt:sched::shutdown-crash
/freebsd/share/man/man8/
H A DMakefile5 crash.8 \
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def85 " crash input. Use with -runs=N or -max_total_time=N to limit "
89 " the minimized input triggers the same crash."
92 " crash input to make it contain fewer original bytes."
128 FUZZER_FLAG_STRING(artifact_prefix, "Write fuzzing artifacts (crash, "
132 "Write the single artifact on failure (crash, timeout) "
/freebsd/crypto/openssl/fuzz/
H A DREADME.md48 If you get a crash, you should find a corresponding input file in
49 `fuzz/corpora/$FUZZER-crash/`.
109 To reproduce the crash you can run:
/freebsd/tools/debugscripts/
H A DREADME16 This directory also contains a kgdb script that, given a crash dump number,
/freebsd/etc/mtree/
H A DBSD.var.dist32 crash
/freebsd/usr.sbin/crashinfo/
H A Dcrashinfo.sh91 CRASHDIR=/var/crash

1234567