Closed
Bug 1200060
Opened 10 years ago
Closed 10 years ago
Firefox crashs when i use WebRtc camera sharing width secure socket on peer.js.
Categories
(Core :: Audio/Video: MediaStreamGraph, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sinancaliskan, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Build ID: 20150830011023
Steps to reproduce:
Nothing
Actual results:
When i use webrtc video sharing , firefox crashs.
Expected results:
Both video must work.
Comment 1•10 years ago
|
||
To the reporter: Can you give us the report link from about:crashes? What OS are you using? What camera are you using?
Flags: needinfo?(sinancaliskan)
| Reporter | ||
Comment 2•10 years ago
|
||
Hi Maire
Os is : Windows 8.1 (But every os crashing)
Links are : (I can send you many more)
https://crash-stats.mozilla.com/report/index/bbb46b5e-5aae-4289-b1b8-f133e2150909
https://crash-stats.mozilla.com/report/index/4dc51cf0-4666-4ffa-8e70-25b552150909
Rgrds.
Sİnan
Flags: needinfo?(sinancaliskan)
Comment 3•10 years ago
|
||
1st Crash is in mozilla::MediaStreamGraphImpl::RunInStableState(bool); I suspect this is a dup.
2nd seems to be something else entirely; are you sure that was from this peer.js issue?
Status: UNCONFIRMED → NEW
Component: WebRTC → Audio/Video: MSG/cubeb/GMP
Ever confirmed: true
Flags: needinfo?(sinancaliskan)
Flags: needinfo?(padenot)
| Reporter | ||
Comment 4•10 years ago
|
||
I think this issue is about SSL.
After using SSL, this issue has occured.
Here are another links.(First crash when stream to peer starts, then next crash(firefox restart))
https://crash-stats.mozilla.com/report/index/d08367c6-4cfe-4f40-b3a0-ac57d2150908
https://crash-stats.mozilla.com/report/index/355d9781-e395-46e7-a9c3-60d5c2150910
https://crash-stats.mozilla.com/report/index/145a08ae-a9b6-4179-8a0f-0f9392150908
https://crash-stats.mozilla.com/report/index/e21b59fd-baa9-418a-b5d1-f85d22150908
When this machine start to send its camera or application to another peer , firefox crashes.
https://video.polarcomputer.com/webRT.html
Flags: needinfo?(sinancaliskan)
Comment 5•10 years ago
|
||
(In reply to sinancaliskan from comment #4)
> I think this issue is about SSL.
> After using SSL, this issue has occured.
> Here are another links.(First crash when stream to peer starts, then next
> crash(firefox restart))
>
> https://crash-stats.mozilla.com/report/index/d08367c6-4cfe-4f40-b3a0-
> ac57d2150908
> https://crash-stats.mozilla.com/report/index/355d9781-e395-46e7-a9c3-
> 60d5c2150910
It always crashed twice?? This is odd...
Please see bug 1191713 - perhaps this is the "Webroot" security software? That would also explain why SSL is involved.
from bug 1191713
> overall the correlations for this signature suggest involvement of Webroot security software (but apparently not the one particular crashes by the reporter)
> When this machine start to send its camera or application to another peer ,
> firefox crashes.
> https://video.polarcomputer.com/webRT.html
How do I use this to reproduce the crash?
Flags: needinfo?(sinancaliskan)
Comment 6•10 years ago
|
||
Also: there's a bug in the (unmaintained) peer.js's handling of onnegotiationneeded, which is fixed in the skyway fork (right nils?) This may fix the errors I see when I hit "Arama Yap" in the example:
JavaScript error: https://video.polarcomputer.com/peer.js, line 2410: TypeError: pc is undefined
(That's in MakeOffer(), invoked from pc.onnegotiationneeded, which we may be firing earlier than peer.js anticipated.)
| Reporter | ||
Comment 7•10 years ago
|
||
Completeley first time tested machine .
https://crash-stats.mozilla.com/report/index/e5441861-458f-4f1f-b3a7-e6f012150910
Flags: needinfo?(sinancaliskan)
Comment 8•10 years ago
|
||
(In reply to sinancaliskan from comment #7)
> Completeley first time tested machine .
>
> https://crash-stats.mozilla.com/report/index/e5441861-458f-4f1f-b3a7-
> e6f012150910
How do I use the link (https://video.polarcomputer.com/webRT.html) to reproduce the failure?
What versions of Firefox have you tested with this?
Flags: needinfo?(sinancaliskan)
Comment 9•10 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #6)
> Also: there's a bug in the (unmaintained) peer.js's handling of
> onnegotiationneeded, which is fixed in the skyway fork (right nils?) This
> may fix the errors I see when I hit "Arama Yap" in the example:
Yes. NTT's peerjs clone https://github.com/nttcom/peerjs has this problem fixed.
And yes this copy of peer.js https://video.polarcomputer.com/peer.js suffers from the problem fixed here https://github.com/nttcom/peerjs/commit/4a238a6234785772f9dcbb01bbde1cd07ae6fa8d
Note: applying the fix in that commit fixes it for Firefox >= 40, but leaves Firefox < 40 dead in the water.
| Reporter | ||
Comment 10•10 years ago
|
||
I have resolved this issue.
I didnt check Peer.js last version because couldnt find anywhere until now. All download link was broked. Now can be downloaded and may resolve some other bugs, i will test.
Peer.js functions in ajax.done , crashes firefox.
Flags: needinfo?(sinancaliskan)
Comment 11•10 years ago
|
||
Resolving per comment 10. Reopen or file a new bug if there's still a problem.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•