Hello Dears
I m using mingw for windows..... make v3.79
when i build some application in release mode it works fine but if i build
this in Debug mode it crashes with error given below..
ERROR:
make -k clean all
0 [main] make 2344 handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
704 [main] make 2344 open_stackdumpfile: Dumping stack trace to
make.exe.stackdump
Build complete for project wxWidgetsBasePrj
and make.exe.stachdup file contains followings
Make.exe.stachdup:
MSYS-1.0.10 Build:2004-03-15 07:17
Exception: STATUS_ACCESS_VIOLATION at eip=0040E7CD
eax=0A011470 ebx=00000000 ecx=000000DB edx=00000026 esi=0A031000
edi=00000025
ebp=0022FD44 esp=0022F3BC program=c:\msys\1.0\bin\make.exe
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame Function Args
0022FD44 0040E7CD (00000004, 0A011618, 0A0103E8, 00000000)
0022FE60 71004F68 (710057E8, 00000000, 00000000, 81067DD0)
0022FF30 710051B1 (00000000, 00000000, 8054C240, F57C0C5C)
0022FF50 7100581C (00000000, 710A5320, 00000000, FFFFFFF8)
0022FF90 004204E3 (0040E454, 8053D16F, 00000001, 00000000)
0022FFC0 0040103D (00000000, 00000000, 7FFDF000, F57C0CF0)
0022FFF0 77E814C7 (00401000, 00000000, 78746341, 00000020)
End of stack trace
pls check if some one can help me ...
|