Using sqlite-3.7.6 segfaults firefox-4.0 after a few minutes (using system-sqlite with firefox). Downgrading to sqlite-3.7.5 fixes the issue for me. The archlinux guys solved the problem upgrading to sqlite 3.7.6.1 (see provided URL) Reproducible: Always
So, let's just call it a version bump with critical fix. Most recent now is sqlite 3.7.6.2.
*** Bug 363863 has been marked as a duplicate of this bug. ***
*** Bug 363657 has been marked as a duplicate of this bug. ***
Created attachment 270423 [details] my emerge --info www-client/firefox
Some problem similar to yours. But no errors or segfaults, but run ld /usr/lib64/firefox/firefox get this: ld: error in /usr/lib64/firefox/firefox(.eh_frame); no .eh_frame_hdr table will be created. ld: warning: cannot find entry symbol _start; defaulting to 0000000000401340
Does this bug still occur with dev-db/sqlite-3.7.6.2?
i don't test yet; using gentoo x86_64 ~amd64, and current latest version of sqlite is 3.7.6; waiting for sqlite 3.7.6.2: eix -I sqlite [I] dev-db/sqlite Available versions: (0) 2.8.16-r4!t (3) 3.7.5 (~)3.7.6 {debug doc +extensions +fts3 icu nls +readline secure-delete soundex tcl test +threadsafe unlock-notify}
Synchronize the tree...
Yes, after syncing new version present. Now building sqlite + xulrunner + firefox, wait few minutes...
With dev-db/sqlite-3.7.6.2 works fine! my use flags: [ebuild R ] dev-db/sqlite-3.7.6.2 USE="extensions fts3 icu readline secure-delete threadsafe unlock-notify -debug -doc -soundex -tcl -test" 0 kB [ebuild R ] net-libs/xulrunner-2.0-r1 USE="alsa crashreporter dbus ipc libnotify startup-notification system-sqlite webm -custom-optimization -debug -gconf -wifi" 0 kB [ebuild R ] www-client/firefox-4.0-r3 USE="alsa dbus ipc libnotify startup-notification system-sqlite webm -bindist -custom-optimization -debug -wifi"
(In reply to comment #5) > Some problem similar to yours. > > But no errors or segfaults, but run ld /usr/lib64/firefox/firefox > get this: > > ld: error in /usr/lib64/firefox/firefox(.eh_frame); no .eh_frame_hdr table will > be created. > ld: warning: cannot find entry symbol _start; defaulting to 0000000000401340 why are you attempting to run a linker on an installed file? Did you mean to use ldd?
I also confirm it works with dev-db/sqlite-3.7.6.2. I think this ticket can be closed. Thanks !