BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001227 [buildroot] Other minor always 02-17-07 14:10 02-17-07 14:10
Reporter foogod View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0001227: PATCH: Unresolved symbols in libXfixes.so.3.0 with RTLD_NOW
Description libXfixes.so is missing a couple of library references in its link command. This is not usually a problem for programs which link against it because they typically also link against the other X libraries which are needed, and the lazy function binding will find and resolve them, but when libXfixes (or something which uses libXfixes) is loaded using dlopen() with the RTLD_NOW flag, the dynamic linker is unable to resolve the function references and the operation fails.

(I can provide a test case if desired)

The attached patch adds the required library dependencies to libXfixes.so to fix this issue.
Additional Information
Attached Files  buildroot.17919.xorg_xfixes_libs.patch [^] (863 bytes) 02-17-07 14:10

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
02-17-07 14:10 foogod New Issue
02-17-07 14:10 foogod Status new => assigned
02-17-07 14:10 foogod Assigned To  => buildroot
02-17-07 14:10 foogod File Added: buildroot.17919.xorg_xfixes_libs.patch


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker