Should be fixed on trunk via Charles's commits.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251930
Title:
[4.8 regression] internal compiler error while compiling OpenCV 2.4.7
To manage notifica
Patch installed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/555210
Title:
Please assign global scope to RFC 1918 addresses in getaddrinfo()
To manage notifications about this bug go to:
https://
Thanks for taking care of this Andreas. I've just updated Fedora
Rawhide to use your version of this fix.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929219
Title:
chromium-browser, gvfsd-http an
Andreas,
Thanks for pulling those bits out of larger glibc-fedora.patch. One of
my ongoing TODOs is to identify independent patches from glibc-
fedora.patch and create distinct patch files for them (easier to track
what needs to be pushed upstream).
--
You received this bug notification because
Just a note from a tester within Red Hat. He was reporting a ktorrent crashes
when starting up which appeared to be related to, or possibly this same problem.
After installing the patch already attached to this BZ, the ktorrent crashes
have ceased.
--
You received this bug notification because
Created attachment 6307
Potential fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929219
Title:
chromium-browser crashed with SIGSEGV in __nscd_get_mapping()
To manage notifications about this bu
Based on just reading the code, I wonder if a one thread is mucking up
hst_map_handle.mapped behind the back of nscd_get_mapping.
nscd_get_nl_timestamp doesn't bother to grab the hst_map_handle lock and
calls into nscd_get_mapping which could potentially change
hst_map_handle.mapped to NO_MAPPING.