This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug dynamic-link/14989] dlerror() returns garbage


http://sourceware.org/bugzilla/show_bug.cgi?id=14989

Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail dot Com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |

--- Comment #4 from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail dot Com> 2013-01-01 10:11:31 UTC ---
Behavior of dlclose() is defined in POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlclose.html

"RETURN VALUE

If the referenced object was successfully closed, dlclose() shall return 0. If
the object could not be closed, or if handle does not refer to an open object,
dlclose() shall return a non-zero value. More detailed diagnostic information
shall be available through dlerror()."

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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