
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
Due to use of RTLD_LAZY mode in ModuleLoader it happened to be possible to build libraries with unresolved references into gds.cpp.
|
|
Description
|
Due to use of RTLD_LAZY mode in ModuleLoader it happened to be possible to build libraries with unresolved references into gds.cpp. |
Show » |
|
On the other hand, I've found it useful to load libraries in RTLD_NOW mode when doing DEV_BUILD for all branches to avoid such cases in the future.