This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug dynamic-link/12307] accessing thread local storage blocks forever when using dlopen
- From: "maxim.yegorushkin at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Tue, 15 Oct 2013 08:59:43 +0000
- Subject: [Bug dynamic-link/12307] accessing thread local storage blocks forever when using dlopen
- Auto-submitted: auto-generated
- References: <bug-12307-131 at http dot sourceware dot org/bugzilla/>
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.