<?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>@masuidrive blog &#187; nodejs</title>
	<atom:link href="http://blog.masuidrive.jp/index.php/category/javascript/nodejs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.masuidrive.jp</link>
	<description>life with open sources.</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:37:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>nodejs本体をdebugする方法</title>
		<link>http://blog.masuidrive.jp/index.php/2010/03/10/nodejs%e6%9c%ac%e4%bd%93%e3%82%92debug%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/</link>
		<comments>http://blog.masuidrive.jp/index.php/2010/03/10/nodejs%e6%9c%ac%e4%bd%93%e3%82%92debug%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:42:40 +0000</pubDate>
		<dc:creator>masuidrive</dc:creator>
				<category><![CDATA[nodejs]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[node]]></category>

		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=371</guid>
		<description><![CDATA[　nodejsでsegmentation faultが出た場合は、下記のようにdebug付きnodeをコンパイルして、gdbで実行。 (extract source code) ./configure --debug &#038;&#038; make gdb --args ./node_g myscript.js run (make it crash) backtrace via Segmentation Fault, how to debug? &#8211; nodejs &#124; Google Groups.]]></description>
			<content:encoded><![CDATA[				<p>　<a href="http://nodejs.org/">nodejs</a>でsegmentation faultが出た場合は、下記のようにdebug付きnodeをコンパイルして、gdbで実行。</p>
				<pre><code>(extract source code)
./configure --debug &#038;&#038; make
gdb --args ./node_g myscript.js
run
(make it crash)
backtrace</code></pre>
				<p>via <a href="http://groups.google.com/group/nodejs/browse_thread/thread/e206075b03677a91/99a3982b2722f5e0?show_docid=99a3982b2722f5e0">Segmentation Fault, how to debug? &#8211; nodejs | Google Groups</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.masuidrive.jp/index.php/2010/03/10/nodejs%e6%9c%ac%e4%bd%93%e3%82%92debug%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>[メモ] サーバサイドJavascriptのNode.jsをOSXにインストールする。</title>
		<link>http://blog.masuidrive.jp/index.php/2010/02/10/install-nodejs-to-osx/</link>
		<comments>http://blog.masuidrive.jp/index.php/2010/02/10/install-nodejs-to-osx/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:33:41 +0000</pubDate>
		<dc:creator>masuidrive</dc:creator>
				<category><![CDATA[nodejs]]></category>

		<guid isPermaLink="false">http://blog.masuidrive.jp/?p=323</guid>
		<description><![CDATA[　自分メモ。Node.jsを、OSX上にインストールする。 node.jsのインストール curl -O http://s3.amazonaws.com/four.livejournal/20100209/node-v0.1.28.tar.gz tar xfz node-v0.1.28.tar.gz cd node-v0.1.28 ./configure make sudo make install dbslayerのインストール (要MacPorts) sudo port install apr apr-util db46 curl -O http://code.nytimes.com/downloads/dbslayer-beta-12.tgz tar xfz dbslayer-beta-12.tgz cd dbslayer ./configure make sudo make install]]></description>
			<content:encoded><![CDATA[				<p>　自分メモ。<a href="http://nodejs.org">Node.js</a>を、OSX上にインストールする。</p>
				<h2>node.jsのインストール</h2>
				<pre>
curl -O http://s3.amazonaws.com/four.livejournal/20100209/node-v0.1.28.tar.gz
tar xfz node-v0.1.28.tar.gz
cd node-v0.1.28
./configure
make
sudo make install
</pre>
				<h2>dbslayerのインストール (要MacPorts)</h2>
				<pre>
sudo port install apr apr-util db46

curl -O  http://code.nytimes.com/downloads/dbslayer-beta-12.tgz
tar xfz dbslayer-beta-12.tgz
cd dbslayer
./configure
make
sudo make install
</pre>
				<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?o=9&amp;p=8&amp;l=as1&amp;asins=4873113296&amp;t=masuidriveblo-22&amp;IS1=1&amp;fc1=666666&amp;lc1=6666FF&amp;bg1=FFFFFF&amp;lt1=_blank&amp;bc1=FFFFFF&amp;npa=1&amp;f=ifr" style="width: 120px; height: 240px;" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.masuidrive.jp/index.php/2010/02/10/install-nodejs-to-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

