GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
135 stars 61 forks source link

Browsing storage buckets in gs: causes PowerShell to crash #594

Closed iantalarico closed 6 years ago

iantalarico commented 6 years ago

I am using version 1.0.1.4 (I also saw this with 1.0.0.9).

Repo steps:

  1. Open PowerShell and 'cd gs:/'
  2. Run a few commands.
  3. Let the terminal sit for a minute or two and the terminal will close unexpectedly.
quoctruong commented 6 years ago

@talarico Is it possible to include the list of commands that you run? Thanks!

iantalarico commented 6 years ago

@quoctruong It's done it for almost all combinations I tried.

I just did: ls, ls, cd, cd, cd, ls, cat, ls, cd, cd

After the last cd I waited about 90 seconds and the windows just closed.

ILMTitan commented 6 years ago

It looks to me like an exception on line 1156 of GoogleCloudStorageProvider.cs can cause a hang at line 1169.

I am not getting the window closing issue, but that may be because of the debugging console disabling deadlock detection.