Closed Bug 1409622 Opened 7 years ago Closed 7 years ago

Test failures on OSX when building with clang 5

Categories

(Core :: Web Audio, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla58
Tracking Status
firefox58 --- fixed

People

(Reporter: glandium, Assigned: padenot)

References

Details

Attachments

(1 file)

They all seem to root to the following assertion: INFO - [Child 1855, Unnamed thread 11facbda0] ###!!! ASSERTION: Bad seconds: '0 <= aSeconds && aSeconds <= TRACK_TICKS_MAX/TRACK_RATE_MAX', file /builds/worker/workspace/build/src/dom/media/MediaStreamGraph.h, line 469 Logs: https://treeherder.mozilla.org/logviewer.html#?job_id=137763477&repo=autoland https://treeherder.mozilla.org/logviewer.html#?job_id=137690275&repo=autoland You can check on try by pushing the patch from bug 1409265 along.
Component: Audio/Video → Audio/Video: Playback
This is in MediaStreamGraph, so not playback. Furthermore the assert is in a function only called by WebAudio. Paul?
Component: Audio/Video: Playback → Web Audio
Flags: needinfo?(padenot)
Priority: P5 → --
Rank: 25
Priority: -- → P3
Thanks for the heads up. I've done a try push with the clang-5 patches and some stuff to diagnose here: https://treeherder.mozilla.org/#/jobs?repo=try&revision=994800ac79ef6507f7e24e2640f6c586459d9be8
Assignee: nobody → padenot
Flags: needinfo?(padenot)
Well for some reason it does not print the stack trace and my stuff, now.
(In reply to Paul Adenot (:padenot) from comment #5) > Well for some reason it does not print the stack trace and my stuff, now. Don't know what happened to the stack trace, but NaNs would explain the lack of output from the printf.
The alternative would be test mType before use in WebAudioUtils::ConvertAudioTimelineEventToTicks() and before logging in SendEventToEngine(). The latter would be a little inconvenient. The process of initializing in the constructor was begun just for the sake of keeping Coverity silent for bug 1232646. I'm continuing that because I guess it will be simplest. http://searchfox.org/mozilla-central/rev/7e090b227f7a0ec44d4ded604823d48823158c51/dom/media/webaudio/WebAudioUtils.cpp#26 http://searchfox.org/mozilla-central/rev/7e090b227f7a0ec44d4ded604823d48823158c51/dom/media/webaudio/AudioParam.cpp#158
Comment on attachment 8925791 [details] bug 1409622 initialize mTime even in Stream AudioTimelineEvents https://reviewboard.mozilla.org/r/196968/#review202206
Attachment #8925791 - Flags: review?(padenot) → review+
Comment on attachment 8925791 [details] bug 1409622 initialize mTime even in Stream AudioTimelineEvents https://reviewboard.mozilla.org/r/196968/#review202210
Pushed by ktomlinson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1924564466fe initialize mTime even in Stream AudioTimelineEvents r=padenot
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: