Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug 729665 - use RHEL killproc delay option -d instead of -t #451

Merged
merged 1 commit into from
Mar 21, 2012
Merged

bug 729665 - use RHEL killproc delay option -d instead of -t #451

merged 1 commit into from
Mar 21, 2012

Conversation

rhelmer
Copy link
Contributor

@rhelmer rhelmer commented Mar 21, 2012

No description provided.

rhelmer added a commit that referenced this pull request Mar 21, 2012
…tient

bug 729665 - use RHEL killproc delay option -d instead of -t
@rhelmer rhelmer merged commit fa34c39 into mozilla-services:master Mar 21, 2012
willkg added a commit that referenced this pull request Mar 22, 2022
b0af5b4 0.10.1 release
c6bc384 rename synth-minidump to minidump-synth to prepare for publish
c3fc272 Add more CONTEXT flags and document them
4786eb5 cleanup CONTEXT_ARM64 definitions
6c078f9 (official/master, master) Replace comment
e142c68 MinidumpModule::code_identifier: proper platform detection
324add5 SynthMinidump: Fix platform_id
1d55be6 Add optional system info to Minidump and parse it eagerly
4dc295b 0.10.0 post-release cleanup
a8a4a22 update cargo.lock
9cd4c9f 0.10.0 Release
a23153c Windows X86: Fix pathological stackwalking case
b8e6b18 Bump insta from 1.12.0 to 1.13.0
5091125 Properly define error names instead of sloppily leaning on debug formatting
ad3667c Add amd64 context flags and derive a few more pwrite
d7a5a24 Derive Pwrite for many minidump structs
6116cc7 Minor cleanup while debugging something
2e4de7e Derive Default for MINIDUMP_DIRECTORY
ac38ae1 FrameWalker: Add has_grand_callee method
b6b6d1b Fixup clap changes
91c90fb Update fuzz lockfile
b11aafc Update clap to 3.1
e1cf931 Update scroll to 0.11
2dad365 fix: Disable FramePointer unwinding on Windows x64
eb63d67 This adds the `code_id` and `code_file` query items to the URL
        used when requesting a symbol file. These parameters are used by the
        symbol server to populate the list of missing modules and allow
        downstream scripts to find said modules.
7f95f92 fix: Restrict ARM32 LR unwinding to iOS
6f98d1d try to fix fuzz target
a091c0d ref: Pass SystemInfo through to Unwind impls
6546bbd ARM64: Emulate breakpad for 0 frame pointers
b6f6902 don't double-0x the unloaded modules in human output
7f74a09 re-enable human unloaded test by accepting annoying detail
d26ba3d Add unloaded module offsets to frames in JSON output.
05b4331 Don't return nil DebugIds for Pdb70 (#475)
3bc49b0 Use Options to model nullable CodeIds instead
3dc3b95 Return a nil CodeId when no reasonable value can be derived
83e9f88 Re-order match cases to match the ordering used in the rest of the file
6808495 Make the fuzzer test all features of minidump-processor
b0a9c37 Fully indicate that evil-json/raw-json is unstable, and always call it evil-json
10116f4 properly kill sensitive and exploitability
069e2d8 update CONTRIBUTING and json-schema to discuss optional features
f07064d update docs and add tests for feature families
a556110 fix clippy issues for new rust release
681efb2 Add better machinery for introducing new optional/experimental features.
32743c7 Add experimental support for recovering function args
aaf2271 Implement MinidumpMemory64List stream
d77b26b Attempt to parse out build and version info from csd_version if it can't be found (#457)
4139bbc Expose original return address in ProcessState (#415)
67f80d3 Use raw bytes to represent trailing whitespace in tests so that it doesn't get auto-trimmed by editors
cdb7ec4 Correct the values of the Windows CE stream types to prevent clashes with future Windows stream types.
3d70c55 typwoes
953d843 Add CONTRIBUTING.MD and update RELEASES.md
364043b Add unit test
fc369cb MinidumpModule: Don't return DebugId for invalid build_id
2001547 Fix some overflows on x86 and amd64 stack walker (#442)
54e13e8 Add test parsing CV_INFO_PDB20 struct
21de11c Fix PDB 2.0 DebugId format
7f5adf7 Bump serde_json from 1.0.78 to 1.0.79
ee1f709 Bump arbitrary from 1.0.3 to 1.1.0
1107ef5 Bump memmap2 from 0.5.2 to 0.5.3
932e4fd typo
6e56cf9 Use aliased register names for callee saves
6ebda54 Implement register iterators for all context types
fdc95c1 Fix index OOB when requesting thread has no frames
4944c22 Start fuzzing the printing of JSON
83f68a6 More RELEASES.md updates
02e6f34 Merge minidump_dump into minidump-stackwalk --dump (#451)
760cdc1 Add a ton of pending stuff to RELEASES.md
cb97597 Return more correct code/debug identifiers for macOS minidumps (#438)
c48c535 Switch to debugid crate instead of strings (#432)
084c9cf Stack scanning: decrement address before lookup (#446)
8e1f9a8 Fix up links to MSDN docs
40c3390 Format CFI eval fuzzer
848409c Actually await in the process
1509b0b Make fuzzers work on async
1553445 WIP check that the fuzzers still build in CI
4042a92 Make symbolication async
d7b33f0 fix missing format arg
4600691 Improve how Linux signals are printed out
604415d Fix minidump feature flags for arbitrary
368c38f Add arbitrary support for context types
c3c4a08 Add stack walk + process fuzzer
2bfc72e Fix infinite loop when walking stack
7731bad Add some more clarifications to the schema
891fb8b Lock fuzzing related re-exports behind a fuzz feature
ac4d73c Fmt
54b6595 Fix integer overflows
4b2b1d0 add cfi fuzzer
a324199 Avoid overflow in bounds check of MinidumpMemory
0e9ad09 Harden 32-bit unwinders against mixed-width calculations.
7a14605 Add breakpad_symbol SymbolFile fuzzer
2736e2a Adjust structure of conditional
033bf2d Avoid overflow when getting symbol lines
b47229e Add thread_id to CallStacks in the ProcessState
3cd61ac Add `format_os_version` to join version and build together
f404173 Process OS build into a dedicated field
fbd3828 Add fuzzing parser
d34bcc0 Add comment explaining .take() usage
4d5acc6 Claiming too many records is not an error
1c87d23 Check for invalid record count in mac stream
4c73bba Use matches! in test
c269dbc Add test parsing invalid ranged dump
f71ad67 Add test for ranges where start==end
55727ad Fix memory_range, add some tests for it
22d7608 Make symbolier features mutually exclusive
2ae1ce9 ref: Change `Result<_,()>` functions to Option, remove allocation from `ParseError`
5565a55 ref: Replace failure by thiserror, making Errors std compatible
d53f865 ref: Replace deprecated crates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant