Summary: | shutdown freezes due to systemd-journald crash | ||
---|---|---|---|
Product: | systemd | Reporter: | hp4everything |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | ARM | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
strace
strace.tar.gz |
Description
hp4everything
2014-01-31 14:06:41 UTC
Do you have any core dumps or stack traces? sorry for responding so late. no, up to now I don't have any trace files. I'm not an expert in doing that. If you can provide me some help on how to do that or how to find the dumps, I'll be glad to provide that information. Since it is an embedded system (headless Raspberry Pi) and not a full blown desktop Linux, some tools might not be available. BR Hans-Peter A good start would be to strace the journald process while this happens and check what the last syscalls are that it does. Yeah, strace would be nice. You can just do (as root): strace -p $(pidof systemd-journald), and then trigger the bug. Created attachment 94770 [details]
strace
strace for process systemd-journald when crashing after pulseaudio start/stop
I've triggered the crash again and attached the strace output as compressed file. BR Hans-Peter Maybe I made a mistake when uploading the trace because klicking on it yields binary output. You can store it as strace.log.gz und uncompress it with tar -xvzf strace.log.gz. Please let me know if I should upload it again as ASCII file or if you need more trace data. BR Hans-Peter Created attachment 94932 [details]
strace.tar.gz
once again with correct mime type
let's close this. I am pretty sure this has long been fixed. if not, please file a new bug on github. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.