Skip to content

File details gets stripped out of call stack in Linux and Mac while logging error telemetry #12694

Closed
@ramya-rao-a

Description

@ramya-rao-a

Linux/Mac:

TypeError: Cannot read property 'length' of null
at t.i.getLinesContent (
at t.i.toRawText (
at t._beginModelSync (
at t.esureSyncedResources (
at
at then (
at t._withSyncedResources (
at t.computeDirtyDiff (
at
at then (

Windows:

TypeError: Cannot read property 'length' of null
at t.i.getLinesContent (out/vs/workbench/workbench.main.js:56:3263)
at t.i.toRawText (out/vs/workbench/workbench.main.js:55:31077)
at t._beginModelSync (out/vs/workbench/workbench.main.js:58:1255)
at t.esureSyncedResources (out/vs/workbench/workbench.main.js:58:726)
at out/vs/workbench/workbench.main.js:58:3183
at then (out/vs/workbench/workbench.main.js:31:14808)
at t._withSyncedResources (out/vs/workbench/workbench.main.js:58:3129)
at t.computeDirtyDiff (out/vs/workbench/workbench.main.js:58:3419)
at out/vs/workbench/workbench.main.js:57:30943
at then (out/vs/workbench/workbench.main.js:31:14808)

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