structured_exception() throw() : exception_pointer(NULL), info("Unknown SEH exception") {} structured_exception(EXCEPTION_POINTERS* ep) throw() : exception_pointer(ep ...
linux下程序刚一运行就报错:Floating point exception。 使用gdb跟踪,在main设置断点,可是刚run起来就出错,连断点没有停止,估计不是程序里面的问题,是不是库的链接问题。程序链接了很多的库。请给位高人指点一下。多谢 ...