为了账号安全,请及时绑定邮箱和手机立即绑定

mongoDB c++ 更新插入数据时BSONObjBuilder对象在函数返回时出错

mongoDB c++ 更新插入数据时BSONObjBuilder对象在函数返回时出错

C++
斯蒂芬大帝 2018-10-29 09:09:05
 BSONObjBuilder data; data.append("Date",newtime); data.append("OpenPrice",strOpenPrice); data.append("HighPrice",HighPrice); data.append("LowPrice",LowPrice); data.append("ClosePrice",ClosePrice); data.append("AvgPrice",strAvgPrice); data.append("Amount",strAmount); data.append("Hold",strHold); BSONObjBuilder builder; builder.append("$set",data.obj()); conn.update(ns,condition,builder.obj(),true,true);函数里这段代码执行完以后当函数返回时报错:Run-Time Check Failure #2 - Stack around the variable 'builder' was corrupted.Run-Time Check Failure #2 - Stack around the variable 'data' was corrupted.
查看完整描述

2 回答

?
慕的地6264312

TA贡献1817条经验 获得超6个赞

您好,您的堆栈被破坏了,重新弄一下就好了~~

查看完整回答
反对 回复 2018-11-03
  • 2 回答
  • 0 关注
  • 1037 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信