Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363969 - dev-db/sqlite-3.7.6 : segfaults firefox-4.0
Summary: dev-db/sqlite-3.7.6 : segfaults firefox-4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Arfrever Frehtes Taifersar Arahesis (RETIRED)
URL: https://bbs.archlinux.org/viewtopic.p...
Whiteboard:
Keywords:
: 363657 363863 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-17 20:52 UTC by Emmanuel Andry
Modified: 2011-04-19 20:08 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
my emerge --info www-client/firefox (firefox-info.txt,5.51 KB, text/plain)
2011-04-18 17:51 UTC, Grigoriy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Andry 2011-04-17 20:52:10 UTC
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
Comment 1 Rafał Mużyło 2011-04-17 21:29:31 UTC
So, let's just call it a version bump with critical fix.
Most recent now is sqlite 3.7.6.2.
Comment 2 Jory A. Pratt gentoo-dev 2011-04-18 03:56:50 UTC
*** Bug 363863 has been marked as a duplicate of this bug. ***
Comment 3 Jory A. Pratt gentoo-dev 2011-04-18 11:58:30 UTC
*** Bug 363657 has been marked as a duplicate of this bug. ***
Comment 4 Grigoriy 2011-04-18 17:51:58 UTC
Created attachment 270423 [details]
my emerge --info www-client/firefox
Comment 5 Grigoriy 2011-04-18 17:54:28 UTC
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
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-18 19:00:41 UTC
Does this bug still occur with dev-db/sqlite-3.7.6.2?
Comment 7 Grigoriy 2011-04-18 20:11:20 UTC
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}
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-18 20:16:30 UTC
Synchronize the tree...
Comment 9 Grigoriy 2011-04-18 20:18:54 UTC
Yes, after syncing new version present. Now building sqlite + xulrunner + firefox, wait few minutes...
Comment 10 Grigoriy 2011-04-18 20:25:31 UTC
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"
Comment 11 Jory A. Pratt gentoo-dev 2011-04-19 03:31:36 UTC
(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?
Comment 12 Emmanuel Andry 2011-04-19 08:29:41 UTC
I also confirm it works with dev-db/sqlite-3.7.6.2.
I think this ticket can be closed.

Thanks !