I'm cross compiling SOCI (a C++ database lib) for ARM, using
CodeSourcery GCC version 4.4.1.
I've written a small Boost unit test suite for SOCI, which can be seen here:
http://pastebin.ca/1792493
The unit tests run successfully in the debug build, but crashes in the
release build with the following text:
http://pastebin.ca/1792497
Program received signal SIGSEGV, Segmentation fault.
in std::operator+<char, std::char_traits<char>, std::allocator<char> > ()
I'm not entirely sure if this issue lies in SOCI or in the libs that
ship with CodeSourcery, so if anyone can shine any light on that I'd
appreciate it.