Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: g77 executable with largish array fails content-class: urn:content-classes:message Date: Tue, 26 Oct 2004 12:34:57 +1000 Message-ID: <8ED2FA87C8ACC04192709688DDFD5F5F09B3B9@calttsv025.cal.riotinto.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Billinghurst, David \(CALCRTS\)" To: X-OriginalArrivalTime: 26 Oct 2004 02:34:58.0202 (UTC) FILETIME=[629E47A0:01C4BB04] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i9Q2Z90X018502 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 NOTICE This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments. This notice should not be removed. -- 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/