--On Tuesday, December 16, 2025 4:37 PM +0100 Stefan Kania stefan@kania-online.de wrote:
How do I get the full backtrace, so you will get all the information you need?
Assuming the build of slapd & related libraries are not stripped and/or have the symbol packages installed, I generally do:
gdb /path/to/slapd <pid>
Then inside gdb:
set pagination off set logging file gdb.output set logging on thread apply all backtrace full set logging off quit
Regards, Quanah