Pagina 1 di 1

amsn segmentation fault [RISOLTO]

Inviato: dom 5 nov 2006, 20:42
da Karma
ciao!
ho aggirornato la slackware alla 11.0 con i pacchetti del mirror ufficiale ftp.slackware.com e quelli di slacky.it e adesso quando tento di far partire amsn (installato da slacky.it) mi dà segmentation fault.
Ho controllato tutti i requisiti e sono garantiti, sia pacchetti che versioni, ho provato a reinstallare le glibc e solibs etc...
Facendolo partire con il debugger ottengo:
gdb --args wish /usr/share/amsn/amsn
GNU gdb 6.5
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i486-slackware-linux"...
(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/wish /usr/share/amsn/amsn
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Error while mapping shared library sections:
utils/Tclxml/libTclxml3.1.so: No such file or directory.
Error while reading shared library symbols:
utils/Tclxml/libTclxml3.1.so: No such file or directory.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0xb78f39b3 in sk_pop_free () from /usr/lib/libcrypto.so.0
(gdb)
Quindi ho controllato se le librerie di crypto sono presenti e ci sono:
-rw-r--r-- 1 root root 22292 2006-09-14 09:54 libcrypt.a
lrwxrwxrwx 1 root root 23 2006-11-05 18:48 libcrypt.so -> ../../lib/libcrypt.so.1
-rw-r--r-- 1 root root 22706 2006-09-14 09:54 libcrypt_p.a
-rw-r--r-- 1 root root 2281938 2006-09-29 04:49 libcrypto.a
lrwxrwxrwx 1 root root 14 2006-11-05 11:52 libcrypto.so -> libcrypto.so.0
lrwxrwxrwx 1 root root 18 2006-11-05 11:52 libcrypto.so.0 -> libcrypto.so.0.9.8
-r-xr-xr-x 1 root root 1274696 2006-09-29 04:49 libcrypto.so.0.9.8
Qualcuno ha qualche idea?

Grazie mille!

Karma

Inviato: dom 5 nov 2006, 20:59
da gohanz
Prova a reinstallare le i pacchetti OpenSSL

Inviato: dom 5 nov 2006, 21:44
da Karma
niente da fare, lo fa ancora...
avevo letto che potrebbe dipendere dal fatto che il pacchetto richiede la tk 8.5 e io ho la 8.4, ma mi sembra improbabile... ho provato anche a cambiare lo script di amsn mettendo wish8.4 o wishx invece di wish, ma non è cambiato niente... altre idee? che versione avete di tcl e tk?
Grazie mille per il tentativo comunque!

Karma

Inviato: dom 12 nov 2006, 16:18
da Tas
Avevo il tuo stesso identico problema con un sistema molto simile...ho risolto togliendo il pacchetto tls che avevo installato a mano prima dell'aggiornamento e facendo riscaricare a amsn il suo

Inviato: dom 12 nov 2006, 18:15
da Karma
Grazie mille! Ha funzionato...
Mi diceva che il pacchetto non riusciva a scaricarlo, l'ho scaricato a mano e scompattato in /usr/lib/ e adesso funziona benone!
Grazie davvero, senza amsn ero perso!

Karma