Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Mon, 21 Jan 2002 23:19:31 +0100 From: Corinna Vinschen To: cygapp Subject: Re: setup crashing (attn Corinna) Message-ID: <20020121231931.B23034@cygbert.vinschen.de> Mail-Followup-To: cygapp References: <022e01c1a1b6$da6c6060$0200a8c0 AT lifelesswks> <20020121221854 DOT A23034 AT cygbert DOT vinschen DOT de> <073101c1a2c2$4e8ec8a0$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <073101c1a2c2$4e8ec8a0$0200a8c0@lifelesswks> User-Agent: Mutt/1.3.22.1i On Tue, Jan 22, 2002 at 08:26:35AM +1100, Robert Collins wrote: > > === > ----- Original Message ----- > From: "Corinna Vinschen" > Subject: Re: setup crashing (attn Corinna) > > Oh, and in the gdb output plesae include: > bt full, > info threads Urgh, I'm getting a dialog now (shortened): Microsoft Visual C++ Runtime Library +----------------------------------------- | Assertion failed! | File: dlmalloc.c | Line: 2879 | | Expression: (old_top == initial_top(av) && old_size == 0) || | ((unsigned long) (old_size) >= MINSIZE && | prev_inuse(old_top)) | [...] | +-----+ +-----+ +------+ | |Abort| |Retry| |Ignore| | +-----+ +-----+ +------+ +------------------------------------------ And then, after "Retry": Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to thread 404.0xefc] 0x77c33d8c in _system_dlls__ () (gdb) thread 1 [Switching to thread 1 (thread 404.0x5c0)]#0 0x7ffe0304 in ?? () (gdb) bt full #0 0x7ffe0304 in ?? () No symbol table info available. #1 0x7736a894 in _system_dlls__ () No symbol table info available. #2 0x77359a66 in _system_dlls__ () No symbol table info available. #3 0x00420d0c in PropSheet::Create (this=0x23f9a0, Parent=0x0, Style=315555840) at /home/corinna/src/cygwin/src/winsup/cinstall/propsheet.cc:192 this = Cannot access memory at address 0x61540000 (gdb) bt #0 0x7ffe0304 in ?? () #1 0x7736a894 in _system_dlls__ () #2 0x77359a66 in _system_dlls__ () #3 0x00420d0c in PropSheet::Create (this=0x23f9a0, Parent=0x0, Style=315555840) at /home/corinna/src/cygwin/src/winsup/cinstall/propsheet.cc:192 #4 0x00419150 in WinMain (h=0x400000, hPrevInstance=0x0, command_line=0x252372 "", cmd_show=10) at /home/corinna/src/cygwin/src/winsup/cinstall/main.cc:211 #5 0x004493f5 in main (argc=1, argv=0x7e2848, __p__environ=0x7e2d98) at ../../../../src/winsup/mingw/main.c:90 (gdb) info threads 3 thread 404.0xefc 0x77c33d8c in _system_dlls__ () * 1 thread 404.0x5c0 0x7ffe0304 in ?? () (gdb) Corinna