Subject: Re: [boost] [interprocess] Crash of singleton_module in Windows
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-01-12 16:44:27


El 12/01/2012 21:41, JOAQUIN M. LOPEZ MUÑOZ escribió:
> Steps to reproduce the problem:
>
> * Create singleton_dll.dll.
> * Create singleton_exe.exe, which uses singleton_dll.dll.
> * Run. On exit, an access violation happens.
>
> Seemingly, the problem happens when two different singletons are
> created, one in the main executable and the other in a DLL. If both
> singletons are created in the same module everything's OK, though.

Do you know if this appeared in Boost 1.48?

Best,

Ion