On Tue, 26 Oct 2004, Billinghurst, David (CALCRTS) wrote:

> The following test case is distilled from the LAPACK timing test cases.
> These used to work on some previous versions of cygwin/g77, but now fail.
>
> The reduced test case is
>
>       integer n
>       parameter( n = 39*1024*1024 )  ! 38*1024*1024 is OK
>       real    a(n)
>       end
>
> When compiled with current cygwin g77 (3.3.3) using the command
>       g77 -o labug.exe -O0 labug.f
> then run I get the error
>
> C:\cygwin\usr\local\obj\LAPACK\LAPACK-g77\TIMING\LIN\labug.exe (2324): *** 
> MapViewOfFileEx0x728, in_h 0x728) failed, Win32 error 6
>
> The cases passes for n=38*1024*1024
>       David

Perhaps <http://google.com/search?q=array+stack+gcc+site%3Acygwin.com>
could be of help...
        Igor
-- 
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_                [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            [EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'           Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing."  -- Dr. Jubal Harshaw

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to