[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]
[Hilos de Discusión] [Fecha] [Tema] [Autor]Estoy teniendo problemas con estos dos programas, ya que cuando los ejecuto, me dan un error de Segmentation Fault (Core Dumped). Esto se da exactamente igual en ambos programas. Investigando un poco mas, corri el programa gdb sobre los core dumps de los programas y ambos me dieron casi el mismo resultado que aqui transcribo: GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i586-unknown-linux), Copyright 1996 Free Software Foundation, Inc... (no debugging symbols found)... Core was generated by `./netscape'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/X11R6/lib/libXt.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libSM.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libICE.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXmu.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXpm.so.4... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXext.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libX11.so.6... (no debugging symbols found)...done. Reading symbols from /lib/libdl.so.1...(no debugging symbols found)...done. Reading symbols from /lib/libc.so.5...(no debugging symbols found)...done. Reading symbols from /usr/lib/libg++.so.27...done. Reading symbols from /usr/lib/libstdc++.so.27...done. Reading symbols from /usr/lib/libm.so.5...done. Reading symbols from /lib/libc.so.6...done. Reading symbols from /lib/ld-linux.so.2...done. Reading symbols from /lib/ld-linux.so.1...done. #0 0x402dc2bf in __getopt_clean_environment () at getopt_init.c:77 Y luego dice que no existe este ultimo archivo, el getop_init.c. Segun parece el problema esta con la libreria ld-linux.so.1, y ya probe con dos versiones diferentes (la 1.9.6 y la 1.9.9.9) pero con ninguna de las dos funciona. Uso un kernel 2.2.1 con GLIBC 2.0.7. Muchas Gracias! ___________________________________________________________________ Federico Javier Fernandez Avellaneda, Buenos Aires