Comment 7 for bug 1447243

Revision history for this message
Martin Pitt (pitti) wrote : Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583,

Simpler reproducer which will not cause a crash:

$ cat test.service
[Unit]
Description=test

[Service]
ExecStart=/bin/sh -ec '\
    true \
    $Y'

$ sudo systemd-analyze verify test.service
Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583, function split(). Aborting.