-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Environment:C#, .NET 4.5.
-
Windows
I am having a document containing 13+ array of embedded documents. while updating the document in the array using "Update.Set("Tasks.$.TaskMangerPID", aTaskManagerPID);" make crash MongoDB 2.6.0. and giving error "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."
MongoDB shell creates the dump file( 2 of them) which I am uploading and I am also uploading the document on which I was updating.
I am able get the crash all the time when I run the my own binary from command from. But from debugging from MS-Visual Studio 2012. I am able to run single set command. but crash all the time is I use two set command "var mUpdate = Update.Set("Tasks.$.TaskMangerPID", aTaskManagerPID).Set("Tasks.$.PID", aTaskPID); "
Advice, how to resolve this issue?