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

Re: Octave en Debian



Hola de nuevo.

He tenido que bajarme la versión de Octave de slink, ya que no tengo
libstdc++2.8 (uso la 2.9), pero me da un error al arrancar y seguido me
echa. Este es el error:

sadacia:~# octave
Octave, version 2.0.13.95 (i386-pc-linux-gnu).
Copyright (C) 1996, 1997, 1998 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.
 
error: Segmentation fault -- stopping myself...
error: attempted clean up apparently failed -- aborting...
Aborted
sadacia:~# 

Si hago una traza con 'gdb' me sale esto:

sadacia:/usr/bin# gdb octave
[...]
(no debugging symbols found)...(no debugging symbols found)...
[...]
Octave, version 2.0.13.95 (i386-pc-linux-gnu).
Copyright (C) 1996, 1997, 1998 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.
 
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x404b7233 in __overflow ()
(gdb) back
#0  0x404b7233 in __overflow ()
#1  0x404b4103 in putc ()
#2  0x40441fae in ostream::operator<< ()
#3  0x4009c14a in delete_input_buffer ()
#4  0x40096de1 in yylex ()
#5  0x400ca9e8 in yyparse ()
#6  0x4010fd8c in parse_and_execute ()
#7  0x40110212 in parse_and_execute ()
#8  0x805510f in _start ()
#9  0x8058d32 in main ()
(gdb)  


¿Como puede fallar un ostream? ¿Tendré mal las librerías del sistema? 
La verdad es que estoy teniendo problemas raros de este tipo
últimamente, de manera que estoy envolviéndome en una especie de
paranoya. Es que ya no sé si lo que falla son las librerías o soy yo
(hombre, generalmente suele ser uno mismo el causante de sus males,
¿no?)
¿Alguien tiene alguna sugerencia?

Muchas gracias:

Juan Carlos


Reply to: