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 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Re: cygwin bughunt (snapshot...) Date: Wed, 23 Feb 2005 08:34:43 +0100 Message-ID: <79F81D5F4790D344B05F489CE2AC8AB7146ADD@dubexdc03.dubex.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "David Dindorp" To: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j1N7Yr6B024925 Christopher Faylor wrote: > If that was really true, you'd be using a snapshot by now. Ok, ok, I can take a hint (sort of). I'll give up trying to drill down bugs in 1.5.10. >>> Has the problem been found that results in this error?: >>> MapViewOfFileEx(0x188, in_h 0x188) failed, Win32 error 6 At first glance, it seems to be gone. Great! So far a couple of things have popped up in testing. Only one of them is a new item since I started using the 20050221 snapshot. It has occurred 2 times over 2 days so far, so I feel that it is reproducible. Bash hangs. Both occurrences have been at the same specific script line, and both produce similar gdb output. Script line: lffields[$counter]=`echo $lfline|cut -d'|' -f$fieldno` Script line - process 592: +++ echo '0007-02-2005-01-29-22-15-24-xferslowevlog.log|0|1107034112|1107034112|1 107034675|1107035470' +++ cut '-d|' -f5 Script line - process 3164: +++ echo '0007-02-2005-02-10-06-02-55-xferslowevlog.log|0|1108012113|-1|110801244 7|1108012465' +++ cut '-d|' -f1 Backtrace, dumped process 592: #0 0x77f8a1eb in ntdll!ZwSetInformationThread () #1 0x7c4fb5bf in SetThreadPriority () #2 0x610035c6 in getprogname () #3 0x6105ad27 in cygwin_split_path () #4 0x61019478 in cygwin_internal () #5 0x6107bc25 in getppid () #6 0x6107ba4d in getppid () #7 0x610723ff in cygwin1!aclcheck () #8 0x0042562a in ?? () #9 0x00000005 in ?? () #10 0x0022cf20 in ?? () #11 0x00000080 in ?? () #12 0x610749bb in writev () Backtrace, dumped process 3163: #0 0x77f8a1eb in ntdll!ZwSetInformationThread () #1 0x7c4fb5bf in SetThreadPriority () #2 0x610035c6 in getprogname () #3 0x6105ad27 in cygwin_split_path () #4 0x61019478 in cygwin_internal () #5 0x6107bc25 in getppid () #6 0x6107ba4d in getppid () #7 0x610723ff in cygwin1!aclcheck () #8 0x0042562a in ?? () #9 0x00000005 in ?? () #10 0x0022cf20 in ?? () #11 0x00000080 in ?? () #12 0x610749bb in writev () (I'm obviously a n00b with gdb. The similar output could be a side effect from debugging the processes?..) -- 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/