Date: Tue, 06 Feb 2001 15:02:26 -0500
   From: Bitt Faulk <[EMAIL PROTECTED]>

   Lawrence Greenfield wrote:
   > 
   > Can someone with a FreeBSD/OpenBSD machine please read the
   > documentation for setrlimit() and find out what's going wrong with the
   > current code?

   Well, the debug output says:

   Feb  5 19:50:15 inky master[12991]: set maximum file descriptors to
   256/0

   Which would indicate that it doesn't increase the rlim_cur properly.  It
   looks like there's some overflow happening.  rlim_t on OpenBSD is a
   64-bit integer (well, a int64_t or quad_t), which is distinctly not an
   int.

Could you please try this patch?  After applying, you'll need to
regenerate configure.  Do

rm configure ; sh SMakefile ; ./configure

Thanks,
Larry

rlim-patch

Reply via email to