View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#28
Originally Posted by disappear View Post
That problem with no sound,when installing the new libc6,still existing or already is resolved
sounds:
2.10.90 working
2.13 working
2.14 not working
2.15 not working

I'm bisecting this...
[EDIT]
Bisection eglibc-svn ->
svn-13059 (actually same than 13054) works
svn-r13060 not working.

13060 is merging/syncing with fsf-glibc -> bisecting glibc-git
Code:
4bff6e0175ed195871f4e01cc4c4c33274b8f6e3 is the first bad commit
commit 4bff6e0175ed195871f4e01cc4c4c33274b8f6e3
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Feb 25 20:49:48 2011 -0500

   - Fix memory leak in dlopen with RTLD_NOLOAD (BZ#12509)
http://sourceware.org/ml/libc-hacker.../msg00004.html

--
Which e.g. Ubuntu is reverting for 2.15
eglibc (2.15~pre6-0ubuntu4) precise; urgency=low
* Issue #13579, revert the fix for #12509. LP: #893605.
https://bugs.launchpad.net/bugs/893605

And proper fix is on glibc-2.16:
http://sourceware.org/bugzilla/show_bug.cgi?id=13579
"This is now fixed for 2.16 by my commit 0479b305c5b7c8e3fa8e3002982cf8cac02b842e"

So seems it will be better to get 2.16 working than tried to get it fixed by myself.

Last edited by AapoRantalainen; 2013-06-21 at 19:58.
 

The Following 10 Users Say Thank You to AapoRantalainen For This Useful Post: