This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Program abort and dlopen()


On Mon, Jun 03, 2002 at 11:15:34AM -0700, Bill Moseley wrote:
> My primary question is: does libstdc++ call dlopen() during an exception,
> or does it call any functions that might cause dlopen() to be called?

No and no.  libstdc++ is self-contained.  (Well, it depends on libc.)


> My secondary question is: how do I debug this problem?

Search the mail archives for RTLD_NOW and RTLD_LAZY.  There are some loader
flags that will cause some C++ features to simply not work in a sane manner.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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