Closed
Bug 811333
Opened 12 years ago
Closed 12 years ago
createOffer failing silently on windows builds
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
VERIFIED
FIXED
mozilla19
People
(Reporter: ehugg, Assigned: ehugg)
Details
Attachments
(1 file)
1.90 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Splitting the Windows part from Bug 806407
Original report from Ted:
I'm testing with the demo in the URL, but this appears to happen in other demos as well. This demo works fine on a Mac nightly, but on a Linux or Windows nightly it stops at the createOffer step. I don't get any errors and the error callback is not called. I tried in a local Linux debug build and that worked fine as well.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 681077 [details] [diff] [review]
Fix size of thread ID for Windows build
Changed the size of the threadID to int32 to match Windows API.
Also removed an unused msgbuffer def from the OSX build.
Attachment #681077 -
Flags: review?(rjesup)
Updated•12 years ago
|
Attachment #681077 -
Flags: review?(rjesup) → review+
Comment 3•12 years ago
|
||
Assignee: nobody → ethanhugg
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 4•12 years ago
|
||
Verified through running Ted's test case + the general peer connection test case on the landing page - createOffer didn't fail silently. Marking as verified.
Status: RESOLVED → VERIFIED
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•