This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: Crash in 1.1.1


Ok, I've got some potentially useful information. 
Hopefully it will help

What I discovered is that the new 1.1.2 candidate is
not crashing per se, it's page faulting due to stack
overflow.  I got a valid stackdump file, and by using
it and GDB, I was able to see what's going on
somewhat.  It seems to be infinitely recurring among
the following three functions:

sigframe::set(sigthread &, int)
muto::acquire(unsigned long)
WSFO

I've put data from the stackdump file at the bottom of
this message.  This stackdump file was created when I
was using the 5/16 snapshot rather than my own build
of the cygwin1.dll.  Hopefully it will help.

- Ken.
ken_coleman@iname.com

Exception: STATUS_STACK_OVERFLOW at eip=6104080A
eax=0000008C ebx=6108A1B0 ecx=6108A1B8 edx=BFFC9490
esi=FFFB3D1D edi=0056201C
ebp=00562020 esp=00562000 program=C:\BIN\MAKE.EXE
cs=017F ds=0187 es=0187 fs=42C7 gs=0000 ss=0187
Stack trace:
Frame     Function  Args
00562020  61044C0D  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
00562050  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
00562090  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
005620C0  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
00562100  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
00562130  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
00562170  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
005621A0  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
005621E0  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
00562210  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
00562250  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
00562280  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
005622C0  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
005622F0  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
00562330  610408C8  (0000008C, FFFFFFFF, 81945E44,
61044BE4)
00562360  61044C0D  (6108A1B0, FFFFFFFF, 81945E44,
6104081D)
End of stack trace (more stack frames may be present)


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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