[parisc-linux] new g++/exceptions problem

Paul Bame bame@fc.hp.com
Fri, 15 Jun 2001 18:57:02 -0600


= 
= 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