BUG记录
1. Invalid parameter passed to C runtime function(传递给C运行时函数的无效参数).
异常描述:程序启动后 一段时间 就会弹出改异常
异常解决:还未解决
2.error: cannot open output file debug\My_Img.exe: Permission denied
(错误:无法打开输出文件调试\My_Img。exe:拒绝访问)
异常描述:不能启动一个新的程序
异常解决:ctrl + alt + del 打开任务管理器 --> 进程
发现自己的项目已经在运行了 ,所以这个时候 关闭进程 重新ctrl+r 编译运行就好了
3.terminate called after throwing an instance of 'std::bad_alloc’程序运行中报错
异常描述:
在console中抛出异常信息:
terminate called after throwing an instance of ‘std::bad_alloc’
what(): std::bad_alloc
terminate called recursively(终止递归调用)
terminate called recursively
terminate called recursively
terminate called recursively
异常解决:未解决