X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sun, 03 Feb 2008 19:03:59 -0800 From: Jerry DeLisle Subject: Re: Memory leak problem reported with gfortran In-reply-to: <47A64BF1.6090808@alice.it> To: cygwin AT cygwin DOT com Message-id: <47A6809F.3010100@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <47A64BF1 DOT 6090808 AT alice DOT it> User-Agent: Thunderbird 2.0.0.9 (X11/20071115) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Angelo Graziosi wrote: > Jerry DeLisle wrote: > >> I have confirmed this problem on Cygwin reported here: >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35063 > > I do not know if this can help, but... > > Building the above test with G95, it does not fail! > > If I have understood it, I have pressed 10000 ENTER without problem! > > With GFortran (4.2.3, at the moment) it fails, after a few ENTER, with: > > --------------------------- > 3 [main] test 3956 C:\cygwin\tmp\test.exe: *** fatal error - > couldn't allo > cate muto 'mmap_guard', Win32 error 1816 > Hangup > ----------------------------------- > > In some cases, the PC 'frezees'! > I have continued my testing here and I am seeing this with valgrind on linux. When I was running the 10000 loops I did not see these errors roll by upfront initially. ==25454== Conditional jump or move depends on uninitialised value(s) ==25454== at 0x4333F1: strlen (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x45DE74: fillin_rpath (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x45FC35: _dl_init_paths (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x439CDE: _dl_non_dynamic_init (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x43A3DA: __libc_init_first (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x414CF5: (below main) (in /home/jerry/prs/pr35063/a.out) ==25454== ==25454== Conditional jump or move depends on uninitialised value(s) ==25454== at 0x4333BD: strlen (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x408087: write_integer (write.c:612) ==25454== by 0x40AEDD: _gfortrani_list_formatted_write (write.c:785) ==25454== by 0x400330: MAIN__ (in /home/jerry/prs/pr35063/a.out) ==25454== by 0x40043B: main (fmain.c:21) The end of the run shows: ==25454== Use of uninitialised value of size 8 ==25454== at 0x41AB57: exit (in /home/jerry/prs/pr35063/a.out) ==25454== ==25454== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 0 from 0) ==25454== malloc/free: in use at exit: 0 bytes in 0 blocks. ==25454== malloc/free: 0 allocs, 0 frees, 0 bytes allocated. ==25454== For counts of detected errors, rerun with: -v ==25454== All heap blocks were freed -- no leaks are possible. But no memory leaks. I don't know if this is related or not. I will keep digging. Jerry -- 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/