Node crashing with typeinfo for boost:io:basic_altstringbuf error
In GDB, I see "SIGSEGV" signal received and then the following output
0x00000000004603e0 in typeinfo for boost::io::basic_altstringbuf<char, std::char_traits<char>, std::allocator<char> > ()
A node handle is declared elsewhere and set via an accessor in the class where this crash is occuring. The code leading up to the line where crash occurs is creating a publisher object using that node handle. Once the publisher is created, a function is called and passed that publisher object by reference
Logging statements before the function call that is crashing show that the all the objects involved appear to be valid.
Any hints/ideas what this error means or how to debug this?