This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Throwing an exception from within a thread causes a bus error



Jay wrote:
>   I have a small program here that tries to throw an exception from within a
> thread.
>   At the point where the exception is thrown I get a Bus Error.
>   I'm running on UnixWare 2.1.2 using g++ 2.95.2 and gas 2.9.1

Did you configure your compiler with --enable-threads?  This is
important.

AG

-- 
Anthony Green                                                        Red Hat
                                                       Sunnyvale, California

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]