-
Notifications
You must be signed in to change notification settings - Fork 30
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
zero-byte svg file generated when systemd-bootchart invoked using "init" kernel parameter #58
Comments
I was able to capture an strace log using the following debug init program:
Here is the kernel command-line I used (note that I am running in permissive mode) and the resulting contents of
The strace log shows that
in Full strace log is attached. |
@bluca , the root cause here is that PID 1 is sending SIGHUP to systemd-bootchart shortly after it starts up. could this be a systemd defect? maybe the issue should be moved/linked there. |
Maybe not a bug, although if |
According to
man systemd-bootchart
, the recommended way of runningsystemd-bootchart
is using theinit
kernel parameter (which you can set from the grub menu):Unfortunately, this seems to have stopped working.
On Fedora 41, with systemd v256, the generated svg file is zero bytes:
Here is my kernel command-line:
systemd-bootchart should run for about 3 mins (1800 samples at 10 samples/sec):
Version information:
The text was updated successfully, but these errors were encountered: