On 1 February 2017 at 02:23, Stefan <luke1...@gmx.de> wrote: > Hi, > [...]
> The case is reproducible with the following code inside a DLL and > executing that from a calling process (a complete repro project is > available on my issue tracker [1]): You have to wait callbacks to finish if thread pool callback resides in DLL, because it could be unloaded before APR will destroy threadpool. -- Ivan Zhakov