additional symbols are pasted (ref. to issue 2131) #116

Closed
opened 2026-01-30 21:42:46 +00:00 by claunia · 7 comments
Owner

Originally created by @bitcrazed on GitHub (Feb 16, 2018).

From @alexeyshishkin01 on June 9, 2017 6:21

This bug-tracker is monitored by developers and other technical types. We like detail! So please use this form and tell us, concisely but precisely, what's up. Please fill out ALL THE FIELDS!

If you have a feature request, please post to the UserVoice. If you're reporting a BSOD, don't post here! Instead, e-mail "secure@microsoft.com", and if possible attach the minidump from "C:\Windows\minidump".

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    D:>ver
    Microsoft Windows [Version 10.0.15063]
    root@Alexey-HP:~# az --version | head -1
    azure-cli (2.0.7)

  • What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
    I copy-paste a command into BashOnWindows and additional symbols are pasted:

  • what was copied is:
    az vm image list-publishers \

--location northeurope
--query "[?starts_with(name, 'Microsoft')]"

  • what was pasted is:
    root@Alexey-HP:~# az vm image list-publishers
    ion> --location northeurope \

--query "[?starts_with(name, 'Microsoft')]"

  • What's wrong / what should be happening instead:
  • additional symbols are pasted
  • no additional symbols are expected
  • Strace of the failing command, if applicable: (If <cmd> is failing, then run strace -o strace.txt -ff <cmd>, and post the strace.txt output here)
    N/A

See our contributing instructions for assistance.

Copied from original issue: Microsoft/WSL#2204

Originally created by @bitcrazed on GitHub (Feb 16, 2018). _From @alexeyshishkin01 on June 9, 2017 6:21_ This bug-tracker is monitored by developers and other technical types. We like detail! So please use this form and tell us, concisely but precisely, what's up. Please fill out ALL THE FIELDS! If you have a feature request, please post to [the UserVoice](https://wpdev.uservoice.com/forums/266908). If you're reporting a BSOD, don't post here! Instead, e-mail "secure@microsoft.com", and if possible attach the minidump from "C:\Windows\minidump\". * Your Windows build number: (Type `ver` at a Windows Command Prompt) D:\>ver Microsoft Windows [Version 10.0.15063] root@Alexey-HP:~# az --version | head -1 azure-cli (2.0.7) * What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots) I copy-paste a command into BashOnWindows and additional symbols are pasted: - what was copied is: az vm image list-publishers \ > --location northeurope \ > --query "[?starts_with(name, 'Microsoft')]" - what was pasted is: root@Alexey-HP:~# az vm image list-publishers \ ion> --location northeurope \ > --query "[?starts_with(name, 'Microsoft')]" * What's wrong / what should be happening instead: - additional symbols are pasted - no additional symbols are expected * Strace of the failing command, if applicable: (If `<cmd>` is failing, then run `strace -o strace.txt -ff <cmd>`, and post the strace.txt output here) N/A See [our contributing instructions](/CONTRIBUTING.md) for assistance. _Copied from original issue: Microsoft/WSL#2204_
Author
Owner

@bitcrazed commented on GitHub (Feb 16, 2018):

From @sunjoong on June 9, 2017 8:30

@alexeyshishkin01 - I think.... Screenshots of Get-Clipboard on windwos PowerShell and output of paste like below could be helpful to figure it out;
get-clipboard
Hmm.... and ignore the conents of above screenshots; In there, I pasted ">" to show the output of "i> > --location northeurope".

@bitcrazed commented on GitHub (Feb 16, 2018): _From @sunjoong on June 9, 2017 8:30_ @alexeyshishkin01 - I think.... Screenshots of `Get-Clipboard` on windwos PowerShell and output of paste like below could be helpful to figure it out; ![get-clipboard](https://user-images.githubusercontent.com/2748000/26966985-6683fdaa-4d37-11e7-9d31-0b2d3f4cccc4.png) Hmm.... and ignore the conents of above screenshots; In there, I pasted "`>`" to show the output of "`i> > --location northeurope`".
Author
Owner

@bitcrazed commented on GitHub (Feb 16, 2018):

From @alexeyshishkin01 on June 9, 2017 9:52

I'm attaching the screens from:

  • notepad
    3
  • power shell
    1
  • bash-on-windows
    2
    the main issue it doesn't repeat all the times - sometimes it does happen, the other time it doesn't
@bitcrazed commented on GitHub (Feb 16, 2018): _From @alexeyshishkin01 on June 9, 2017 9:52_ I'm attaching the screens from: - notepad ![3](https://user-images.githubusercontent.com/28735514/26970436-1a32f764-4d12-11e7-9452-f1b159ceeec1.jpg) - power shell ![1](https://user-images.githubusercontent.com/28735514/26970467-320f218c-4d12-11e7-9fd9-b40866303293.jpg) - bash-on-windows ![2](https://user-images.githubusercontent.com/28735514/26970499-4982b932-4d12-11e7-8b4c-c27b3581e436.jpg) the main issue it doesn't repeat all the times - sometimes it does happen, the other time it doesn't
Author
Owner

@bitcrazed commented on GitHub (Feb 16, 2018):

From @alexeyshishkin01 on June 9, 2017 9:54

additional symbols also vary

@bitcrazed commented on GitHub (Feb 16, 2018): _From @alexeyshishkin01 on June 9, 2017 9:54_ additional symbols also vary
Author
Owner

@bitcrazed commented on GitHub (Feb 16, 2018):

From @sunjoong on June 9, 2017 10:24

@alexeyshishkin01 - I see. You meant "ion" of your description and "_" of your bash-on-windows screenshot before ">", alike "li" and "u" before ">" on the below sceenshot;
ls

@bitcrazed commented on GitHub (Feb 16, 2018): _From @sunjoong on June 9, 2017 10:24_ @alexeyshishkin01 - I see. You meant "ion" of your description and "_" of your bash-on-windows screenshot before ">", alike "li" and "u" before ">" on the below sceenshot; ![ls](https://user-images.githubusercontent.com/2748000/26971550-92cc57fc-4d48-11e7-860b-e6177b5660b4.png)
Author
Owner

@poizan42 commented on GitHub (Feb 16, 2018):

@bitcrazed I think something went wrong copying this over, it is the first comments of the same issue as #92

@poizan42 commented on GitHub (Feb 16, 2018): @bitcrazed I think something went wrong copying this over, it is the first comments of the same issue as #92
Author
Owner

@bitcrazed commented on GitHub (Feb 16, 2018):

Thanks for the ping. Alas, GitHub doesn't provide a way to move issues between repro's, and their API's are gated to ~5000 calls per hour. Looks like they started gating which confused the moving tool I was using, and not all move operations were completed successfully :(

Sorry for any corruption during this one-time move. I'll try to go back and retroactively restore missing comments.

@bitcrazed commented on GitHub (Feb 16, 2018): Thanks for the ping. Alas, GitHub doesn't provide a way to move issues between repro's, and their API's are gated to ~5000 calls per hour. Looks like they started gating which confused the moving tool I was using, and not all move operations were completed successfully :( Sorry for any corruption during this one-time move. I'll try to go back and retroactively restore missing comments.
Author
Owner

@bitcrazed commented on GitHub (Feb 16, 2018):

Closing this issue as it's a corrupted dupe of #92.

@bitcrazed commented on GitHub (Feb 16, 2018): Closing this issue as it's a corrupted dupe of #92.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#116