[bugs] [ bogofilter-Bugs-1611646 ] Resource Limit Check Failure
Fast Bayesian spam filter along lines suggested by Paul Graham
Brought to you by:
m-a
From: SourceForge.net <no...@so...> - 2006-12-08 16:58:10
|
Bugs item #1611646, was opened at 2006-12-08 16:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=499997&aid=1611646&group_id=62265 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sfuser3175 (sfuser3175) Assigned to: Nobody/Anonymous (nobody) Summary: Resource Limit Check Failure Initial Comment: The unsigned compare bug in check_fsize_limit is back. Specifically in bogofilter 1.1.3 the comparison against RLIM_INFINITY on line 475 of datastore_db.c if (rl.rlim_cur != (rlim_t)RLIM_INFINITY) { I've used ulimit to set max file size to unlimited, But I still get bogofilter complaining about db size approaching maximum file size, and eventually refusing to process. On my system (SuSE 9.1 with Linux 2.6.13.5 kernel) RLIM_INFINITY is -1 rl.rlim_cur is -1 rl.rlim_max is -1 BUT (ultimately) rlim_t is unsigned long int ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=499997&aid=1611646&group_id=62265 |