Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77630 - Zinf segfaults at startup with hash_table != NULL errors.
Summary: Zinf segfaults at startup with hash_table != NULL errors.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 00:13 UTC by Liam Gilbride
Modified: 2005-01-16 12:32 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 Liam Gilbride 2005-01-12 00:13:11 UTC
Using the latest (and apparently only) available version in portage, zinf-2.2.5-r1. Compiled fine, but won't run. Even running zinf --help prints the usual help message then the same error. I've tried recompiling glib on a whim, but, as expected, no help.

Reproducible: Always
Steps to Reproduce:
1.Run zinf.
Actual Results:  
$ zinf

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_insert: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_insert: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_insert: assertion `hash_table
!= NULL' failed

(<unknown>:15070): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table
!= NULL' failed
Segmentation fault

Expected Results:  
Run normally.

Gentoo Base System version 1.6.8
Portage 2.0.51-r8 (default-linux/x86/2004.0, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-nitro2 i686)
=================================================================
System uname: 2.6.9-nitro2 i686 AMD Athlon(TM) XP 1800+
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jun  7 2004, 11:30:43)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /usr/X11R6/bin/startx /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks prelink sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.ccccom.com http://adelie.polymtl.ca/
ftp://gentoo.ccccom.com ftp://ftp.ussg.iu.edu/pub/linux/gentoo"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/bmg-main /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aalib acl alsa apache2 apm avi berkdb bitmap-fonts
bonobo cdr crypt cups divx4linux doc encode esd fam firebird flac flash
foomaticdb fortran freetype gdbm gif gnutls gphoto2 gpm gstreamer gtk gtk2
imagemagick imlib ipv6 java jpeg junit libwww live mad mikmod mmx mmx2 motif mp3
mpeg mtrr ncurses network nls nptl offensive oggvorbis opengl oss pam pdflib
perl png python quicktime readline real samba sdl slang spell sqlite sse ssl
svga tcltk tcpd tetex tiff truetype xml xml2 xmms xv xvid zlib"
Comment 1 Liam Gilbride 2005-01-16 12:32:57 UTC
Re-emerged all the deps, deleted the ~/.zinf directory and it seems to work fine now.