Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216918 - app-misc/tracker-0.6.6-r1: segfault in trackerd
Summary: app-misc/tracker-0.6.6-r1: segfault in trackerd
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 291501
  Show dependency tree
 
Reported: 2008-04-08 17:08 UTC by Albert Zeyer
Modified: 2009-12-10 23:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Zeyer 2008-04-08 17:08:36 UTC
After a while, I got this:

...
processing email no. 85 / 114
Trying to index mail "email://1108846190.4722.2@acomputer/INBOX/Inbox/Uni/Finnland;uid=116"
file /home/az/.evolution/mail/imap/az@mail.az2000.de/folders/INBOX/subfolders/Inbox/subfolders/Uni/subfolders/Finnland/116. is indexable
service id for EvolutionEmails is 13 and sid is 88196 with mime Evolution/Email
saving email service 13 with uri "email://1108846190.4722.2@acomputer/INBOX/Inbox/Uni/Finnland;uid=116" and subject "Welcome to our stand at Nordic Travel Fair!" from "Bair Travels <office@bair-travels.com>"

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7a26b90 (LWP 20097)]
do_save_ondisk_email_message_for_imap (db_con=0x8131588, mail_msg=0x82df400)
    at tracker-email-evolution.c:2327
2327	tracker-email-evolution.c: No such file or directory.
	in tracker-email-evolution.c
(gdb) bt full
#0  do_save_ondisk_email_message_for_imap (db_con=0x8131588, 
    mail_msg=0x82df400) at tracker-email-evolution.c:2327
	mail_msg_on_disk = (MailMessage *) 0x0
	__PRETTY_FUNCTION__ = "do_save_ondisk_email_message_for_imap"
#1  0x080730b6 in index_mail_messages_by_summary_file (db_con=0x8131588, 
    mail_type=MAIL_TYPE_IMAP, summary_file_path=<value optimized out>, 
    load_meta_header=0x80738a7 <load_summary_file_meta_header_for_imap>, 
    load_mail=0x807544e <load_mail_message_for_imap>, 
    skip_mail=0x8074c52 <skip_mail_message_for_imap>, 
    save_ondisk_mail=0x8071d96 <save_ondisk_email_message_for_imap>)
    at tracker-email-evolution.c:1378
	mail_msg = (MailMessage *) 0x82df400
	str_id = (gchar *) 0x892b3f0 "fabyia"
	i = <value optimized out>
	junk_count = 0
	dir = (
    gchar *) 0x80b0840 "/home/az/.evolution/mail/imap/az@mail.az2000.de/folders/INBOX/subfolders/Inbox/subfolders/Uni/subfolders/Finnland"
	store = (MailStore *) 0x81ce320
	header = (SummaryFileHeader *) 0x81ad878
	mail_count = 85
	delete_count = 0
	summary = (SummaryFile *) 0x8945d10
#2  0x08073614 in evolution_index_file (db_con=0x8131588, info=0x893f008)
    at tracker-email-evolution.c:459
	mbox_file = <value optimized out>
	summary = <value optimized out>
	store = <value optimized out>
	file_name = (gchar *) 0x82dd0e0 "summary"
	__PRETTY_FUNCTION__ = "evolution_index_file"
#3  0x0806f708 in tracker_email_index_file (db_con=0x8131588, info=0x893f008, 
    service=0x80b79e8 "EvolutionEmails") at tracker-email.c:115
	has_been_handled = <value optimized out>
	__PRETTY_FUNCTION__ = "tracker_email_index_file"
#4  0x080528ed in process_files_thread () at trackerd.c:963
	info_tmp = <value optimized out>
	row = <value optimized out>
	res = <value optimized out>
	k = <value optimized out>
	info = (FileInfo *) 0x893f008
	need_index = <value optimized out>
	signal_set = {__val = {2147483647, 4294967294, 
    4294967295 <repeats 30 times>}}
	db_con = (DBConnection *) 0x8112a68
	pushed_events = 1
#5  0xb7d5183e in g_thread_create_proxy (data=0x80ff718) at gthread.c:635
	__PRETTY_FUNCTION__ = "g_thread_create_proxy"
#6  0xb7cb717b in start_thread (arg=0xb7a26b90) at pthread_create.c:296
	__res = <value optimized out>
	__ignore1 = <value optimized out>
	__ignore2 = <value optimized out>
	pd = (struct pthread *) 0xb7a26b90
	now = <value optimized out>
	unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1211342860, 0, 4001536, 
        -1214094152, 2142099127, -1383536969}, mask_was_saved = 0}}, priv = {
    pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
      canceltype = 0}}}
	not_first_call = 0
	robust = <value optimized out>
#7  0xb7c431ae in clone () from /lib/libc.so.6
	fstab_state = {fs_fp = 0x0, fs_buffer = 0x0, fs_mntres = {
    mnt_fsname = 0x0, mnt_dir = 0x0, mnt_type = 0x0, mnt_opts = 0x0, 
    mnt_freq = 0, mnt_passno = 0}, fs_ret = {fs_spec = 0x0, fs_file = 0x0, 
    fs_vfstype = 0x0, fs_mntops = 0x0, fs_type = 0x0, fs_freq = 0, 
    fs_passno = 0}}
	__elf_set___libc_subfreeres_element_fstab_free__ = (
    const void *) 0xb7c7e450
Comment 1 Albert Zeyer 2008-04-08 17:09:37 UTC
az@macbook ~ $ emerge --info
Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo i686)
=================================================================
System uname: 2.6.24-gentoo i686 Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz
Timestamp of tree: Sun, 06 Apr 2008 13:33:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe -ggdb"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=nocona -pipe -ggdb"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms splitdebug unmerge-orphans userfetch"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ ftp://mirror.nutsmaas.nl/gentoo/"
LANG="de_DE.UTF-8"
LINGUAS="de"
MAKEOPTS="-j3"
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/portage/local/private"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="7zip X a52 aac acl acpi alsa amarok amr amuled apm applet atm automount bash-completion berkdb bluetooth bzip2 cairo cdr cli cracklib crypt cups d dbus dedicated deskbar dga dhcp divx dri dv dvd dvdr dvdread dvi eap-tls enblend encode evo exif extra-algorithms fasttrack ffmpeg firefox flac ftp galago gd gdbm german gif glib glitz gnome gnutella gnutls gpm gsf gtk h323 hal haskell hddtemp hfs iconv icu id3 id3tag ieee1394 injection ipv6 irda isdnlog isight java javascript jit jpeg jpeg2k kqemu latex lcms lirc lm_sensors lua lzo macbook mad madwifi maps midi mmap mmx mng mozdevelop mp2 mp3 mp4 mpeg mtp mudflap musicbrainz nautilus ncurses net network networking networkmanager njb nls nptl nptlonly nsplugin ntfs ogg opengl openmp oss pam pascal pch pcre pdf perl pidgin pmu png pnm posix postgres postscript ps python qt3support qt4 quicktime rar rc5 rdesktop readline real realmedia reflection reiser4 reiserfs rtc samba screen sdl sdl-image sdl-sound sdlaudio server session sftp sharedmem sift smp sourceview speex spell spl sse sse2 ssl ssse3 subversion svg tcpd theora threads threadsafe tiff timidity trayicon truetype unicode unzip usb v4l2 valgrind vcd video vorbis weak-algorithms win32codecs wma wxwindows x264 x86 xanim xattr xcomposite xext xine xml xmlreader xorg xrandr xscreensaver xv xvid zip zlib zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" LIRC_DEVICES="inputlirc macmini" USERLAND="GNU" VIDEO_CARDS="i810 vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-12-10 23:21:39 UTC
Tracker 0.6 is gone, 0.7.10 has been added to the tree and live ebuild has been updated to git repository with 0.7 deps. Please give them a shot. I'll start adding back tracker support to apps as patches come in. Thanks for your patience.