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]

gcc problem: cygwin_except_handler STATUS_ACCESS_VIOLATION


I have installed the  gnuwin32b18  on  NT4.0
Hardware: Omnibook 5700CTX with 64MB main memory and 3.1GB disk space.
Environment is set according to the README.

Trying to compile the file below, gives the exception.
Any Idea ?

Regards
Heinz Schweitzer

-----------------------------------------------------

typedef struct {
  int tabnum;
  char name[65];
  int num_fields;
  FDESC* fd
} TABLE;

typedef struct {
  int fnum;
  char fname[65];
  int type;
} FDESC;

main()
{}
--------------------------------------------------------------------------

(unknown) In cygwin_except_handler
(unknown) Exception trapped!
(unknown) exception C0000005 at 1001E4B2
(unknown) exception: ax 0 bx 0 cx 6 dx 7
(unknown) exception: si 6779632D di 36383369 bp 241FB30 sp 241FB30
(unknown) exception is: STATUS_ACCESS_VIOLATION
(unknown) Stack trace:
(unknown) frame 0: sp = 0x241F964, pc = 0x1001282A
(unknown) frame 1: sp = 0x241F980, pc = 0x77F94492
(unknown) frame 2: sp = 0x241F9A4, pc = 0x77F88E93
(unknown) frame 3: sp = 0x241FA30, pc = 0x77F76202
(unknown) frame 4: sp = 0x241FB30, pc = 0x10011D4D
(unknown) frame 5: sp = 0x241FB44, pc = 0x10018972
(unknown) frame 6: sp = 0x241FB5C, pc = 0x10011615
(unknown) frame 7: sp = 0x241FF94, pc = 0x10011BFF
(unknown) frame 8: sp = 0x241FFA0, pc = 0x4118D5
(unknown) frame 9: sp = 0x241FFB0, pc = 0x40103B
(unknown) frame 10: sp = 0x241FFC0, pc = 0x77F1B26B
(unknown) frame 11: sp = 0x241FFF0, pc = 0x0
(unknown) End of stack trace
(unknown) In cygwin_except_handler
(unknown) Error while dumping state (probably corrupted stack)

-
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]