RE: c++ exceptions in shared library results in crash

2005-01-13 Thread Rainer Hochreiter
On Thu, 13 Jan 2005 22:23:02 +1300, Danny Smith wrote: > From: "Rainer Hochreiter" > > >> throwing an exception in the shared library results in a core dump of the >> binary executable - but only for the cross-compil

RE: c++ exceptions in shared library results in crash

2005-01-13 Thread Danny Smith
From: "Rainer Hochreiter" > throwing an exception in the shared library results in a core dump of the > binary executable - but only for the cross-compiled version! cygwin and mingw gcc sources contain a local patch

Re: c++ exceptions in shared library results in crash

2005-01-12 Thread Rainer Hochreiter
> Rainer Hochreiter wrote: >> now my problem: >> i created a main program and a shared library, both written in c++, >> where >> the source is parially taken from the "c++ dlopen mini howto". >> >> find the sources in the attachments! >> >> throwing an exception in the shared library results in a

Re: c++ exceptions in shared library results in crash

2005-01-12 Thread Dan Kegel
Rainer Hochreiter wrote: now my problem: i created a main program and a shared library, both written in c++, where the source is parially taken from the "c++ dlopen mini howto". find the sources in the attachments! throwing an exception in the shared library results in a core dump of the binary exe