Hello! I have been trying to run galeon-snapshot now for a while. It just segfaults on me.
These are the final lines when I do a strace. open("/usr/lib/mozilla-snapshot/components/libnecko.so", O_RDONLY) = 17 read(17, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\22\1\000"..., 1024) = 1024 fstat64(17, {st_mode=S_IFREG|0644, st_size=801468, ...}) = 0 old_mmap(NULL, 804892, PROT_READ|PROT_EXEC, MAP_PRIVATE, 17, 0) = 0x41354000 mprotect(0x41410000, 34844, PROT_NONE) = 0 old_mmap(0x41410000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 17, 0xbb000) = 0x41410000 close(17) = 0 access("/home/nisse/.galeon-snapshot2/mozilla", F_OK) = 0 stat64("/home/nisse/.galeon-snapshot2/mozilla", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 access("/home/nisse/.galeon-snapshot2/mozilla/galeon", F_OK) = -1 ENOENT (No such file or directory) --- SIGSEGV (Segmentation fault) --- write(3, "\33\2\2\0\0\0\0\0 \0\2\0\0\0\0\0+\0\1\0", 20) = 20 read(3, "\1\1.\0\0\0\0\0\16\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 fork() = 1619 wait4(1619, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0, NULL) = 1619 --- SIGCHLD (Child exited) --- sigreturn() = ? (mask now [SEGV RTMIN]) _exit(1) = ? This error occurs if I alreade have the file there access("/home/nisse/.galeon-snapshot2/mozilla/galeon", F_OK) = 0 --- SIGSEGV (Segmentation fault) --- write(3, "\33\2\2\0\0\0\0\0 \0\2\0\0\0\0\0+\0\1\0", 20) = 20 read(3, "\1\1.\0\0\0\0\0\16\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 fork() = 1785 Whats wrong?? /nisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]