We have a static map which is defined in the static library.
This static library is linked to a dynamic library.
The executable links static library as well as the above dynamic library.
Two questions?
a) Is the static library code duplicated?
b) Will there be multiple copies of the static map defined in the static library? (Can this lead to crash at the time of exit of the executable)