Skip to content

org in issue query causes crash #4595

@rohime

Description

@rohime
  • Extension version: 0.60
  • VSCode Version: 1.76.0
  • OS: Linux x86_64
Version: 1.76.0
Commit: 92da9481c0904c6adfe372c12da3b7748d74bdcb
Date: 2023-03-01T10:25:16.105Z
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.76.0 Chrome/102.0.5005.196 Electron/19.1.11 Safari/537.36

Steps to Reproduce:

  1. Set githubIssues.queries as shown below in settings.json (repro seems more consistent with more queries but it's also possible with a single one)

    "githubIssues.queries": [
        {
            "label": "All issues of microsoft/vscode 1",
            "query": "org:microsoft state:open repo:microsoft/vscode"
        },
        {
            "label": "All issues of microsoft/vscode 2",
            "query": "org:microsoft state:open repo:microsoft/vscode"
        },
        {
            "label": "All issues of microsoft/vscode 3",
            "query": "org:microsoft state:open repo:microsoft/vscode"
        },
        {
            "label": "All issues of microsoft/vscode 4",
            "query": "org:microsoft state:open repo:microsoft/vscode"
        },
    ]
  2. Wait for the next issue refresh (on settings.json save event, manually triggered by clicking the refresh button or when restarting VSCode)

  3. VSCode crashes with The window terminated unexpectedly (reason: 'crashed', code '133')

Logfile created with code <workspace> --profile <repro_profile> --log trace --verbose &> trace.log: trace.log

I used a empty VSCode profile with only GitHub.vscode-pull-request-github installed and githubIssues.queries set as mentioned above.

Extension version 0.56 is the last version that does not crash.

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