[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

VIOLACION DE SEGMENTO



Tengo un serio problema con mi Servidor que corre bajo Centos5; ya que al ejecutar comandos como rpm, tar, vi  (y otros que todavia no he descubierto) me arrojan el siguiente error:
 
[root@lifca000s ~]# rpm -ivh paquete.rpm
Violacion de segmento
[root@lifca000s ~]#
 
 He analizado el error con el comando strace y el resultado es el siguiente.
 

25761 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7ef66e0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0

25761 mprotect(0x68d000, 4096, PROT_READ) = 0

25761 mprotect(0x693000, 4096, PROT_READ) = 0

25761 mprotect(0x912000, 4096, PROT_READ) = 0

25761 mprotect(0x6aa000, 4096, PROT_READ) = 0

25761 mprotect(0x660000, 8192, PROT_READ) = 0

25761 mprotect(0x520000, 4096, PROT_READ) = 0

25761 mprotect(0xa20000, 12288, PROT_READ) = 0

25761 munmap(0xb7efb000, 97147) = 0

25761 set_tid_address(0xb7ef6728) = 25761

25761 set_robust_list(0xb7ef6730, 0xc) = 0

25761 rt_sigaction(SIGRTMIN, {0x69b3b0, [], SA_SIGINFO}, NULL, 8) = 0

25761 rt_sigaction(SIGRT_1, {0x69b2c0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0

25761 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0

25761 getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0

25761 uname({sys="Linux", node="webdrp", ...}) = 0

25761 futex(0xa264fc, FUTEX_WAKE, 2147483647) = 0

25761 brk(0) = 0x9554000

25761 brk(0x9575000) = 0x9575000

25761 access("/etc/selinux/", F_OK) = 0

25761 open("/etc/selinux/config", O_RDONLY|O_LARGEFILE) = 3

25761 fstat64(3, {st_mode=S_IFREG|0644, st_size=447, ...}) = 0

25761 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f12000

25761 read(3, "# This file controls the state o"..., 4096) = 447

25761 read(3, "", 4096) = 0

25761 close(3) = 0

25761 munmap(0xb7f12000, 4096) = 0

25761 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3

25761 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0

25761 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f12000

25761 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 4096) = 609

25761 read(3, "", 4096) = 0

25761 close(3) = 0

25761 munmap(0xb7f12000, 4096) = 0

25761 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

25761 +++ killed by SIGSEGV +++

 

 

 

Por Favor si me alguien me puede ayudar ya que mi Servidor esta en Produccion y es un Servidor Web que corre bajo Apache, PHP y mysql. O Tal vez Habra uba forma de clonar todo el Sistema y solucionar el problema, o sino si alguien me puede ayudar con restaurar una base datos en mysql.

Saludos y muchas gracias

 

 

 

Jose Carlos Aldana

 

 


Reply to: