For example: add to end of function hostDetails string: GETREAL(s,fp,"backlog-artcutoff",0.0,100.0,NOTREQNOADD,rv, inherit); And segmentation fault happens. -- Good Luck! Sergey Babitch (SB551-RIPE) ICQ: 105517491 FreeLance Artist -- Attached file included as plaintext by Ecartis -- # # Fix for "Segmentation fault (core dumped)". # --- inn-2.4.1/innfeed/host.c Thu Jan 8 00:47:19 2004 +++ work/innfeed/host.c Wed Jun 9 21:02:34 2004 @@ -3789,7 +3887,7 @@ name,v->v.real_val,low) ; v->v.real_val = setval ; } - else if (high != DBL_MAX && v->v.real_val > high) + else if (v != NULL && high != DBL_MAX && v->v.real_val > high) { logOrPrint (LOG_ERR,fp, "ME config: value of %s (%f) is higher than maximum of %f",