/freebsd/tools/test/stress2/misc/ |
H A D | pmc8.sh | 27 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 D | ptrace3.sh | 61 * c1 and c2, causing a crash when c1 and c2 are removed from p's now-corrupt
|
/freebsd/tools/test/sort/bigtest/ |
H A D | kcmd | 36 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 D | rpc_util.c | 247 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 D | rpc_main.c | 239 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 D | rpc_util.h | 150 void crash(void) __dead2;
|
/freebsd/contrib/kyua/drivers/ |
H A D | list_tests_test.cpp | 261 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 D | atf_helpers.cpp | 165 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 D | options.inc | 56 "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 D | test_utils.ipp | 53 /// 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 D | lldb.rst | 66 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 | .gitignore | 2 crash-*
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Options.td | 124 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 D | case20.0 | 3 # certain that it must not crash and the missing close bracket must not
|
/freebsd/bin/sh/tests/execution/ |
H A D | func2.0 | 1 # The empty pairs of braces here are to test that this does not cause a crash.
|
/freebsd/tools/diag/dumpvfscache/ |
H A D | README | 2 the vfs name cache. It's very likely to loop and crash if you use it
|
/freebsd/cddl/usr.bin/ztest/tests/ |
H A D | ztest.sh | 44 TC_CORE_DIR=/var/crash
|
/freebsd/sbin/savecore/ |
H A D | Makefile | 3 VAR_CRASH= /var/crash
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/ |
H A D | tst.schedenable.ksh | 66 xdt:sched::shutdown-crash
|
/freebsd/share/man/man8/ |
H A D | Makefile | 5 crash.8 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 85 " 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 D | README.md | 48 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 D | README | 16 This directory also contains a kgdb script that, given a crash dump number,
|
/freebsd/etc/mtree/ |
H A D | BSD.var.dist | 32 crash
|
/freebsd/usr.sbin/crashinfo/ |
H A D | crashinfo.sh | 91 CRASHDIR=/var/crash
|