This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ exceptions and multithreading


On Fri, 11 Jul 2003 11:52:36 +0200
Øyvind Harboe <oyvind.harboe@zylin.com> wrote:

> I've been trying to find some recent information on C++ exceptions
> under eCos.
> 
> As near as I can tell, they work fine in my app.
> 
> Are there any issues?
> 
> There were some postings about problems with
> eCos and multithreading, but that was a couple of years back.
> 
> Øyvind
> 

Hope for you, but if your C++ application is really multithreaded,
I encourage you in reading the code of the unwinding function (probably
 unwind-sjlj.c) from your gcc's particular revision. You may eventually
discover that this code is not compiled "threaded".

Best regards.

--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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