|
From: Earnie B. <ear...@ya...> - 2002-06-21 11:18:49
|
Hi Paul, Report the stackdump from the attached version of make. There is an illegal pointer reference within make. The attached make has debugging information and I have an object dump of it to get me to the right location within make. To install the attached. mv make.exe.gz /bin cd /bin mv make.exe make.exe.bak gunzip make.exe.gz To uninstall the attached. cd /bin gzip make.exe mv make.exe.bak make.exe Earnie. "Paul G." wrote: > > Hi folks, > > Recently been getting errors (stackdump) from Msys make (d:\msys\1.0\bin): > > Exception: STATUS_ACCESS_VIOLATION at eip=7109787C > eax=00000000 ebx=00000000 ecx=0A21CCA0 edx=00000000 esi=00010920 edi=0A21CC98 > ebp=0022ECB4 esp=0022EC7C program=d:\msys\1.0\bin\make.exe > cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023 > Stack trace: > Frame Function Args > 0022ECB4 7109787C (710A4020, 0A21CCA0, 0022ECE4, 71030550) > 0022ED04 710970BE (710A4020, 0A21CB08, 00000190, 0041C55E) > 0022ED34 710303C3 (0A21CB08, 00000190, 00000001, 0A01DE7D) > 0022ED54 00411DD2 (0A21CB08, 00000190, 0000003A, 71030550) > 0022EDF4 00403F48 (00000000, 0A01DE58, FFFFFFFF, 00411D9A) > 0022EE24 0040443E (0A01DE58, 00000000, 0000003A, 71030550) > 0022EEC4 00403EB5 (00000000, 0A0738C8, FFFFFFFF, 00411D9A) > 0022EEF4 0040447C (0A0738C8, 0A1078C0, 0022EF44, 0040BD53) > 0022EF44 0040BEE7 (0A1078C0, 00000000, 00000000, 00418690) > 0022EF74 00402A57 (0A1078C0, 00000000, 3D06D719, 00000000) > 0022EFA4 004183EB (0A1078C0, 00000001, 0A1078C0, 00000000) > 0022F014 00417AA7 (0A1078C0, 00000007, 00001058, 00055C41) > 0022F054 0041692E (0A1078C0, 00000006, 0022F0B4, 00418690) > 0022F0A4 00417DD0 (0A1078C0, 00000005, 3D06D731, 00000000) > 0022F124 00417406 (0A0FEDE8, 00000005, 00001058, 006DDD63) > 0022F164 0041692E (0A0FEDE8, 00000004, 0022F1C4, 00418690) > End of stack trace (more stack frames may be present) > > I am certain this probably has nothing to do with Msys, or the construction of make. Am inclined to believe it > might have to do with how the app I am building defaults to Ix386 architecture instead of Ix686 architecture. > > Any other ideas? Is it even remotely possible that Msys version of make is cause of this? > > Thanks, > > Paul G. > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Mingw-msys mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/mingw-msys |