Assertion crash with "ExecStart=- /path"
Bug #1454173 reported by
Erkan Yanar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
systemd (Ubuntu) |
Fix Released
|
High
|
Martin Pitt | ||
Vivid |
Fix Released
|
Medium
|
Unassigned |
Bug Description
We simple crash systemd by
# cat /etc/systemd/
[Unit]
Description = Crash Me
[Service]
ExecStartPre =- /usr/bin/printf pre
ExecStart = /usr/bin/printf MAIN
# systemctl daemon-reload
# systemctl start crash
Broadcast message from systemd-
systemd[1]: Caught <ABRT>, dumped core as pid 4471.
Broadcast message from systemd-
systemd[1]: Freezing execution.
Failed to start crash.service: Connection reset by peer
Jeah.
It is all because of the Typo in ExecStartPre.
To post a comment you must log in.
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross privilege boundaries nor directly cause loss of data/privacy. Please feel free to report any other bugs you may find.