You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Dániel Bakai (Jira)" <ji...@apache.org> on 2020/02/11 15:21:00 UTC

[jira] [Resolved] (MINIFICPP-1137) rocksdb-enabled Windows builds leak on every thread exit

     [ https://issues.apache.org/jira/browse/MINIFICPP-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dániel Bakai resolved MINIFICPP-1137.
-------------------------------------
    Resolution: Fixed

> rocksdb-enabled Windows builds leak on every thread exit
> --------------------------------------------------------
>
>                 Key: MINIFICPP-1137
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1137
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Dániel Bakai
>            Assignee: Dániel Bakai
>            Priority: Blocker
>             Fix For: 0.8.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> rocksdb::wintlscleanup::WinOnThreadExit, the TLS cleanup callback registed by rocksdb calls rocksdb::port::pthread_getspecific which sets errno that (re)initializes the thread's PTD struct AFTER destroy_fls deallocated it, resulting in the leak.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)