In article <[EMAIL PROTECTED]>, Alexander N. Kabaev <[EMAIL PROTECTED]> wrote: > I think dymanic loader should clear it's error_string variable > before returning success to the caller. I don't think it is allowed to do that. See the SUSv2 description: http://www.opengroup.org/onlinepubs/007908799/xsh/dlerror.html > I am halfway done preparing the patch to do that. Is that the bug > you mentioned or there is something else? The bug is that when I implemented support for RTLD_DEFAULT, I made a mistake and set the dlerror string in a place where I shouldn't have set it. John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: Problem with dlopen()/dlsym() after r... Maxim Sobolev
- Re: Problem with dlopen()/dlsym() after recent cr... Maxim Sobolev
- Re: Problem with dlopen()/dlsym() after recent crt* ch... John Polstra
- Re: Problem with dlopen()/dlsym() after recent cr... Alexander N. Kabaev
- Re: Problem with dlopen()/dlsym() after recen... John Polstra
- Re: Problem with dlopen()/dlsym() after r... Brian F. Feldman
- Re: Problem with dlopen()/dlsym() after recen... Maxim Sobolev
- Re: Problem with dlopen()/dlsym() after r... Alexander N. Kabaev
- Re: Problem with dlopen()/dlsym() aft... John Polstra
- Re: Problem with dlopen()/dlsym(... Alexander N. Kabaev
- Re: Problem with dlopen()/dl... John Polstra
- Re: Problem with dlopen()/dl... Alexander N. Kabaev
- Re: Problem with dlopen()/dlsym() after recent cr... Maxim Sobolev
- RE: Problem with dlopen()/dlsym() after recent crt* ch... Alexander N. Kabaev
- Re: Problem with dlopen()/dlsym() after recent crt* ch... John Polstra
- Re: Problem with dlopen()/dlsym() after recent crt* ch... John Polstra