chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #706: file-exists? does return #f on large files


From: Chicken Trac
Subject: Re: [Chicken-janitors] #706: file-exists? does return #f on large files
Date: Wed, 28 Sep 2011 14:47:10 -0000

#706: file-exists? does return #f on large files
-----------------------------+----------------------------------------------
  Reporter:  ckeen           |       Owner:                              
      Type:  defect          |      Status:  new                         
  Priority:  critical        |   Milestone:  4.8.0                       
 Component:  core libraries  |     Version:  4.7.x                       
Resolution:                  |    Keywords:  file-exists? 2GB large files
-----------------------------+----------------------------------------------

Comment(by ckeen):

 Which results from

        EOVERFLOW
               (stat()) path refers to a file whose size cannot be
 represented in the type off_t.  This can occur when an  application  com‐
               piled on a 32-bit platform without -D_FILE_OFFSET_BITS=64
 calls stat() on a file whose size exceeds (2<<31)-1 bits.

 of course

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/706#comment:3>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]