Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 19 Jul 2001 20:23:18 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: fork on win95 Message-ID: <20010719202318.B9199@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <005101c11036$06368800$806410ac AT local> <20010719131210 DOT Y730 AT cygbert DOT vinschen DOT de> <20010719113100 DOT B5093 AT redhat DOT com> <20010720012941 DOT T730 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010720012941.T730@cygbert.vinschen.de> User-Agent: Mutt/1.3.19i On Fri, Jul 20, 2001 at 01:29:41AM +0200, Corinna Vinschen wrote: >On Thu, Jul 19, 2001 at 11:31:00AM -0400, Christopher Faylor wrote: >> On Thu, Jul 19, 2001 at 01:12:10PM +0200, Corinna Vinschen wrote: >> >values (stdin, stdout and stderr, probably). Then the normal `ps' output >> >appears. Generally, the above ERROR_INVALID_HANDLE output appears, >> >then everything works fine. That's also valid for the aforementioned >> >ssh session. As usual nothing happens when started under strace control. >> >> And, as usual, this would call for some debugging with gdb. > >Hmmpf, just had a first try. I tried a `gdb -nw /bin/sh' and then >a `r -c ps'. It crashes reproducable in check_valid_pointer() called >from pthread_mutex_lock() stuff called from read_etc_passwd(). >Before reaching main(), of course. It always gets a SIGSEGV there now. You just have to continue past it. cgf