Bug 267999
| Summary: | [Glib] Getting stacktrace from systemd fails sometimes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitaly Dyackhov
When `coredumpctl` is available, we use it to get the stacktrace.
The exact command executed is `coredumpctl info --since="Wed 2024-01-24 14:48:45 CET"`.
But sometimes it fails to parse the provided datetime:
```
$ coredumpctl info --since="Wed 2024-01-24 14:48:45 CET"
Failed to parse timestamp 'Wed 2024-01-24 14:48:45 CET': Invalid argument
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/23165
EWS
Committed 273408@main (a92146e5ba8f): <https://commits.webkit.org/273408@main>
Reviewed commits have been landed. Closing PR #23165 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/121520640>