andras98
19.02.04, 21:25
Hi,
Ich merke in den letzten Tagen, das Programme die frueher einwandfrei funktioniert haben, in letzter Zeit nicht mehr starten und mit einem Speicherzugriffsfehler quittieren. Ich benutze Suse 9.0 und lade regelmaessig die Updates runter. Kann es sein, dass da eine Library oder so eine alte ueberschrieben hat und dann dynamisch gelinkte Programme den Dienst verweigern? Klar, ist eine wilde Vermutung aber ich versteh nicht, warum sonst auf einmal ein Programm nicht mehr geht ...
lg,
andreas
PS: ein "strace pan" sagt mir bspw.
access("/home/andreas/.pan/joplin_sub.idx", F_OK) = 0
access("/home/andreas/.pan/joplin_unsub.idx", F_OK) = -1 ENOENT (No such file or directory)
gettimeofday({1077221843, 743514}, NULL) = 0
access("/home/andreas/.pan/joplin_sub.idx", F_OK) = 0
access("/home/andreas/.pan/joplin_unsub.idx", F_OK) = -1 ENOENT (No such file or directory)
open("/home/andreas/.pan/joplin_sub.idx", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=3100, ...}) = 0
read(8, "13\n50\n0\n17\n-1\n-1\n-1\n-1\n-1\n-1\n2\n3"..., 3100) = 3100
close(8) = 0
open("/home/andreas/.pan/joplin_sub.dat", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=3148, ...}) = 0
read(8, "at.tuwien.admins\0Forum fuer EDV-"..., 3148) = 3148
close(8) = 0
gettimeofday({1077221843, 745690}, NULL) = 0
time(NULL) = 1077221843
brk(0) = 0x82ce000
brk(0x82ef000) = 0x82ef000
brk(0) = 0x82ef000
brk(0) = 0x82ef000
brk(0x82ee000) = 0x82ee000
brk(0) = 0x82ee000
gettimeofday({1077221843, 756982}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Ich merke in den letzten Tagen, das Programme die frueher einwandfrei funktioniert haben, in letzter Zeit nicht mehr starten und mit einem Speicherzugriffsfehler quittieren. Ich benutze Suse 9.0 und lade regelmaessig die Updates runter. Kann es sein, dass da eine Library oder so eine alte ueberschrieben hat und dann dynamisch gelinkte Programme den Dienst verweigern? Klar, ist eine wilde Vermutung aber ich versteh nicht, warum sonst auf einmal ein Programm nicht mehr geht ...
lg,
andreas
PS: ein "strace pan" sagt mir bspw.
access("/home/andreas/.pan/joplin_sub.idx", F_OK) = 0
access("/home/andreas/.pan/joplin_unsub.idx", F_OK) = -1 ENOENT (No such file or directory)
gettimeofday({1077221843, 743514}, NULL) = 0
access("/home/andreas/.pan/joplin_sub.idx", F_OK) = 0
access("/home/andreas/.pan/joplin_unsub.idx", F_OK) = -1 ENOENT (No such file or directory)
open("/home/andreas/.pan/joplin_sub.idx", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=3100, ...}) = 0
read(8, "13\n50\n0\n17\n-1\n-1\n-1\n-1\n-1\n-1\n2\n3"..., 3100) = 3100
close(8) = 0
open("/home/andreas/.pan/joplin_sub.dat", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=3148, ...}) = 0
read(8, "at.tuwien.admins\0Forum fuer EDV-"..., 3148) = 3148
close(8) = 0
gettimeofday({1077221843, 745690}, NULL) = 0
time(NULL) = 1077221843
brk(0) = 0x82ce000
brk(0x82ef000) = 0x82ef000
brk(0) = 0x82ef000
brk(0) = 0x82ef000
brk(0x82ee000) = 0x82ee000
brk(0) = 0x82ee000
gettimeofday({1077221843, 756982}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++