Quanah Gibson-Mount quanah@fast-mail.org schrieb am 27.04.2022 um 17:06
in Nachricht <979B8C9BF3027ACA9450E58E@[192.168.1.20]>:
--On Wednesday, April 27, 2022 9:41 AM +0200 Ulrich Windl Ulrich.Windl@rz.uni-regensburg.de wrote:
0). Apr 26 18:31:27 apollo11 systemd‑coredump[1381]: Resource limits disable
core
dumping for process 1377 (slapd).
So maybe enable core dumps and show the backtrace.
Yep, assuming it's not an issue with the VM software being used, this would
be the next general step. I would note that installing the relevant debug symbol packages for slapd will be necessary as well.
It may be needed to attach to the slapd process with GDB prior to running the syncprov change as well, since core dumps often lose useful information
that the running process has.
In case you test your own software, non-optimized builds can be really helpful, specifically as gcc inlines functions massively at -O2 and higher (older versions did not).
--Quanah