gnumake.exe caused an Access Violation at location 0041a930 in module gnumake.exe Reading from location 021fb00a. Registers: eax=021fb00a ebx=021e7ed8 ecx=00010000 edx=021f9aa4 esi=00352bc5 edi=00000006 eip=0041a930 esp=0028ef98 ebp=0028ef98 iopl=0 nv up ei pl nz na po nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010206 Call stack: 0041A930 gnumake.exe:0041A930 next_token misc.c:511 ... next_token (const char *s) { > while (isblank ((unsigned char)*s)) ++s; return (char *)s; ... 00415AA8 gnumake.exe:00415AA8 parse_file_seq read.c:3038 ... do { > e = next_token (e); /* Find the end of this word. We don't want to unquote and we don't care about quoting since we're looking for the ... 00406958 gnumake.exe:00406958 split_prereqs file.c:429 ... split_prereqs (char *p) { > struct dep *new = PARSE_FILE_SEQ (&p, struct dep, '|', NULL, 0); if (*p) ... 004144AB gnumake.exe:004144AB record_files read.c:1890 ... else { > deps = split_prereqs (depstr); free (depstr); ... 00412532 gnumake.exe:00412532 eval read.c:914 ... /* Record the previous rule. */ > record_waiting_files (); tgts_started = fstart->lineno; ... 0041171F gnumake.exe:0041171F eval_makefile read.c:425 ... eval (&ebuf, !(flags & RM_NO_DEFAULT_GOAL)); > reading_file = curfile; fclose (ebuf.fp); ... 00412438 gnumake.exe:00412438 eval read.c:875 ... files = next; > r = eval_makefile (name, (RM_INCLUDED | RM_NO_TILDE | (noerror ? RM_DONTCARE : 0) ... 0041171F gnumake.exe:0041171F eval_makefile read.c:425 ... eval (&ebuf, !(flags & RM_NO_DEFAULT_GOAL)); > reading_file = curfile; fclose (ebuf.fp); ... 00411319 gnumake.exe:00411319 read_all_makefiles read.c:257 ... if (*p != 0) { > if (! eval_makefile (*p, 0)) perror_with_name ("", *p); } ... 0040BF71 gnumake.exe:0040BF71 main main.c:1658 ... /* Read all the makefiles. */ > read_makefiles = read_all_makefiles (makefiles == 0 ? 0 : makefiles->list); ... 0040124B gnumake.exe:0040124B 00401298 gnumake.exe:00401298 770C339A kernel32.dll:770C339A BaseThreadInitThunk 77AC9EF2 ntdll.dll:77AC9EF2 RtlInitializeExceptionChain 77AC9EC5 ntdll.dll:77AC9EC5 RtlInitializeExceptionChain