Summary: | www-client/mozilla-firefox-3.0: segfaults when entering something in the input bar | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sebastien Vasey <sebastien.vasey> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | avuton, galtgendo, mg |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
GDB Backtrace
strace log |
Description
Sebastien Vasey
2008-06-19 08:29:57 UTC
Created attachment 157555 [details]
GDB Backtrace
Created attachment 157557 [details]
strace log
Please don't play with the severity. FF 3 is just a few hours in testing and this would be just a major bug, if it were stable. Im getting this same error, but i cant type anything into the address bar without it crashing, unless its in the middle of a address then it seems not to crash. firefox: ./src/vdbemem.c:255: sqlite3VdbeMemFinalize: Assertion `0==(pMem->flags&0x0040) && !pMem->xDel' failed. emerge --info Portage 2.1.5.6 (default-linux/amd64/2007.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.24-gentoo-r8 x86_64) ================================================================= System uname: 2.6.24-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200+ Timestamp of tree: Thu, 19 Jun 2008 16:46:01 +0000 distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r4 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.62 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.4 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe -ggdb" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe -ggdb" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks parallel-fetch sandbox sfperms splitdebug strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="C" LDFLAGS="" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/desktop-effects /usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X aac acl acpi alsa amd64 avahi berkdb cairo cdparanoia cdr cli cracklib crypt cups dbus debug dri dv dvd dvdr dvdread eds emboss encode esd evo fam ffmpeg firefox flac fortran gdbm gif gnome gnome-keyring gnome-print gnutls gpm gstreamer gtk gtkhtml hal iconv ipod ipv6 isdnlog jpeg kerberos ldap libnotify mad midi mikmod mjpeg mmx mono mozdevelop mp3 mpeg mplayer mtp mudflap nautilus ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png pppd python quicktime readline reflection samba sasl sdl session spell spl sse sse2 ssl startup-notification svg tcpd tiff truetype unicode vcd vorbis x264 xine xml xorg xv xvid zeroconf zlib" ALSA_CARDS="emu10k1 usb-audio" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa nv" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I have the same effect though in different source line: firefox: sqlite3.c:37482: sqlite3VdbeMemFinalize: Assertion `0==(pMem->flags&0x0040) && !pMem->xDel' failed. Fixed in xulrunner-1.9-r2 and mozilla-firefox-3.0-r1. Any idea what did cause that problem, cause I can't reproduce it. dev-db/sqlite-3.5.6 USE="doc soundex tcl threadsafe -debug" Same with: dev-db/sqlite-3.5.6 USE="doc soundex tcl threadsafe -debug" I get a feeling, that 'threadsafe' is the requirement. The last comment was about dev-db/sqlite-3.5.9 and no simply switching that use flag is not enough to trigger the crash. However, I still think it's a threading issue. Maybe during build of xulrunner/firefox a check is done for thread safety of sqlite and if it fails, some other code is used, that triggers those crashes ? *** Bug 228513 has been marked as a duplicate of this bug. *** |