Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2002 18:09:31 -0800 (PST)
From:      Mark Miller <joup@bigfoot.com>
To:        freebsd-questions@freebsd.org
Subject:   gtk apps segfaulting
Message-ID:  <20020212173403.L78979-100000@soda.csua.berkeley.edu>

next in thread | raw e-mail | index | archive | help

Hello,

I'm running 4.5 and I've been trying to install get some gtk apps running
from ports, all of which segfault immediately on startup-- gaim, xsane,
xscanimage.  All of these are the most current available from ports, and
they all crash.

Other similar apps do work though-- Abiword & gimp work fine.

When I do a backtrace on the core files, I get the following:

gaim
#0  0x285187eb in strncmp () from /usr/lib/libc_r.so.4
#1  0x2888248c in __DTOR_END__ () from /usr/compat/linux/lib/libc.so.6
#2  0x287abffa in _init (arg=0x28125b2c) at ../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x28116aeb in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x2811591e in _rtld () from /usr/libexec/ld-elf.so.1

xsane
#0  0x28446f3f in strncmp () from /usr/lib/libc.so.4
#1  0x285a048c in __DTOR_END__ () from /usr/compat/linux/lib/libc.so.6
#2  0x284c9ffa in _init (arg=0x280bfb2c) at ../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x280b0aeb in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x280af91e in _rtld () from /usr/libexec/ld-elf.so.1

xscanimage
#0  0x28380f3f in strncmp () from /usr/lib/libc.so.4
#1  0x284da48c in __DTOR_END__ () from /usr/compat/linux/lib/libc.so.6
#2  0x28403ffa in _init (arg=0x2806ab2c) at ../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x2805baeb in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x2805a91e in _rtld () from /usr/libexec/ld-elf.so.1

So I'm assuming the problem is with libc, libc_r, and/or my linux-compat
libraries.  The question is, 1) am I right?  2) how do I fix this problem?



Thanks
Mark


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020212173403.L78979-100000>