<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zdima.net &#187; C &amp; C++</title>
	<atom:link href="http://zdima.net/blog/archives/category/soft/dev/c-c/feed" rel="self" type="application/rss+xml" />
	<link>http://zdima.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 11:42:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Compiling on SuSE 10+ (glibc detected invalid pointer during free)</title>
		<link>http://zdima.net/blog/archives/14</link>
		<comments>http://zdima.net/blog/archives/14#comments</comments>
		<pubDate>Tue, 15 May 2007 19:35:37 +0000</pubDate>
		<dc:creator>ZDima</dc:creator>
				<category><![CDATA[C & C++]]></category>

		<guid isPermaLink="false">http://www.zdima.net/blog/archives/14</guid>
		<description><![CDATA[I was trying compile code on SuSE 10.1 and get following error: *** glibc detected *** free(): invalid pointer: 0x081c80f0 *** The solution to move forward is to disable a new feature of GLIBC to verify pointers before free the memory. There is an environment variable MALLOC_CHECK_ that has following recognizable values: 0 &#8212; Do not generate an error message, and do not kill the program 1 &#8212; Generate an error message, but do not kill the program 2 &#8212; Do not generate an error message, but kill the program 3 &#8212; Generate an error message and kill the program [Source]]]></description>
			<content:encoded><![CDATA[<p>I was trying compile code on SuSE 10.1 and get following error:</p>
<p>*** <strong style="color: #ffa34f">glibc</strong> <strong style="color: #ffa34f">detected</strong> *** <strong style="color: #ffa34f">free</strong>(): <strong style="color: #ffa34f">invalid</strong> <strong style="color: #ffa34f">pointer</strong>: 0x081c80f0 ***</p>
<p>The solution to move forward is to disable a new feature of GLIBC to verify pointers before free the memory. There is an environment variable MALLOC_CHECK_ that has following recognizable values:</p>
<p>0 &#8212; Do not generate an error message, and do not kill the program<br />
1 &#8212; Generate an error message, but do not kill the program<br />
2 &#8212; Do not generate an error message, but kill the program<br />
3 &#8212; Generate an error message and kill the program</p>
<p>[<a href="http://forums.gentoo.org/viewtopic-t-460424-view-next.html" title="Information source" target="_blank">Source</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://zdima.net/blog/archives/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

