[Bug 721469]

JVD 721469 at bugs.launchpad.net
Mon May 30 12:02:23 UTC 2011


typo in previous Comment #21: non-native-system ld.so (NOT /lib/ld-linux.so.1) with  '-nostdlibs'
                 should be  : non-native-system ld.so (NOT /lib/ld-linux.so.2) with  '-nostdlib'

Anyway, I'm going to be compiling the latest glibc from GIT soon , after I
build the latest stable Linux kernel, and will test with / without patch
of attachment #5253 and post results . But Ulrich, please try :
  o build an installation from unmodified source in 32-bit mode
    with LIBDIR=/lib32 
Then :
  $  echo 'int an_int = 1;' > t.c; gcc -m32 -o t.so -shared -nostdlib -fPIC t.c; ldd t.so
Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/721469

Title:
  program startup fails with "Inconsistency detected by ld.so: dl-
  deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!"

Status in Embedded GLIBC:
  Fix Released
Status in “eglibc” package in Ubuntu:
  Fix Released
Status in “eglibc” source package in Natty:
  Fix Released

Bug description:
  After updating libc6, starting some programs fails ... eg for me
  ogg123 fails as:

  $ ogg123
  Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!

  This appears to be due to
  http://sourceware.org/bugzilla/show_bug.cgi?id=12454

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libc6 2.13~pre1-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
  Uname: Linux 2.6.38-4-generic x86_64
  Architecture: amd64
  Date: Fri Feb 18 11:12:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20101206)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LC_MESSAGES=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: eglibc




More information about the foundations-bugs mailing list