dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.56k forks source link

Analyzer crash report: ArgumentError: Invalid argument (uri): URI is not a valid <path> at client_uri_converter.dart:98 #56011

Open srawlins opened 3 months ago

srawlins commented 3 months ago

Some more scraps of stack trace include:

Thread 0 MAIN THREADArgumentError: Invalid argument (uri): URI is not a valid <path>
at _VirtualFileClientUriConverter.fromClientUri (client_uri_converter.dart:98)
at _VirtualFileClientUriConverter.fromClientFilePath    (client_uri_converter.dart:91)

This is being reported in, at least, 3.5.0-234.0.dev, 3.5.0-236.0.dev, 3.5.0-250.0.dev, 3.5.0-254.0.dev.

keertip commented 2 months ago

Still seen in 3.5.0-323.0.dev