On Fri, Jun 30, 2023 at 01:31:50PM +0300, Kapetanakis Giannis wrote:
> The program does not terminate by system.
>
> It indeed exits from that fatal() function in check_table()
>
> I will add the table print and try to reproduce at some time. It might take a
> while cause I have to shutdown completely our mail for this to test.
>
> Will report back.
>
> Does it need to build with the latest libutil or I can compile with system's
> version?
to be honest I'm not sure if libutil gets installed on system
so perhaps your first step is to do
cd /path/to/your/src/lib/libutil
make
thanks for your help
regards
sashan