Robert Ramey wrote:
b) it looks like when an error in libstd++ is encounted - things just
segfault.
The problem is probably that some parts are compiled with _GLIBCXX_DEBUG
defined and some aren't. This will crash. The macro needs to be set
everywhere.