[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Loading multiple copies of libstdc++
From: |
hemant . ritu |
Subject: |
Loading multiple copies of libstdc++ |
Date: |
Fri, 18 Apr 2008 23:57:20 -0700 (PDT) |
User-agent: |
G2/1.0 |
We have a C application that dynamically loads twoo different C++
shared libraries. However, these two C++ shared libraries explicitly
load exactly same version of libstdc++ but from different locations.
Thus, the C application ends up loading multiple copies of the same
version of libstdc++. We would like to know if this can potentially
cause an issue due to run-time shared data for exceptions etc. Thanx.
- Loading multiple copies of libstdc++,
hemant . ritu <=