<?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: Configure an Apache web server for core dump on segmentation faults</title> <atom:link href="http://www.cyberciti.biz/tips/configure-apache-web-server-for-core-dump.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/configure-apache-web-server-for-core-dump.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: eMPee584</title><link>http://www.cyberciti.biz/tips/configure-apache-web-server-for-core-dump.html#comment-155096</link> <dc:creator>eMPee584</dc:creator> <pubDate>Sun, 18 Apr 2010 20:01:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/configure-an-apache-web-server-for-core-dump-on-segmentation-faults.html#comment-155096</guid> <description>yup, the
ulimit -c unlimited
followed by an apache restart is necessary on many systems. Also, you will very likely have to install debug symbols for your distro (aptitude install apache2-dbg php5-dbg on debian) to get any meaning out of the core file. After doing that, examine it with
gdb apache2 --core /path/to/corefile
a &#039;bt&#039; will give you a backtrace which might tell you where the culprit is.</description> <content:encoded><![CDATA[<p>yup, the<br
/> ulimit -c unlimited<br
/> followed by an apache restart is necessary on many systems. Also, you will very likely have to install debug symbols for your distro (aptitude install apache2-dbg php5-dbg on debian) to get any meaning out of the core file. After doing that, examine it with<br
/> gdb apache2 &#8211;core /path/to/corefile<br
/> a &#8216;bt&#8217; will give you a backtrace which might tell you where the culprit is.</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://www.cyberciti.biz/tips/configure-apache-web-server-for-core-dump.html#comment-146577</link> <dc:creator>Erik</dc:creator> <pubDate>Mon, 05 Jan 2009 22:48:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/configure-an-apache-web-server-for-core-dump-on-segmentation-faults.html#comment-146577</guid> <description>You should also note that people should add the following to their apache init script:
ulimit -c unlimited
My systems have a default core size of 0, which effectively disables coredumps.</description> <content:encoded><![CDATA[<p>You should also note that people should add the following to their apache init script:</p><p>ulimit -c unlimited</p><p>My systems have a default core size of 0, which effectively disables coredumps.</p> ]]></content:encoded> </item> </channel> </rss>
