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 Message-ID: <07d001c1a2ca$96dcc9b0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Corinna Vinschen" References: <022e01c1a1b6$da6c6060$0200a8c0 AT lifelesswks> <20020121221854 DOT A23034 AT cygbert DOT vinschen DOT de> <073101c1a2c2$4e8ec8a0$0200a8c0 AT lifelesswks> <20020121231931 DOT B23034 AT cygbert DOT vinschen DOT de> Subject: Re: setup crashing (attn Corinna) Date: Tue, 22 Jan 2002 09:25:53 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 21 Jan 2002 22:27:47.0091 (UTC) FILETIME=[DA325630:01C1A2CA] Actually we might be in the wrong thread. Try BT full on the other thread please. Rob === ----- Original Message ----- From: "Corinna Vinschen" To: "cygapp" Sent: Tuesday, January 22, 2002 9:19 AM Subject: Re: setup crashing (attn Corinna) > 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 >