Skip to content

Instant crash when accessing navigator.getUserMedia #400

Closed
@loadpixels

Description

@loadpixels

Attempting to access the camera or microphone either through code or the console will result in the chrome instance crashing

  • VS Code Version: 1.43.0
  • Chrome Version 80
  • Log file (set "trace": true in launch config):

Steps to reproduce:

  1. Start a Chrome instance using VS Code Chrome Debug
  2. Open console and paste in this line: navigator.getUserMedia({video:true},devices=>{console.log('hello')},err=>{console.log(err)})
  3. Allow access to the camera
  4. Chrome will crash without a trace

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions