Normally when FieldServer.exe crashes it will provide dump file to see what could go wrong in source code which file, method and line no.
but in this time is nothing but this
<timestamp>133163096568520000</timestamp>
<error> <what>ACCESS_VIOLATION</what>
<process> <name>FieldServer.exe</name> <id>6972</id> </process>
<module>XXX\Server\FieldServer.exe</module>
<address>0023:0050DCE5</address>
<function>
<name>boost::archive::detail::iserializer<boost::archive::binary_iarchive,DayN>::load_object_data</name> <offset>642661</offset>
</function>
<file></file>
<line> <number>
</number>
<offset></offset>
</line> </error>
boost::archive::detail::iserializer<boost::archive::binary_iarchive,DayN>::load_object_data
I don't know how to prevent this ACCESS_VIOLATION



Reply With Quote

