<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 117: Access violation on shutdown</title><link href="https://sourceforge.net/p/log4cpp/bugs/117/" rel="alternate"/><link href="https://sourceforge.net/p/log4cpp/bugs/117/feed.atom" rel="self"/><id>https://sourceforge.net/p/log4cpp/bugs/117/</id><updated>2008-09-17T15:40:24Z</updated><subtitle>Recent changes to 117: Access violation on shutdown</subtitle><entry><title>Access violation on shutdown</title><link href="https://sourceforge.net/p/log4cpp/bugs/117/" rel="alternate"/><published>2008-09-17T15:40:24Z</published><updated>2008-09-17T15:40:24Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net8e152785119d99acf85f8ec09ccf09d79109e9ec</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The static variable _appenderMapMutex (contained in Appender.cpp) is being destroyed before the static instance of HierarchyMaintainer at program shutdown.&lt;/p&gt;
&lt;p&gt;When the instance of HierarchyMaintainer is destructed it causes _removeAppender (in ~Appender) to be called. This causes an access violation when it tries to lock _appenderMapMutex (since _appenderMapMutex was destructed before HierarchyMaintainer).&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>