Closed
      
        Bug 804764
      
      
        Opened 13 years ago
          Closed 12 years ago
      
        
    
  
Calling gUM with video: true and running it for ~20 seconds - video hangs and eventually crashes the browser 
    Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Tracking
()
        RESOLVED
        WORKSFORME
        
    
  
People
(Reporter: jsmith, Assigned: jsmith)
References
Details
(4 keywords, Whiteboard: [getUserMedia] [blocking-gum+])
Attachments
(1 file)
| 
        
        
         2.28 KB,
          text/html         
       | 
      Details | 
Steps:
1. Call gUM with the attached test case and wait about ~20 seconds - 30 seconds
Expected:
The video should continue to play without errors and streaming with no hangs noticeable.
Actual:
The video gets hung entirely, with occasional spurts of showing the hang stopping. Eventually, firefox will crash with a corrupt dump - https://crash-stats.mozilla.com/report/index/bp-0de44618-ec52-4b11-aefe-32fec2121023.
Upon seeing a corrupt dump, I'm playing it safe it flagging this as a sec bug. If I'm wrong, feel free to turn off the flag.
| Assignee | ||
          Updated•13 years ago
           
         | 
      
Keywords: regression
| Assignee | ||
          Comment 1•13 years ago
           
         | 
      ||
Actually, I don't think there's security impact here, unless the corrupt dump means something.
Group: core-security
          Comment 2•13 years ago
           
         | 
      ||
It's likely a straight out-of-memory crash, as if frames stop being consumed the graph buffers an infinite amount of data.
I ran for an hour and 40 minutes with no problem, stable mem use.  Hit "stop", started video again, walked away for a few minutes and it locked, and mem uses started going straight-line up.  
Two bugs: this one, and another should be opened on limiting the data buildup in MediaStreams.
| Assignee | ||
          Comment 3•13 years ago
           
         | 
      ||
Okay, I filed bug 804874 about the limiting the data buildup in MediaStreams.
| Assignee | ||
          Updated•13 years ago
           
         | 
      
Priority: -- → P1
Whiteboard: [getUserMedia] [blocking-gum+]
          Updated•12 years ago
           
         | 
      
Severity: blocker → critical
          Comment 6•12 years ago
           
         | 
      ||
Strong belief this is now fixed.  WFM on win32 nightly.  qawanted
Keywords: qawanted
| Assignee | ||
          Comment 8•12 years ago
           
         | 
      ||
Can't reproduce either.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•