= = I built apt against the new exception-handling The following shows what appears to be the same problem: $ cat hello.c #include <stdio.h> int main() {printf("hello world\n");} $ g++ -o hello hello.c $ ./hello Bus error $ which makes me think something in the C++ exception initialization is the culprit -- another wild guess