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]

Time-dependent cygnus gcc crashes?


bash$ gcc -c clear.c
(unknown) In cygwin_except_handler exc C0000005 at 10017D7A sp 254FCAC
(unknown) Exception trapped!
(unknown) exception C0000005 at 10017D7A
(unknown) exception: ax 8275D000 bx 0 cx C10697C4 dx BFFBF9E0
(unknown) exception: si 815747CC di 8157899C bp 254FCAC sp 254FCAC
(unknown) exception is: STATUS_ACCESS_VIOLATION
(unknown) Stack trace:
(unknown) frame 0: sp = 0x254FAC4, pc = 0x10005FAE
(unknown) frame 1: sp = 0x254FAE0, pc = 0xBFF7663C
(unknown) frame 2: sp = 0x254FB04, pc = 0xBFF859D9
(unknown) frame 3: sp = 0x254FB9C, pc = 0xFFECBAD7
(unknown) frame 4: sp = 0x254FCAC, pc = 0x1000BAC3
(unknown) frame 5: sp = 0x254FCBC, pc = 0x100047AD
(unknown) frame 6: sp = 0x254FE0C, pc = 0x10004E7B
(unknown) frame 7: sp = 0x254FE18, pc = 0x4118D5
(unknown) frame 8: sp = 0x254FE28, pc = 0x40103B
(unknown) frame 9: sp = 0x254FE38, pc = 0xBFF88F75
(unknown) frame 10: sp = 0x254FF78, pc = 0xBFF88E23
(unknown) frame 11: sp = 0x254FFF4, pc = 0xBFF8783F
(unknown) frame 12: sp = 0x815747CC, pc = 0x5
(unknown) In cygwin_except_handler exc C0000005 at 10005A26 sp 254FABC
(unknown) Error while dumping state (probably corrupted stack)


The program being compiled was: (Similar results with
other programs, especially with stdio.h)

#include <stdio.h>
#define SCREEN	80*25

int main (int argc, char **argv)
{
	int i;
	printf("%SCREENc", ' ');
/*	for (i=0; i<SCREEN; i++)
	 putchar(' '); */
}

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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