[C++-sig] Re: exceptions and multiple modules

Ralf W. Grosse-Kunstleve rwgk at yahoo.com
Wed Jul 23 12:26:39 CEST 2003


--- greg Landrum <greglandrum at mindspring.com> wrote:
> At 06:44 PM 7/22/2003, David Abrahams wrote:
> > > I get the dreaded "RuntimeError: unidentifiable C++ exception"
> > >
> > > Any ideas as to what might be going on here?
> >
> >Yeah, some.  Could you try the enclosed patch and see whether it
> >helps?
> 
> Yep, that cleared it right up.  Thanks Dave!

Dave, does your trick with the virtual function eliminate the need to use
RTLD_GLOBAL?

This is what I mean:

  if (sys.platform == "linux2"):
    previous_dlopenflags = sys.getdlopenflags()
    sys.setdlopenflags(0x100|0x2)

Ralf


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com




More information about the Cplusplus-sig mailing list