[Bug 1447243] Update Released

2015-04-30 Thread Brian Murray
The verification of the Stable Release Update for systemd has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583 with invalid line break escapes

2015-04-30 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 219-7ubuntu4

---
systemd (219-7ubuntu4) vivid; urgency=medium

  * hwdb: Fix wireless switch on Dell Latitude (LP: #1441849)
  * Fix assertion crash when reading a service file with missing ' and
trailing space. (LP: #1447243)
  * Fix double free crash in systemctl enable when calling update-rc.d and
the latter fails. (LP: #1426588)
 -- Martin Pitt martin.p...@ubuntu.com   Thu, 23 Apr 2015 11:14:16 +0100

** Changed in: systemd (Ubuntu Vivid)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583 with invalid line break escapes

2015-04-24 Thread Martin Pitt
I ran the test case on the package from -proposed, and it works as
expected now.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583 with invalid line break escapes

2015-04-23 Thread Adam Conrad
Hello Martin, or anyone else affected,

Accepted systemd into vivid-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/systemd/219-7ubuntu4
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: systemd (Ubuntu Vivid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583 with invalid line break escapes

2015-04-23 Thread Martin Pitt
Fixed upstream in
http://cgit.freedesktop.org/systemd/systemd/commit/?id=470dca63cd2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583 with invalid line break escapes

2015-04-23 Thread Martin Pitt
** Description changed:

  Reproducer:
   - Boot current vivid amd64 VM
   - sudo add-apt-repository ppa:maas-maintainers/experimental
   - sudo apt update
   - sudo apt install isc-dhcp-server
-  - sudo apt install maas-dhcp
+  - sudo apt install maas-dhcp
+ 
+ 
+ SRU TEST CASE (do this in a VM!)
+  - Create a /lib/systemd/system/broken.service with the contents as in 
comment 7. Make sure that there is a trailing space after the true \  
(Launchpad filtered that out in the comment!).
+  - sudo systemctl status broken.service
+  - This crashes pid 1 in vivid final, and should just complain a broken 
.service file with the fix.
+ 
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Wed Apr 22 17:04:42 2015
  ExecutablePath: /lib/systemd/systemd
  ExecutableTimestamp: 1429391580
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  ProcCmdline: /sbin/init
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=6a708076-c5ee-4e4f-998a-4aa5ed4c3850 ro console=ttyS0
  Signal: 6
  SourcePackage: systemd
  SystemdFailedUnits: Error: command ['systemctl', 'status', '--full', 
'Error:'] failed with exit code 1: Failed to get properties: Activation of 
org.freedesktop.systemd1 timed out
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.7.5-20150306_163512-brownie
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-utopic
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.7.5-20150306_163512-brownie:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-utopic:cvnQEMU:ct1:cvrpc-i440fx-utopic:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-utopic
  dmi.sys.vendor: QEMU

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583 with invalid line break escapes

2015-04-23 Thread Martin Pitt
** Tags added: systemd-boot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] ThreadStacktrace.txt

2015-04-22 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1447243/+attachment/4381567/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1447243/+attachment/4381545/+files/CoreDump.gz

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] StacktraceTop.txt

2015-04-22 Thread Apport retracing service
** Attachment added: StacktraceTop.txt
   
https://bugs.launchpad.net/bugs/1447243/+attachment/4381566/+files/StacktraceTop.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] StacktraceSource.txt

2015-04-22 Thread Apport retracing service
** Attachment added: StacktraceSource.txt
   
https://bugs.launchpad.net/bugs/1447243/+attachment/4381565/+files/StacktraceSource.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] [NEW] systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583,

2015-04-22 Thread Martin Pitt
Public bug reported:

Reproducer:
 - Boot current vivid amd64 VM
 - sudo add-apt-repository ppa:maas-maintainers/experimental
 - sudo apt update
 - sudo apt install maas

ProblemType: Crash
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Wed Apr 22 17:04:42 2015
ExecutablePath: /lib/systemd/systemd
ExecutableTimestamp: 1429391580
Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
ProcCmdline: /sbin/init
ProcCwd: /
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=6a708076-c5ee-4e4f-998a-4aa5ed4c3850 ro console=ttyS0
Signal: 6
SourcePackage: systemd
SystemdFailedUnits: Error: command ['systemctl', 'status', '--full', 'Error:'] 
failed with exit code 1: Failed to get properties: Activation of 
org.freedesktop.systemd1 timed out
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

dmi.bios.date: 04/01/2014
dmi.bios.vendor: SeaBIOS
dmi.bios.version: 1.7.5-20150306_163512-brownie
dmi.chassis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: pc-i440fx-utopic
dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.7.5-20150306_163512-brownie:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-utopic:cvnQEMU:ct1:cvrpc-i440fx-utopic:
dmi.product.name: Standard PC (i440FX + PIIX, 1996)
dmi.product.version: pc-i440fx-utopic
dmi.sys.vendor: QEMU

** Affects: systemd (Ubuntu)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: In Progress

** Affects: systemd (Ubuntu Vivid)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: In Progress


** Tags: amd64 apport-crash vivid

** Information type changed from Private to Public

** Changed in: systemd (Ubuntu)
   Importance: Undecided = High

** Changed in: systemd (Ubuntu)
   Status: New = In Progress

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: systemd (Ubuntu Vivid)
   Importance: High
 Assignee: Martin Pitt (pitti)
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1447243]

2015-04-22 Thread Apport retracing service
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Stacktrace.txt

2015-04-22 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1447243/+attachment/4381564/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583,

2015-04-22 Thread Martin Pitt
** Description changed:

  Reproducer:
-  - Boot current vivid amd64 VM
-  - sudo add-apt-repository ppa:maas-maintainers/experimental
-  - sudo apt install maas
+  - Boot current vivid amd64 VM
+  - sudo add-apt-repository ppa:maas-maintainers/experimental
+  - sudo apt update
+  - sudo apt install maas
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Wed Apr 22 17:04:42 2015
  ExecutablePath: /lib/systemd/systemd
  ExecutableTimestamp: 1429391580
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  ProcCmdline: /sbin/init
  ProcCwd: /
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
+  TERM=linux
+  PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=6a708076-c5ee-4e4f-998a-4aa5ed4c3850 ro console=ttyS0
  Signal: 6
  SourcePackage: systemd
  SystemdFailedUnits: Error: command ['systemctl', 'status', '--full', 
'Error:'] failed with exit code 1: Failed to get properties: Activation of 
org.freedesktop.systemd1 timed out
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
-  
+ 
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.7.5-20150306_163512-brownie
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-utopic
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.7.5-20150306_163512-brownie:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-utopic:cvnQEMU:ct1:cvrpc-i440fx-utopic:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-utopic
  dmi.sys.vendor: QEMU

** Description changed:

  Reproducer:
   - Boot current vivid amd64 VM
   - sudo add-apt-repository ppa:maas-maintainers/experimental
-  - sudo apt update
-  - sudo apt install maas
+  - sudo apt update
+  - sudo apt install isc-dhcp-server
+  - sudo apt install maas-dhcp
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Wed Apr 22 17:04:42 2015
  ExecutablePath: /lib/systemd/systemd
  ExecutableTimestamp: 1429391580
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  ProcCmdline: /sbin/init
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=6a708076-c5ee-4e4f-998a-4aa5ed4c3850 ro console=ttyS0
  Signal: 6
  SourcePackage: systemd
  SystemdFailedUnits: Error: command ['systemctl', 'status', '--full', 
'Error:'] failed with exit code 1: Failed to get properties: Activation of 
org.freedesktop.systemd1 timed out
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.7.5-20150306_163512-brownie
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-utopic
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.7.5-20150306_163512-brownie:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-utopic:cvnQEMU:ct1:cvrpc-i440fx-utopic:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-utopic
  dmi.sys.vendor: QEMU

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583,

2015-04-22 Thread Martin Pitt
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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447243] Re: systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583,

2015-04-22 Thread Martin Pitt
This happens because there is/was a space after the \ in the second
line. This is invalid shell, but instead of crashing, systemd should
just fail the unit because of bad syntax.

** Summary changed:

- systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at 
../src/shared/util.c:583,
+ systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at 
../src/shared/util.c:583 with invalid line break escapes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447243

Title:
  systemd crashes with Assertion 'current[*l + 1] == quotechars[0]'
  failed at ../src/shared/util.c:583 with invalid line break escapes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs