From: Vincent Penquerc'h <Vin...@ar...> - 2003-06-19 09:15:19
|
> _GLOBAL__I__ZN12MyApp4_ptrE is not in your code, so there's a good(?) > chance it's not your fault. It looks very much like "static MyApp* _ptr;" to me... The occurence of (/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/g++-v3/bits/stl_set.h:102) could hint at a bug in the ctor of MyApp which would wrongly use a std::set object ? -- Vincent Penquerc'h |