Home
last modified time | relevance | path

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

12345678910>>...376

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/dejagnu/krb-standalone/
H A Dpwhist.exp139 chkpass { cpw crash 2222 }
140 chkfail { cpw crash 2222 }
141 chkfail { cpw crash 1111 }
152 chkpass { cpw crash 3333 }
157 mustrun { delprinc crash }
160 chkpass { cpw crash 2222 }
161 chkfail { cpw crash 2222 }
162 chkfail { cpw crash 1111 }
170 chkpass { cpw crash 3333 }
171 chkfail { cpw crash 3333 }
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/dejagnu/krb-standalone/
H A Dpwhist.exp139 chkpass { cpw crash 2222 }
140 chkfail { cpw crash 2222 }
141 chkfail { cpw crash 1111 }
152 chkpass { cpw crash 3333 }
157 mustrun { delprinc crash }
160 chkpass { cpw crash 2222 }
161 chkfail { cpw crash 2222 }
162 chkfail { cpw crash 1111 }
170 chkpass { cpw crash 3333 }
171 chkfail { cpw crash 3333 }
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/data/sounds/
H A Dsounds.cfg119 crash/01
123 crash/02
127 crash/03
131 crash/04
135 crash/05
139 crash/06
143 crash/07
147 crash/08
151 crash/09
155 crash/10
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/debuggerd/tombstoned/
H A Dtombstoned.cpp215 intercept_manager->GetIntercept(crash->crash_pid, crash->crash_type, &output_fd); in perform_request()
221 std::tie(crash->crash_tombstone_path, output_fd) = CrashQueue::for_crash(crash)->get_output(); in perform_request()
244 event_assign(crash->crash_event, base, crash->crash_socket_fd, EV_TIMEOUT | EV_READ, in perform_request()
253 delete crash; in perform_request()
259 Crash* crash = new Crash(); in crash_accept_cb() local
301 if (crash->crash_type < 0 || crash->crash_type > kDebuggerdAnyIntercept) { in crash_request_cb()
320 crash->crash_pid = cr.pid; in crash_request_cb()
325 if (CrashQueue::for_crash(crash)->maybe_enqueue_crash(crash)) { in crash_request_cb()
328 perform_request(crash); in crash_request_cb()
334 delete crash; in crash_request_cb()
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/debuggerd/tombstoned/
H A Dtombstoned.cpp213 intercept_manager->GetIntercept(crash->crash_pid, crash->crash_type, &output_fd); in perform_request()
215 std::tie(crash->crash_tombstone_path, output_fd) = CrashQueue::for_crash(crash)->get_output(); in perform_request()
234 event_assign(crash->crash_event, base, crash->crash_socket_fd, EV_TIMEOUT | EV_READ, in perform_request()
243 delete crash; in perform_request()
249 Crash* crash = new Crash(); in crash_accept_cb() local
291 if (crash->crash_type < 0 || crash->crash_type > kDebuggerdAnyIntercept) { in crash_request_cb()
310 crash->crash_pid = cr.pid; in crash_request_cb()
315 if (CrashQueue::for_crash(crash)->maybe_enqueue_crash(crash)) { in crash_request_cb()
318 perform_request(crash); in crash_request_cb()
324 delete crash; in crash_request_cb()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcrash.test43 # Simple crash test:
61 do_test crash-1.1 {
81 do_test crash-1.4 {
86 do_test crash-1.5 {
89 do_test crash-1.6 {
94 do_test crash-1.7 {
100 do_test crash-1.8 {
105 do_test crash-1.9 {
136 do_test crash-2.1 {
145 do_test crash-2.2 {
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcrash.test43 # Simple crash test:
61 do_test crash-1.1 {
81 do_test crash-1.4 {
86 do_test crash-1.5 {
89 do_test crash-1.6 {
94 do_test crash-1.7 {
100 do_test crash-1.8 {
105 do_test crash-1.9 {
136 do_test crash-2.1 {
145 do_test crash-2.2 {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcrash.test43 # Simple crash test:
61 do_test crash-1.1 {
81 do_test crash-1.4 {
86 do_test crash-1.5 {
89 do_test crash-1.6 {
94 do_test crash-1.7 {
100 do_test crash-1.8 {
105 do_test crash-1.9 {
136 do_test crash-2.1 {
145 do_test crash-2.2 {
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcrash.test43 # Simple crash test:
61 do_test crash-1.1 {
81 do_test crash-1.4 {
86 do_test crash-1.5 {
89 do_test crash-1.6 {
94 do_test crash-1.7 {
100 do_test crash-1.8 {
105 do_test crash-1.9 {
136 do_test crash-2.1 {
145 do_test crash-2.2 {
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dsql.py621 def __init__(self, crash): argument
656 self.os = crash.os
657 self.arch = crash.arch
658 self.bits = crash.bits
687 if crash.environment:
719 crash._rowid = self.id
720 if not crash.memoryMap:
724 return crash
939 dto = CrashDTO(crash)
984 def delete(self, crash): argument
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dsql.py621 def __init__(self, crash): argument
656 self.os = crash.os
657 self.arch = crash.arch
658 self.bits = crash.bits
687 if crash.environment:
719 crash._rowid = self.id
720 if not crash.memoryMap:
724 return crash
939 dto = CrashDTO(crash)
984 def delete(self, crash): argument
[all …]
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dsql.py621 def __init__(self, crash): argument
656 self.os = crash.os
657 self.arch = crash.arch
658 self.bits = crash.bits
687 if crash.environment:
719 crash._rowid = self.id
720 if not crash.memoryMap:
724 return crash
939 dto = CrashDTO(crash)
984 def delete(self, crash): argument
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dsql.py621 def __init__(self, crash): argument
656 self.os = crash.os
657 self.arch = crash.arch
658 self.bits = crash.bits
687 if crash.environment:
719 crash._rowid = self.id
720 if not crash.memoryMap:
724 return crash
939 dto = CrashDTO(crash)
984 def delete(self, crash): argument
[all …]
/dports/devel/hs-shake/shake-0.19.6/src/Test/
H A DErrors.hs191 crash ["chain.3"] ["err_chain"]
194 crash ["failcreate"] ["failcreate"]
195 crash ["failcreates"] ["failcreates"]
208 crash ["finally1"] ["die"]
212 crash ["exception1"] ["die"]
217 crash ["retry0"] ["positive","0"]
218 crash ["retry1"] ["die"]
233 crash ["overlap.txx"] $
237 crash ["tempfile"] ["tempfile-died"]
299 crash ["catch2"] [show ThreadKilled]
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Test/
H A DErrors.hs191 crash ["chain.3"] ["err_chain"]
194 crash ["failcreate"] ["failcreate"]
195 crash ["failcreates"] ["failcreates"]
208 crash ["finally1"] ["die"]
212 crash ["exception1"] ["die"]
217 crash ["retry0"] ["positive","0"]
218 crash ["retry1"] ["die"]
233 crash ["overlap.txx"] $
237 crash ["tempfile"] ["tempfile-died"]
299 crash ["catch2"] [show ThreadKilled]
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Test/
H A DErrors.hs191 crash ["chain.3"] ["err_chain"]
194 crash ["failcreate"] ["failcreate"]
195 crash ["failcreates"] ["failcreates"]
208 crash ["finally1"] ["die"]
212 crash ["exception1"] ["die"]
217 crash ["retry0"] ["positive","0"]
218 crash ["retry1"] ["die"]
233 crash ["overlap.txx"] $
237 crash ["tempfile"] ["tempfile-died"]
299 crash ["catch2"] [show ThreadKilled]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/testing/
H A Dusing_crashpad_with_content_shell.md38 `--crash-dumps-dir` to content shell:
42 out/Debug/content_shell --enable-crash-reporter \
43 --crash-dumps-dir=/tmp/crashes chrome://crash
48 --enable-crash-reporter --crash-dumps-dir=/tmp/crashes chrome://crash
52 out\Default\content_shell.exe --enable-crash-reporter ^
53 --crash-dumps-dir=%TEMP%\crashes chrome://crash
58 out/Default/bin/content_shell_apk launch chrome://crash
59 --args="--enable-crash-reporter --crash-dumps-dir=/data/data/org.chromium.content_shell_apk/cache"
62 ## Retrieving the crash dump
72 ## Symbolizing the crash dump
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/testing/
H A Dusing_crashpad_with_content_shell.md38 `--crash-dumps-dir` to content shell:
42 out/Debug/content_shell --enable-crash-reporter \
43 --crash-dumps-dir=/tmp/crashes chrome://crash
48 --enable-crash-reporter --crash-dumps-dir=/tmp/crashes chrome://crash
52 out\Default\content_shell.exe --enable-crash-reporter ^
53 --crash-dumps-dir=%TEMP%\crashes chrome://crash
58 out/Default/bin/content_shell_apk launch chrome://crash
59 --args="--enable-crash-reporter --crash-dumps-dir=/data/data/org.chromium.content_shell_apk/cache"
62 ## Retrieving the crash dump
72 ## Symbolizing the crash dump
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docs/crash-reporting/
H A Dindex.rst4 Firefox ships with an open-source crash reporting system. This system is
10 - Mozilla-specific crash reporting user interface and bootstrap code
15 Where did my crash get submitted?
19 `crash-stats <https://crash-stats.mozilla.org/>`__. If you want to find
21 that the server has assigned your crash. Type ``about:crashes`` into
29 crash-stats has built-in reports of "topcrashes" for each release
42 - :ref:`Understanding crash reports`
43 - :ref:`A guide to searching crash reports`
44 - `crash-stats <https://crash-stats.mozilla.org/>`__
45 - `Crash pings (Telemetry) and crash reports (Socorro/Crash
[all …]
H A Dsearching_crash_reports.rst1 A guide to searching crash reports
10 The Mozilla `crash-stats <https://crash-stats.mozilla.org/>`__ site
13 searching through crash reports may help you locate the crash reports
19 You can search the crash reports database by over 100 criteria: crash
41 |Search in crash-stats|
86 |Results of a default search in crash-stats (crash reports tab)|
142 crash reason or something else.
192 Grouping by "moz crash reason"
199 |Results of a faceted search in crash-stats (moz crash reason tab)|
202 frequently by users. Only a subset of crash reports have the "moz crash
[all …]
/dports/www/firefox/firefox-99.0/docs/crash-reporting/
H A Dindex.rst4 Firefox ships with an open-source crash reporting system. This system is
10 - Mozilla-specific crash reporting user interface and bootstrap code
15 Where did my crash get submitted?
19 `crash-stats <https://crash-stats.mozilla.org/>`__. If you want to find
21 that the server has assigned your crash. Type ``about:crashes`` into
29 crash-stats has built-in reports of "topcrashes" for each release
42 - :ref:`Understanding crash reports`
43 - :ref:`A guide to searching crash reports`
44 - `crash-stats <https://crash-stats.mozilla.org/>`__
45 - `Crash pings (Telemetry) and crash reports (Socorro/Crash
[all …]
H A Dsearching_crash_reports.rst1 A guide to searching crash reports
10 The Mozilla `crash-stats <https://crash-stats.mozilla.org/>`__ site
13 searching through crash reports may help you locate the crash reports
19 You can search the crash reports database by over 100 criteria: crash
41 |Search in crash-stats|
86 |Results of a default search in crash-stats (crash reports tab)|
142 crash reason or something else.
192 Grouping by "moz crash reason"
199 |Results of a faceted search in crash-stats (moz crash reason tab)|
202 frequently by users. Only a subset of crash reports have the "moz crash
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/docs/crash-reporting/
H A Dindex.rst4 Firefox ships with an open-source crash reporting system. This system is
10 - Mozilla-specific crash reporting user interface and bootstrap code
15 Where did my crash get submitted?
19 `crash-stats <https://crash-stats.mozilla.org/>`__. If you want to find
21 that the server has assigned your crash. Type ``about:crashes`` into
29 crash-stats has built-in reports of "topcrashes" for each release
42 - :ref:`Understanding crash reports`
43 - :ref:`A guide to searching crash reports`
44 - `crash-stats <https://crash-stats.mozilla.org/>`__
45 - `Crash pings (Telemetry) and crash reports (Socorro/Crash
[all …]
H A Dsearching_crash_reports.rst1 A guide to searching crash reports
10 The Mozilla `crash-stats <https://crash-stats.mozilla.org/>`__ site
13 searching through crash reports may help you locate the crash reports
19 You can search the crash reports database by over 100 criteria: crash
41 |Search in crash-stats|
86 |Results of a default search in crash-stats (crash reports tab)|
142 crash reason or something else.
192 Grouping by "moz crash reason"
199 |Results of a faceted search in crash-stats (moz crash reason tab)|
202 frequently by users. Only a subset of crash reports have the "moz crash
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/docs/
H A Dindex.rst9 crash data.
39 .extra file associated with the crash dump.
75 write a crash report.
89 the time of the crash, memory statistics, etc.
142 appropriate crash annotations specific to the crash. All child-process
150 together with the rest of the crash annotations and finally the crash will be
152 crash to the ```CrashManager``` database and automatically sends a crash ping
153 with information about the crash.
231 enable crash reporting on debug builds.
263 crash event files.
[all …]

12345678910>>...376