This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setup crashing (attn Corinna)


On Tue, Jan 22, 2002 at 08:26:35AM +1100, Robert Collins wrote:
> 
> ===
> ----- Original Message ----- 
> From: "Corinna Vinschen" <cygwin-apps@cygwin.com>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]