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/12307] accessing thread local storage blocks forever when using dlopen


https://sourceware.org/bugzilla/show_bug.cgi?id=12307

--- Comment #5 from Maxim Yegorushkin <maxim.yegorushkin at gmail dot com> ---
(In reply to Ondrej Bilka from comment #4)
> On Mon, Oct 14, 2013 at 11:09:34PM +0000, bugdal at aerifal dot cx wrote:
> > --- Comment #3 from Rich Felker <bugdal at aerifal dot cx> ---
> > Indeed, regardless of whether it's "stupid", as far as I know there's no formal
> > reason it's invalid to create threads from a constructor and the bug is valid.
> > 
> And will you write a patch?

I would suggest diagnosing before prescribing.

A good start would be:

1) Confirm that this code works as expected with glibc-2.5.
2) Do git bisect between glibc-2.5 and glibc-2.12 to find the commit that broke
it.

-- 
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]