<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: DUMA Release Date</title>
	<atom:link href="http://blog.airsource.co.uk/index.php/2007/07/13/duma-release-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.airsource.co.uk/index.php/2007/07/13/duma-release-date/</link>
	<description>Code and cogitation on all things mobile</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:56:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: niyang</title>
		<link>http://blog.airsource.co.uk/index.php/2007/07/13/duma-release-date/comment-page-1/#comment-1512</link>
		<dc:creator>niyang</dc:creator>
		<pubDate>Thu, 19 Aug 2010 14:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.airsource.co.uk/index.php/2007/07/13/duma-release-date/#comment-1512</guid>
		<description>where is my comments? i have just posted it right here!
ok ,i write again,
in order to run in c enviorment i changed crt.cpp and crt.hpp to c and h files.and in crt.h i added :#define MALLOC as_malloc and free as well. 
but in debuging i always stopped at here:(DUMA_abort fun)and found the sentence :
address not from DUMA or already freed.i dont know why?is it overrun?i dont think so.
#ifndef WIN32
  /*
   * I use kill(getpid(), SIGILL) instead of abort() because some
   * mis-guided implementations of abort() flush stdio, which can
   * cause malloc() or free() to be called.
   */
  kill(getpid(), SIGILL);
#else
  /* Windows doesn&#039;t have a kill() */
  __asm int 3
  //abort();
#endif
  /* Just in case something handles SIGILL and returns, exit here. */
  __asm int 3
//  _exit(-1);</description>
		<content:encoded><![CDATA[<p>where is my comments? i have just posted it right here!<br />
ok ,i write again,<br />
in order to run in c enviorment i changed crt.cpp and crt.hpp to c and h files.and in crt.h i added :#define MALLOC as_malloc and free as well.<br />
but in debuging i always stopped at here:(DUMA_abort fun)and found the sentence :<br />
address not from DUMA or already freed.i dont know why?is it overrun?i dont think so.<br />
#ifndef WIN32<br />
  /*<br />
   * I use kill(getpid(), SIGILL) instead of abort() because some<br />
   * mis-guided implementations of abort() flush stdio, which can<br />
   * cause malloc() or free() to be called.<br />
   */<br />
  kill(getpid(), SIGILL);<br />
#else<br />
  /* Windows doesn&#8217;t have a kill() */<br />
  __asm int 3<br />
  //abort();<br />
#endif<br />
  /* Just in case something handles SIGILL and returns, exit here. */<br />
  __asm int 3<br />
//  _exit(-1);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

