Closed
Bug 468260
Opened 17 years ago
Closed 17 years ago
Crash [@ sa_stream_write]
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
VERIFIED
FIXED
People
(Reporter: timeless, Assigned: cajbir)
References
()
Details
(Keywords: crash, verified1.9.1)
Crash Data
Attachments
(1 file)
295 buf = new_buffer(nbytes);
296 memcpy(buf->data,data, nbytes);
297
298 if ( buf == NULL)
299 return SA_ERROR_OOM;
alloc()
crash()
check()
oops.
Assignee | ||
Comment 2•17 years ago
|
||
See the URL, it contains a link to the source and the line. But it's in media/libsydneyaudio/src/sydney_audio_sunaudio.c
I see. Thanks for pointing this out.
I posted a patch at http://trac.annodex.net/ticket/442
Assignee | ||
Comment 5•17 years ago
|
||
Assignee: brian.lu → chris.double
Status: NEW → ASSIGNED
Assignee | ||
Updated•17 years ago
|
Flags: blocking1.9.1?
Flags: blocking1.9.1? → blocking1.9.1+
Assignee | ||
Comment 6•17 years ago
|
||
Pushed to mozilla-central:
http://hg.mozilla.org/mozilla-central/rev/e8d4c06419db
Flags: blocking1.9.1+ → blocking1.9.1?
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [baking for 1.9.1]
Flags: blocking1.9.1? → blocking1.9.1+
Assignee | ||
Comment 7•17 years ago
|
||
Pushed to mozilla-1.9.1:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/266d6f09ded2
Keywords: fixed1.9.1
Whiteboard: [baking for 1.9.1]
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•14 years ago
|
Crash Signature: [@ sa_stream_write]
You need to log in
before you can comment on or make changes to this bug.
Description
•