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, 18 Oct 2001 16:43:18 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: Current repository crashes when compiled without debugging, doesn't when compiled with debugging Message-ID: <20011018164318.A19399@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20011018161135 DOT 27956 DOT qmail AT lizard DOT curl DOT com> <20011018151215 DOT A3169 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011018151215.A3169@redhat.com> User-Agent: Mutt/1.3.21i On Thu, Oct 18, 2001 at 03:12:15PM -0400, Christopher Faylor wrote: >On Thu, Oct 18, 2001 at 12:11:35PM -0400, Jonathan Kamens wrote: >>When I compile the current repository without --enable-debugging, >>everything crashes on start-up, e.g.: >> >> m:\>ps >> PID PPID PGID WINPID TTY UID STIME COMMAND >> 0 [ttyin] ps 199 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION >> 199 1 199 199 0 500 12:07:37 /usr/bin/ps >> >> m:\>ls >> 0 [ttyin] ls 120 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION >> 37122 [ttyin] ls 120 open_stackdumpfile: Dumping stack trace to ls.exe.stackdump >> #MAIL~62 core merging-trunk setup.ini >> #MAIL~RN curl metal sh.exe.stackdump >> Application Data curl-web ns_imap solutions >> >> m:\> >> >>When I compile with --enable-debugging, the crash goes away, which >>makes this somewhat difficult to debug :-(. > >This doesn't make it hard to debug. It will still work with gdb. ...and with strace. You just won't have extra debugging checks in the DLL. cgf