Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 9 Oct 2001 13:25:11 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Perl 5.7.2 Message-ID: <20011009132511.D25039@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20011008150644 DOT C19660 AT redhat DOT com> <3BC2C816 DOT 8154 DOT 2CAAC241 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i On Tue, Oct 09, 2001 at 01:31:13PM +0400, Roman Belenov wrote: >"Gerrit P. Haase" writes: > >> Roman Belenov schrieb am 2001-10-09, 11:29: >> >> >The problem persists with cygwin1-20011008.dll.bz2 >> > >> >> I'm looking for an example which breaks gdb. >> > >I've posted it to the list before. Debugging empty C program - >consisting of main(){} leads to Yes, you've posted it multiple times and I've never heard that anyone besides you has had this problem. The error is occurring in a system DLL. The exception is not in a standard target exception format. That actually points to a problem in Windows NT. Out of curiousity, have you ever just typed "continue" at this point to see if things progress normally? From John Peacock's stack trace for his failing situation, it seems like the specific function that is failing is NetUserGetInfo. Specifically, line 92 in uinfo.cc: if (!NetUserGetInfo (NULL, wuser, 3, (LPBYTE *)&ui) || (wlogsrv[0] && !NetUserGetInfo (wlogsrv, wuser, 3,(LPBYTE *)&ui))) I don't see anything in this code that would cause this type of error, though. In fact, I wouldn't expect NetUserGetInfo to ever cause a segv. That's why I suspect a Windows bug. Maybe somebody might want to inspect the Microsoft MSDN and see if there are any caveats about this function. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/