This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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]

Re: patch 1/2 debuginfod client


Hi -

> But it isn't just about interference with other libcurl activity. If
> you look at the curl_global_init code you see that it actually calls
> a lot of code in other libraries. It is the curl_global_init code
> that shouldn't be run in a multi-threaded environment. That it is
> acceptable to others doesn't immediately make it safe to use in our
> case. [...]

OK, I guess.  Such concerns would be even better directed at the
libraries that libcurl is using internally.

> I assume you mean the second part. The attached is what I would propose
> for the first part. Do you think that is a bad idea?

It's mostly harmless, so if you like it, go for it.


- FChE


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