Hi, today in yum update show this problem: Segmentation fault Any idea about this problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070914/aaf7cca0/attachment.html>
On 9/14/07, Daniel Bruno <danielbrunos at gmail.com> wrote:> Hi, > > today in yum update show this problem: > > Segmentation fault > > Any idea about this problem?Could you provide us a bit more detail please? Which version of centos are you using, and on which architecture? Do you have any additional repositories configured (rpmforge, ATrpms, etc) Have you been messing with python recently? How long has it been since you've rebooted (more than 2 kernel updates)? etc. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Dear Daniel, I can right now define "Segmentation Fault" When a process is trying to exceed the memroy location of what allocated to it, we normally face in this case "segmentation fault". I face this problem, when i run rrd-analyzer.php(jffnms) manually. Regards, Umair Shakil ETD On 9/15/07, Daniel Bruno <danielbrunos at gmail.com> wrote:> > Hi, > > today in yum update show this problem: > > Segmentation fault > > Any idea about this problem? > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070917/093947d5/attachment.html>
umair shakil wrote:> I can right now define "Segmentation Fault" > When a process is trying to exceed the memroy location of what allocated > to it, we normally face in this case "segmentation fault".That is not correct. a segfault is when a process will try to access memory that its not authorised to, eg. trying to write to memory marked read-only is the classic case.