[Bug 1008600] Re: valgrind aplay -L prints scary warnings

2013-12-11 Thread Randell Jesup
This would also affect any other users of the webrtc.org codebase Two questions: 1) when will this be available in Alsa in Ubuntu (and elsewhere)? And how do we know? 2) How can we workaround/avoid this error Related: how far back does this error go? -- You received this bug notification

[Bug 1008600] Re: valgrind aplay -L prints scary warnings

2013-10-25 Thread sz gy
It seems to affect firefox webrtc to: http://support.mozilla.org/hu/questions/967768 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008600 Title: valgrind aplay -L prints scary warnings To manage

[Bug 1008600] Re: valgrind aplay -L prints scary warnings

2013-09-24 Thread David Henningsson
** Changed in: alsa-lib (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008600 Title: valgrind aplay -L prints scary warnings To manage

[Bug 1008600] Re: valgrind aplay -L prints scary warnings

2013-09-13 Thread David Henningsson
I can confirm this error. It looks like there is some iterator running, and when snd_config_search_definition runs, it changes the config tree, because there is some hook that does this. So the iterator's pointing to already freed memory. The iterator is probably the one in the add_card

[Bug 1008600] Re: valgrind aplay -L prints scary warnings

2013-09-13 Thread David Henningsson
Sometimes a hook manipulates the config tree, which makes currently running iterators point to freed memory. As a workaround, make two copies, one for the iterators and another for the hooks. BugLink: https://bugs.launchpad.net/bugs/1008600 Signed-off-by: David Henningsson