[Bug 1251930]

2014-01-19 Thread Law-redhat
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

[Bug 555210]

2012-10-04 Thread Law-redhat
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://

[Bug 929219]

2012-05-18 Thread Law-redhat
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

[Bug 893605]

2012-04-08 Thread Law-redhat
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

[Bug 929219]

2012-03-30 Thread Law-redhat
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

[Bug 929219]

2012-03-30 Thread Law-redhat
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

[Bug 929219]

2012-03-30 Thread Law-redhat
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.