On Wed, Aug 12, 2015 at 12:58 PM, Jeffrey Walton <noloa...@gmail.com> wrote:
> The C++ object that uses it is in another translation unit, and it has
> a init_pritority attribute.

File-scope or static C++ objects are the spawn of the devil.
There is no reliable or portable way to control initialization order,
even with init_priority,   See e.g.
http://stackoverflow.com/questions/3371968/attribute-init-priorityx-in-gcc
- Dan

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to