Bug 148059

Summary: REGRESSION: Playing audio causes near-instant crash
Product: WebKit Reporter: Dustin Paluch <dustinpaluch>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, jimoase, mitz
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.9   
Attachments:
Description Flags
Patch sam: review+

Description Dustin Paluch 2015-08-15 11:26:33 PDT
OSX 10.9.5 Webkit Version 7.1.8 (9537.85.17.9.1, r188509)

Tested on these sources:

1. https://www.youtube.com/watch?v=rgQdeni5M-Q
2. http://www-mmsp.ece.mcgill.ca/documents/AudioFormats/WAVE/Samples/AFsp/M1F1-Alaw-AFsp.wav
3. https://en.wikipedia.org/wiki/File:10,000_Maniacs_Because_The_Night.ogg

Attempting to play any of these sources causes a nearly instant crash. 
Here is the backtrace from the first example: http://pastebin.com/raw.php?i=77kKCQ43
Comment 1 Alexey Proskuryakov 2015-08-15 14:21:49 PDT
rdar://problem/22282680
Comment 2 Alexey Proskuryakov 2015-08-16 11:10:06 PDT
*** Bug 148066 has been marked as a duplicate of this bug. ***
Comment 3 Anders Carlsson 2015-08-18 15:05:31 PDT
Created attachment 259303 [details]
Patch
Comment 4 Anders Carlsson 2015-08-18 15:18:52 PDT
Committed r188602: <http://trac.webkit.org/changeset/188602>
Comment 5 Dustin Paluch 2015-08-19 06:27:21 PDT
(In reply to comment #4)
> Committed r188602: <http://trac.webkit.org/changeset/188602>

Working correctly in r188633. Thanks!