This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A small testcase for dlopen bug


On Sat, 2002-06-01 at 09:48, H . J . Lu wrote:

> Oops. Here is the testcase.

What do you expect to see?  I get now

Link map:
name = "", count = 0x0
name = "../dlfcn/libdl.so.2", count = 0x40000000
name = "../libc.so.6", count = 0x40004000
name = "../elf/ld-linux.so.2", count = 0x80000000
Loading: foo.so: Failed: ./libfoo.so: undefined symbol: glGetError
Link map:
name = "", count = 0x0
name = "../dlfcn/libdl.so.2", count = 0x40000000
name = "../libc.so.6", count = 0x40004000
name = "../elf/ld-linux.so.2", count = 0x80000000

which seems right since glGetError is defined in libGL which is nowhere
loaded.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]