[systemd-devel] systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv structure.

2024-08-27 Thread Windl, Ulrich
Hi! I have an issue where Perl dumps core for no obvious reason, and I noticed the line systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv structure. In the journal. Can anybody explain what it actually means? System is SLES12 SP5 on x86_64 (systemd-228-157.60.1.x86_64).

[systemd-devel] RootImage and tmpfs on /run not always there

2024-08-27 Thread Thorsten Kukuk
Hi, When playing with soft-reboot and services running from a root image (in this case btrfs subvolume), I run into something which looks like a bug for me. So the service files have: RootImage=/dev/vda2 RootImageOptions=ro,subvolid=278 If a service file has any of the following three keywords in

Re: [systemd-devel] systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv structure.

2024-08-27 Thread Andrei Borzenkov
On Tue, Aug 27, 2024 at 12:21 PM Windl, Ulrich wrote: > > Hi! > > > > I have an issue where Perl dumps core for no obvious reason, and I noticed > the line > > systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv > structure. > It parses /proc/$PIF/auxv and apparently it was

Re: [systemd-devel] [EXT] Re: systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv structure.

2024-08-27 Thread Windl, Ulrich
Hi! When I checked a few samples, they all look valid. As (as I said) I don't really can explain why Perl crashes, it seems to be some kind of bad corruption (in the kernel?)... Regards, Ulrich > -Original Message- > From: Andrei Borzenkov > Sent: Tuesday, August 27, 2024 12:53 PM >

Re: [systemd-devel] [EXT] Re: systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv structure.

2024-08-27 Thread Dave Howorth
> > From: Andrei Borzenkov > > Sent: Tuesday, August 27, 2024 12:53 PM > > To: Windl, Ulrich > > Cc: systemd-devel@lists.freedesktop.org > > Subject: [EXT] Re: [systemd-devel] systemd-coredump[25256]: AT_NULL > > terminator not found, cannot parse auxv structure. > > > > On Tue, Aug 27, 2024 at

Re: [systemd-devel] [EXT] Re: systemd-coredump[25256]: AT_NULL terminator not found, cannot parse auxv structure.

2024-08-27 Thread Michael Chapman
On Tue, 27 Aug 2024, Windl, Ulrich wrote: > Hi! > > When I checked a few samples, they all look valid. As (as I said) I > don't really can explain why Perl crashes, it seems to be some kind of > bad corruption (in the kernel?)... The auxiliary vector lives in the process itself (just like the a

[systemd-devel] How to create a timer that will only run once?

2024-08-27 Thread Konstantin Kharlamov
There's a popular usecase of human-readably scheduling a command for later¹. There are multiple non-systemd solutions, but they generally involve running a 3rd party service, such as atd for at. This functional is provided by systemd though, e.g.: systemd-run --user --on-calendar=12:10 sy