Opened 19 years ago
Last modified 18 years ago
#130 assigned defect
Dynamic loading of libc
| Reported by: | shadow | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.7 |
| Component: | libc | Version: | 0.6.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When a library using libc is loaded dynamically, it cannot be unloaded again (dynamically), because libc registers exit handlers.
Either we need a way to unregister those handlers, or libc should stay in memory, so that at least the primary library gets unloaded.
Possible solution: libc loads itself dynamically in its InitTerm function.
Note:
See TracTickets
for help on using tickets.
