Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Issue 63823006: Create minimized standalone test case for OSX audio hangs. (Closed)

Created:
7 years, 1 month ago by DaleCurtis
Modified:
6 years, 9 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Create minimized standalone test case for OSX audio hangs. NOT FOR SUBMISSION. Repeatedly configures and starts two streams, waits for the first callback on each stream, and then closes and destroys the streams. To reproduce the bug, manually suspend (close the lid) and resume (open the lid) the device until the beeping noise stops. At this point you should see the loop hung while waiting for the first callback; e.g., AudioOutputStream(0x00000001) created. AudioOutputStream(0x00000002) created. AudioOutputStream(0x00000001) started. AudioOutputStream(0x00000002) started. [ ... hangs ... ] Usually only a few suspend and resume cycles are necessary to reproduce the issue. BUG=160920 TEST=compile, run, sleep, wake, sleep, ..., wake, hang!

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -0 lines) Patch
media/test/audio-hang.cc View 1 chunk +259 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
DaleCurtis
7 years, 1 month ago (2013-11-15 21:00:59 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698