Glibc-2.28.8 I came across the problem in a self made SDL application, with the following stacktrace
#0 0x00007f307280a0a9 in do_lookup_x () from /lib/ld-linux-x86-64.so.2 (gdb) bt #0 0x00007f307280a0a9 in do_lookup_x () from /lib/ld-linux-x86-64.so.2 #1 0x00007f307280a933 in _dl_lookup_symbol_x () from /lib/ld-linux-x86-64.so.2 #2 0x00007f307123bf4c in do_sym () from /lib/libc.so.6 #3 0x00007f3070f30014 in dlsym_doit () from /lib/libdl.so.2 #4 0x00007f307280eb26 in _dl_catch_error () from /lib/ld-linux-x86-64.so.2 #5 0x00007f3070f3049f in _dlerror_run () from /lib/libdl.so.2 #6 0x00007f3070f3006a in dlsym () from /lib/libdl.so.2 #7 0x00007f307173ef6f in SDL_LoadFunction (handle=0x7f3072a0d9b8, name=0x7f307176525e "XAllocClassHint") at ./src/loadso/dlopen/SDL_sysloadso.c:46 #8 0x00007f3071740f55 in X11_GetSym (fnname=0x7f307176525e "XAllocClassHint", rc=0x7f3071973c98, fn=0x7f307197c628) at ./src/video/x11/SDL_x11dyn.c:70 #9 0x00007f3071741e64 in SDL_X11_LoadSymbols () at ./src/video/x11/SDL_x11sym.h:24 #10 0x00007f307174897a in X11_CreateDevice (devindex=<optimized out>) at ./src/video/x11/SDL_x11video.c:105 #11 0x00007f307173a25c in SDL_VideoInit (driver_name=<optimized out>, flags=0) at ./src/video/SDL_video.c:194 #12 0x00007f307171089c in SDL_InitSubSystem (flags=48) at ./src/SDL.c:70 #13 0x00007f307171090c in SDL_Init (flags=48) at ./src/SDL.c:162 and in doing some research, looks like I am not the only person who got bit by this SDL (me) rpmbuild: https://bugzilla.redhat.com/show_bug.cgi?id=682307 gnucash: https://bugzilla.redhat.com/show_bug.cgi?id=682406 alsautils: https://bugzilla.redhat.com/show_bug.cgi?id=682415 warzone2100 (whatever that is): https://bugzilla.redhat.com/show_bug.cgi?id=682398 from the above, I am guessing it's a problem with dlsym, and probably impacts anything that may dynamically load functions. -- Nathan Coulson (conathan) ------ Location: British Columbia, Canada Timezone: PST (-8) Webpage: http://www.nathancoulson.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
