>.... > I have none in use here, it is configured as > > --enable-default-err-language=Portuguese --enable-storeio=diskd,ufs,null > --enable-removal-policies=heap,lru --enable-underscores > --disable-ident-lookups --disable-hostname-checks >
Lowering default optimization requires explicit action.
Probably you are using gcc for compilatation ; try
% setenv CFLAGS "-g -O0"
before configure, and "make all".
Check whether the resulting binary is still experiencing the same problems.
M.
