Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 Jul 2015 20:20:44 +0200
From: Felix Janda <felix.janda@...teo.de>
To: musl@...ts.openwall.com
Subject: Re: dynamic linker issue

Can reproduce on gentoo with arm (patched Makefile):

LD_LIBRARY_PATH="/tmp/a:/usr/lib/gcc/armv7a-hardfloat-linux-musleabi/4.7.4/" /usr/lib/libc.so -- ./foo
BUG at file position route/tc.c:978:rtnl_tc_register
Assertion failed: 0 (route/tc.c: rtnl_tc_register: 978)
Makefile:10: recipe for target 'run' failed
make: *** [run] Aborted

libc.so has .hash and .gnu_hash, the others only have .hash.

Felix

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.