Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 10:37:04 -0500
From:      Alexander Kabaev <ak03@gte.com>
To:        Marcin CIE_LAK <saper@sgh.waw.pl>
Cc:        kalts@estpak.ee, freebsd-current@FreeBSD.ORG
Subject:   Re: gvim weird linkage - NOT ONLY
Message-ID:  <20020311103704.5291d541.ak03@gte.com>
In-Reply-To: <Pine.SOL.4.43.0203111614420.7717-100000@akson.sgh.waw.pl>
References:  <20020309211155.GA17562@myhakas.estpak.ee> <Pine.SOL.4.43.0203111614420.7717-100000@akson.sgh.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
The stack trace below shows exactly the symptoms of the binutils
DT_TEXTREL bug, which has been fixed by the latest vendor import.
Rebuilding world IS NOT ENOUGH to solve the problem. You will need to
rebuild all the incorrect libraries which have been  built with broken
binutils before. Libpng is the only such library I found so far.
Programs, linked with imlib are crashing when trying to dynamically load
libppng, most likely.

> #0  0x280530be in reloc_non_plt () /usr/libexec/ld-elf.so.1
> #1  0x28050b00 in find_symdef () from /usr/libexec/ld-elf.so.1
> #2  0x28051097 in dlopen () from /usr/libexec/ld-elf.so.1
> #3  0x28252bbb in sys_dl_open () from /usr/local/lib/libltdl.so.1
> #4  0x2825313e in tryall_dlopen () from /usr/local/lib/libltdl.so.1
> #5  0x282540c0 in lt_dlopen () from /usr/local/lib/libltdl.so.1
> #6  0x28254395 in lt_dlopenext () from /usr/local/lib/libltdl.so.1
> #7  0x28076558 in __imlib_ProduceLoader () from
> /usr/X11R6/lib/libImlib2.so.1#8  0x28076bf7 in __imlib_LoadAllLoaders
> () from /usr/X11R6/lib/libImlib2.so.1#9  0x28076b69 in
> __imlib_RescanLoaders () from /usr/X11R6/lib/libImlib2.so.1#10
> 0x28076f28 in __imlib_LoadImage () from
> /usr/X11R6/lib/libImlib2.so.1#11 0x28084d64 in imlib_load_image ()
> from /usr/X11R6/lib/libImlib2.so.1#12 0x804b167 in
> imlib_context_set_color ()#13 0x80496e6 in imlib_context_set_color ()
> #14 0x804963d in imlib_context_set_color ()

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311103704.5291d541.ak03>