[systemd-devel] How to debug systemd services failing to start with 11/SEGV?

2024-04-09 Thread Alexander Dahl
Hello everyone, I'm currently trying to build a firmware for an embedded device and running into trouble because systemd seems to crash. The BSP is based on pengutronix DistroKit (master) built with ptxdist and the target is the Microchip SAM9X60-Curiosity board, which is arm v5te architecture (t

Re: [systemd-devel] How to debug systemd services failing to start with 11/SEGV?

2024-04-09 Thread Alexander Dahl
Hello Lennart, thanks for your quick reply, see below. Am Tue, Apr 09, 2024 at 03:53:24PM +0200 schrieb Lennart Poettering: > On Di, 09.04.24 14:42, Alexander Dahl (a...@thorsis.com) wrote: > > > Hello everyone, > > > > I'm currently trying to build a firmwa

Re: [systemd-devel] How to debug systemd services failing to start with 11/SEGV?

2024-04-10 Thread Alexander Dahl
Hello everone, I thought I knew how to let the kernel create coredumps … (see below). Am Tue, Apr 09, 2024 at 04:21:21PM +0200 schrieb Alexander Dahl: > Hello Lennart, > > thanks for your quick reply, see below. > > Am Tue, Apr 09, 2024 at 03:53:24PM +0200 schrieb Lennart Poette

Re: [systemd-devel] How to debug systemd services failing to start with 11/SEGV?

2024-04-10 Thread Alexander Dahl
Hello, gave it a try and bisected systemd … see below. Am Wed, Apr 10, 2024 at 12:37:39PM +0200 schrieb Alexander Dahl: > Hello everone, > > I thought I knew how to let the kernel create coredumps … (see below). > > Am Tue, Apr 09, 2024 at 04:21:21PM +0200 schrieb Alexander

Re: [systemd-devel] How to debug systemd services failing to start with 11/SEGV?

2024-04-10 Thread Alexander Dahl
Hello Mantas, Am Wed, Apr 10, 2024 at 04:45:58PM +0300 schrieb Mantas Mikulėnas: > On Wed, Apr 10, 2024 at 4:08 PM Alexander Dahl wrote: > > > Note: platform here is 32 bit arm, namely v5te on Microchip SAM9X60 > > SoC. Kernel is 6.6, maybe I did not get the kernelconfig

[systemd-devel] required free space for reloading

2021-08-25 Thread Alexander Dahl
Hello everyone, we use systemd on an embedded platform featuring the SAMA5D27C-D5M SoC [1], which has has 64 MiB of RAM. The software is based on DistroKit [2] and ptxdist [3]. tmpfs are mounted through /etc/fstab and are allowed to take 20% of the memory, which I think is quite much already.