tags:

views:

14

answers:

0
0  00000000 __Static_initialization_and_destruction_0(__initialize_p=1,__priority=65535)
1  0054F273 global constructors keyed t _ZN6Assimp18ObjFileMtlImporterC2ERSt6vectorIcSaIcEERKSsPNS_7ObjFile5ModelE()
2  00553B62 __do_global_ctros()
3  00000000 0x00401095 in __mingw_CRTStartup()
4  00000000 0x00401148 in mainCRTStartup()

I'm using assimp in my program, and when I started Codeblocks this started happening when I debug. If I hit continue it just goes through random Assimp functions giving the same error. Not debugging works fine, the program runs. I've tried recompiling Assimp, cleaning, removing all breakpoints, reboots, restarting code::blocks, etc., and I cant figure out whats going on.