vcash icon indicating copy to clipboard operation
vcash copied to clipboard

Node crash with 'std::length_error'

Open whphhg opened this issue 7 years ago • 2 comments

It has happened a couple of times now that one of my nodes crashed with the following error.

terminate called after throwing an instance of 'std::length_error'
what():  basic_string::_M_create

Has anyone else had this issue?

whphhg avatar Aug 19 '17 09:08 whphhg

Issue is in coin/include/coin/rpc_json_parser.hpp. Not sure which basic_string is triggering the error however, as it's used more than once. I'd have to try and follow the logic to see where the error occurs.

Do you have more error logs?

edit: It could technically also come from a dependency that uses std::basic_string.

sum01 avatar Jan 30 '18 07:01 sum01

If I remember correctly the above error was logged to the console and there was nothing besides the usual [INFO] that was in debug.log so I didn't think to make a copy.

whphhg avatar Jan 30 '18 15:01 whphhg