boost.asio Bus error on g++ 4.5 / Mac OS X 10.5.6
Hi!
For some reason very simple program crashes with Bus error. code is
---------------------------
#include <iostream>
#include ::~service_id ()
Previous frame inner to this frame (gdb could not unwind past this frame) Situation is that I'm building with g++4.5 installed from macports, with
--std=c++0x, but boost itself was built with regular gcc 4.0.1.
4.5 version located at /opt/local/* , boost located at /usr/local/*.
How could it happen that asio library destroys something even before my code
is reached? No library initialization involved.
Thanks in advance!
participants (1)
-
Orca X