<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 117: Access violation on shutdown</title><link>https://sourceforge.net/p/log4cpp/bugs/117/</link><description>Recent changes to 117: Access violation on shutdown</description><atom:link href="https://sourceforge.net/p/log4cpp/bugs/117/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 17 Sep 2008 15:40:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/log4cpp/bugs/117/feed.rss" rel="self" type="application/rss+xml"/><item><title>Access violation on shutdown</title><link>https://sourceforge.net/p/log4cpp/bugs/117/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 17 Sep 2008 15:40:24 -0000</pubDate><guid>https://sourceforge.net8e152785119d99acf85f8ec09ccf09d79109e9ec</guid></item></channel></rss>