while this is not the latest version. The affected code has not changed much: version used in jessie: https://github.com/systemd/systemd/blob/v215/src/bootchart/svg.c#L1153-1156 head version: https://github.com/systemd/systemd/blob/master/src/bootchart/svg.c#L1181-1184
It does not seem to be a straight forward fix. Looks like the datastructures are messed up. (gdb) print arg_hz $1 = 25 (gdb) print ps $2 = (struct ps_struct *) 0x1 (gdb) print ps_first $3 = (struct ps_struct *) 0x7f57e008 (gdb) print sample_hz $4 = (struct ps_sched_struct *) 0x0 (gdb) print ii $5 = 6
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
