Gentoo Archives: gentoo-user

From: Alan Mackenzie <acm@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] How do I get a core dump from seg-faulting software?
Date: Thu, 16 Dec 2021 15:55:26
Message-Id: YbthXvVLNZ/xCBzf@ACM
1 Hello, Gentoo.
2
3 I'm developing software, and it crashes in its build process. I want a
4 core dump, to help find out where and why it's crashing.
5
6 I've got CONFIG_ELF_CORE and CONFIG_COREDUMP both configured to yes in
7 my kernel.
8
9 When I do
10
11 $ uclimit -H -c
12
13 , it tells me "unlimited".
14
15 But still, no dump. :-(
16
17 What am I missing?
18
19 --
20 Alan Mackenzie (Nuremberg, Germany).

Replies