Please sent all messages bounded as a tree. A cover message should include issue description See some comment bellow. On Wednesday, March 28, 2018 11:06:10 AM MSK Ilya Markov wrote: > - if (log->type != SAY_LOGGER_FILE) { > + if (pm_atomic_load(&log->type) != SAY_LOGGER_FILE) > return 0; I am not sure you really need to use atomic. What the case you are trying to fix?