Trying to get tesseract-ocr (installed from system package manager) working but it keeps saying:
Segmentation fault (core dumped). My question is not so much about tesseract-ocr but where are the cores going. Later questions about tesseract-ocr. See codeblock below.
Maybe look at them or maybe remove them but where are they? I did updatedb for locate database. Search in locate on core gives thousand lines of hits but don’t see any that look like core dumps.
Running tesseract as user but I assume coredumps would go into root somewhere.
This is true if package systemd-coredump is installed. This is not installed by default on Leap 15.5 systems.
If it is installed core_pattern is set to;
So the term “core dumped” written by a process does not necessarily mean a file was created and written and is stored someplace. It only gets stored if it is configured to get stored.