|
firefox 3.0 + flash crashes
Too many of the extensions that I rely on are not available for firefox 3.5beta yet, so I've installed Firefox 3.0 downloaded directly from mozilla, and it mostly works except that any flash objects crash the browser instanteously. I tried with Fedora 10 and it worked fine.
Anyone tried this and seen anything similar?
here's the segfault and strace output just prior to it:
open("/lib/i686/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
munmap(0xe7e47000, 166566) = 0
open("./tls/i686/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./tls/i686/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./tls/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./tls/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./i686/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./i686/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/tls/i686/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/tls/i686/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/tls/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/tls/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/i686/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/i686/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/sse2/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./plugins/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 86
fstat64(86, {st_mode=S_IFREG|0644, st_size=166566, ...}) = 0
mmap2(NULL, 166566, PROT_READ, MAP_PRIVATE, 86, 0) = 0xffffffffe7e47000
close(86) = 0
open("/lib/i686/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
munmap(0xe7e47000, 166566) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
Something is trying to load libcurl 3, and I don't konw if that's causing the munmap to segfault. Fedora 10 didn't have libcurl3 either (just 4) so i don't know for sure what's going on. Any ideas?
|