Regarding nByte = 4,317,821,136...
Is your database is more than 4 gigs in size? 
If not, it's a good thing it failed.
This seems to be another problem altogether.

--- Mark Brown <[EMAIL PROTECTED]> wrote:
> FWIW, we don't have auto-vaccuum enabled, unless that is a default setting.
> 
> My diagnostic information for when the situation happened (which is very
> random) was:
> 
> Called:
>   rc = ftruncate(((unixFile*)id)->h, (off_t)nByte);
> 
> Values:
>   rc = 0
>   (off_t)nByte = 44032
>   nByte = 4317821136  <-- I haven't been able to figure out why this is...
>   errno = EINVAL
>   
> After error, I called:
>   rc = fstat(((unixFile*)id)->h, &buf);
> 
> Values:
>   buf.st_size = 25600
> 
> HTH,
> Mark


      
____________________________________________________________________________________
Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to