Home
last modified time | relevance | path

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

12345678910>>...33

/third_party/cef/patch/patches/
Dcrashpad_1995.patch15 static_library("crash") {
20 "crash/crash_helper.cc",
21 "crash/crash_helper.h",
23 @@ -114,6 +112,7 @@ static_library("crash") {
29 "//components/crash/core/app",
30 "//components/crash/core/common", # crash_keys
31 @@ -121,6 +120,17 @@ static_library("crash") {
49 diff --git chrome/chrome_elf/crash/crash_helper.cc chrome/chrome_elf/crash/crash_helper.cc
51 --- chrome/chrome_elf/crash/crash_helper.cc
52 +++ chrome/chrome_elf/crash/crash_helper.cc
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/
Dcrash_reporting.dart7 /// Tells crash backend that the error is from the Flutter CLI.
10 /// Tells crash backend that this is a Dart error as opposed to, say, Java.
16 /// Path to the crash servlet.
20 /// crash backend expects to find the Dart stack trace.
25 /// The precise value is not important. It is ignored by the crash back end, but
29 /// Sends crash reports to Google.
34 /// to a custom crash reporting server. This is useful if your development
35 /// environment is behind a firewall and unable to send crash reports to
36 /// Google, or when you wish to use your own server for collecting crash
70 /// Sends one crash report.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dcrash_reporting_test.dart27 group('crash reporting', () {
42 testUsingContext('should send crash reports', () async {
47 <String>['crash'],
59 testUsingContext('should send crash reports when async throws', () async {
70 <String>['crash'],
81 testUsingContext('should not send a crash report if on a user-branch', () async {
96 <String>['crash'],
122 <String>['crash'],
130 // Verify that we sent the crash report.
163 // Verify that we sent the crash report.
[all …]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc52 fuchsia::crash::ManagedRuntimeException BuildException( in BuildException()
77 fuchsia::crash::GenericException exception = {}; in BuildException()
84 fuchsia::crash::ManagedRuntimeException dart_exception; in BuildException()
112 fuchsia::crash::ManagedRuntimeException exception = in HandleException()
115 fuchsia::crash::AnalyzerPtr analyzer = in HandleException()
116 services->Connect<fuchsia::crash::Analyzer>(); in HandleException()
125 [](fuchsia::crash::Analyzer_OnManagedRuntimeException_Result result) { in HandleException()
/third_party/typescript/tests/baselines/reference/
DreexportedMissingAlias.symbols13 === tests/cases/compiler/crash.ts ===
15 >Component : Symbol(Component, Decl(crash.ts, 0, 8))
18 >C : Symbol(C, Decl(crash.ts, 0, 36))
19 >Component : Symbol(Component, Decl(crash.ts, 0, 8))
DtypeLookupInIIFE.symbols7 var crash;
8 >crash : Symbol(crash, Decl(a.js, 3, 3))
DtargetTypeObjectLiteralToAny.types12 … result.push({text:keyword, type:"keyword"}); // this should not cause a crash - push should be t…
16 … result.push({text:keyword, type:"keyword"}); // this should not cause a crash - push should be t…
19 …result.push({text:keyword, type:"keyword"}); // this should not cause a crash - push should be typ…
DtypeLookupInIIFE.types10 var crash;
11 >crash : any
/third_party/flutter/skia/third_party/externals/sdl/visualtest/unittest/
Dtestquit.c20 static SDL_bool crash; variable
36 crash = SDL_FALSE; in main()
60 crash = SDL_TRUE; in main()
85 if(crash) in main()
/third_party/ltp/testcases/kdump/doc/
DTEST_PLAN.txt26 - crash with better error detecting.
27 - crash to analyse Hypervisor and Dom0 Kernel.
30 - timestamp information for crash was triggered, vmcore was generated,
35 == crash scenarios ==
37 - Hypervisor crash for Virtualization.
DREADME5 results. The testscripts cycle through a series of crash
8 1. Sets up a crash scenario.
9 2. Forces a crash.
13 6. After a 1 to 2 minute delay, the next crash scenario is setup and
48 * kernel-debuginfo rpm (if using crash to verify vmcore)
/third_party/ltp/testcases/kdump/lib/
Dverify.sh5 crash=${1}; shift
25 if [ "${crash}" -eq 1 ]; then
63 crash -i crash_cmd "${VMLINUX}" "${vmcore}"
/third_party/json/test/thirdparty/Fuzzer/test/
Dafl-driver-extra-stats.test5 ; Test that specifying an invalid extra stats file causes a crash.
6 RUN: ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%T not --crash AFLDriverTest
8 ; Test that specifying a corrupted stats file causes a crash.
10 ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%t not --crash AFLDriverTest
Dafl-driver-stderr.test5 ; Test that specifying an invalid file causes a crash.
6 RUN: ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash AFLDriverTest
/third_party/mesa3d/docs/relnotes/
D7.0.2.rst43 - Fixed X server crash caused by multiple indirect rendering clients
49 - Fixed Blender crash bug (12164)
52 - glDrawArrays(count=0) led to a crash
53 - Fix SSE code gen memory leak, possible crash
56 - Fixed Blender crash in Unichrome driver (bug 13142)
D7.0.3.rst27 - Fix crash upon GLSL variable array indexes (not yet supported)
36 - Fixed crash when deleting framebuffer objects (bugs 13507, 14293)
38 - Fixed glBindTexture() crash upon bad target (bug 14514)
39 - Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915)
/third_party/flutter/flutter/packages/flutter_tools/lib/
Drunner.dart72 // If sending a crash report throws an error into the zone, we don't want
73 // to re-try sending the crash report with *that* error. Rather, we want
74 // to send the original error that triggered the crash report.
114 // Print the stack trace on the bots - don't write a crash report.
142 'Unable to generate crash report due to secondary error: $error\n'
155 /// File system used by the crash reporting logic.
158 /// be recording. Additionally, in the case of a crash we do not trust the
163 /// Saves the crash report to a local file.
169 …buffer.writeln('Flutter crash report; please file at https://github.com/flutter/flutter/issues.\n'…
189 printError('Could not write crash report to disk: $e');
/third_party/glib/glib/gnulib/gl_cv_func_printf_precision/
Dmeson.build9 # than 510 in floating-point output crash the program. On Solaris 10/SPARC,
12 # wrong results. On BeOS, precisions larger than 1044 crash the program.
23 /* On BeOS, this would crash and show a dialog box. Avoid the crash. */
/third_party/ltp/testcases/kdump/sample/
Drunkdump.BASIC_LKDTM.RHEL4 # Vmcore verification using crash command.
5 # Require kernel-debuginfo and crash packages.
15 # /var/crash for Red Hat.
17 COREDIR=/var/crash
Drunkdump.CRASHER.RHEL4 # Vmcore verification using crash command.
5 # Require kernel-debuginfo and crash packages.
15 # /var/crash for Red Hat.
17 COREDIR=/var/crash
Drunkdump.EXTRA_LKDTM.RHEL4 # Vmcore verification using crash command.
5 # Require kernel-debuginfo and crash packages.
15 # /var/crash for Red Hat.
17 COREDIR=/var/crash
/third_party/gn/src/gn/format_test_data/
D031.gn5 # This shouldn't crash.
7 # This shouldn't crash 2.
D031.golden5 # This shouldn't crash.
7 # This shouldn't crash 2.
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/
Drunner_test.dart46 // This flutterVersion disables crash reporting.
60 // We are checking that, even though crash reporting failed with an
62 // *original* crash, and not the crash from the first crash report
/third_party/ltp/testcases/kdump/
DREADME5 results. The testscripts cycle through a series of crash
8 1. Sets up a crash scenario.
9 2. Forces a crash.
13 6. After a 1 to 2 minute delay, the next crash scenario is setup and
48 * kernel-debuginfo rpm (if using crash to verify vmcore)

12345678910>>...33