<?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>nixCraft &#187; segmentation fault</title> <atom:link href="http://www.cyberciti.biz/tips/tag/segmentation-fault/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</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, 03 Feb 2012 22:45:35 +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>Test and Troubleshoot Chrooted Apache Jail</title><link>http://www.cyberciti.biz/tips/test-and-troubleshoot-chrooted-apache-jail.html</link> <comments>http://www.cyberciti.biz/tips/test-and-troubleshoot-chrooted-apache-jail.html#comments</comments> <pubDate>Mon, 22 Dec 2008 13:30:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache chroot]]></category> <category><![CDATA[apache chroot jail]]></category> <category><![CDATA[apache error log]]></category> <category><![CDATA[apache in chroot]]></category> <category><![CDATA[apache mod_chroot]]></category> <category><![CDATA[apache2 chroot]]></category> <category><![CDATA[chroot apache php]]></category> <category><![CDATA[chroot environment]]></category> <category><![CDATA[chrooted apache]]></category> <category><![CDATA[debian apache chroot]]></category> <category><![CDATA[freebsd chroot apache]]></category> <category><![CDATA[gdb]]></category> <category><![CDATA[how to chroot apache]]></category> <category><![CDATA[mail function]]></category> <category><![CDATA[mail smtp]]></category> <category><![CDATA[openbsd apache chroot]]></category> <category><![CDATA[segmentation fault]]></category> <category><![CDATA[smarthost]]></category> <category><![CDATA[ssmtp]]></category> <category><![CDATA[troubleshooting tips]]></category> <category><![CDATA[ubuntu chroot apache]]></category> <category><![CDATA[unix socket]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4085</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/apache' title='See all Apache Webserver related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif' border='0' /></a></div> This is 3rd and the final installment for Apache Chroot Jail for CentOS / RHEL series. Once Apache is configured with mod_chroot, you may need to test and debug problems. This article will provide a few troubleshooting tips.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/test-and-troubleshoot-chrooted-apache-jail.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Troubleshooting Lighttpd Chrooted RedHat PHP Version 5.1.6-20.el5_2.1</title><link>http://www.cyberciti.biz/tips/lighttpd-chrooted-redhat-php-516-20el5_21.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-chrooted-redhat-php-516-20el5_21.html#comments</comments> <pubDate>Wed, 01 Oct 2008 08:14:35 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[centos 5]]></category> <category><![CDATA[chroot lighttpd]]></category> <category><![CDATA[install lighttpd]]></category> <category><![CDATA[lighttpd fastcgi]]></category> <category><![CDATA[lighttpd php chroot]]></category> <category><![CDATA[rhel lighttpd chroot]]></category> <category><![CDATA[segfault]]></category> <category><![CDATA[segmentation fault]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2993</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/lighttpd' title='See all Lighttpd related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/light_logo.png' border='0' /></a></div> It appears that latest php version 5.1.6-20.el5_2.1 under RHEL / CentOS Linux v5.2 has made some major changes. As a result choort jail setup using <a
href="http://www.cyberciti.biz/tips/centos-rhel-lighttpd-chroot-jail-installation-howto.html">previous instructions</a> no longer works. PHP is crashing with <a
href="http://www.cyberciti.biz/tips/segmentation-fault-on-linux-unix.html">segmentation fault errors</a>. So I had to trace php errors using <a
href="http://www.cyberciti.biz/tips/linux-strace-command-examples.html">strace command</a>. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-chrooted-redhat-php-516-20el5_21.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why Does The Segmentation Fault Occur on Linux / UNIX Systems?</title><link>http://www.cyberciti.biz/tips/segmentation-fault-on-linux-unix.html</link> <comments>http://www.cyberciti.biz/tips/segmentation-fault-on-linux-unix.html#comments</comments> <pubDate>Fri, 12 Sep 2008 05:52:41 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[C Programming]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[abnormal termination]]></category> <category><![CDATA[buggy program]]></category> <category><![CDATA[dependencies]]></category> <category><![CDATA[faulty memory]]></category> <category><![CDATA[file signal]]></category> <category><![CDATA[gcc segmentation fault]]></category> <category><![CDATA[logical errors]]></category> <category><![CDATA[memory location]]></category> <category><![CDATA[null pointer]]></category> <category><![CDATA[segmentation fault]]></category> <category><![CDATA[strace]]></category> <category><![CDATA[working memory]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2891</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/troubleshooting' title='See all Troubleshooting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> An error in which a running program attempts to access memory not allocated to it and core dumps with a segmentation violation error. Here are few tips to track down "Segmentation Fault" error under UNIX / Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/segmentation-fault-on-linux-unix.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>valgrind &#8211; Linux Tools For Debugging And Profiling Programs ( bug reporting tool )</title><link>http://www.cyberciti.biz/tips/valgrind-linux-debugging-profiling-bugreporting.html</link> <comments>http://www.cyberciti.biz/tips/valgrind-linux-debugging-profiling-bugreporting.html#comments</comments> <pubDate>Tue, 15 Apr 2008 20:21:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[check option]]></category> <category><![CDATA[debugging]]></category> <category><![CDATA[leak check]]></category> <category><![CDATA[memcheck]]></category> <category><![CDATA[memory checker.instant memory]]></category> <category><![CDATA[memory error]]></category> <category><![CDATA[memory leaks]]></category> <category><![CDATA[memory management]]></category> <category><![CDATA[quality tools]]></category> <category><![CDATA[segmentation fault]]></category> <category><![CDATA[using valgrind]]></category> <category><![CDATA[valgrind command]]></category> <category><![CDATA[valgrind memory]]></category> <category><![CDATA[valgrind tutorial]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2202</guid> <description><![CDATA[Few days back I wrote about strace tool for reporting and finding bug in program. Today I'm going to talk about another interesting tool called valgrind. Valgrind is a flexible program for debugging and profiling Linux executables. It consists of a core, which provides a synthetic CPU in software, and a series of "tools", each [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/valgrind-linux-debugging-profiling-bugreporting.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
