Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-1 OS-All Area-Misc Size-Medium video
New issue 18217 by [email protected]: IPCAudioSource has race condition on deletion http://code.google.com/p/chromium/issues/detail?id=18217 Because IPCAudioSource is used on the hardware thread of the AudioOutputStream, but deleted on the IO thread of the browser in AudioRenderHost, there is a race condition during error conditions, and closing which can cause the browser to crash. Windows skirts around this because the Stop() method on the WaveOut implementation of the AudioOutputStream happens to be blocking. However, that causes another issues...the IO thread can be blocked by closing the device. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
