Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copilot got stuck in an infinite text loop #2039

Closed
mlh758 opened this issue Oct 25, 2024 · 1 comment
Closed

Copilot got stuck in an infinite text loop #2039

mlh758 opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists infinite-response-loop

Comments

@mlh758
Copy link

mlh758 commented Oct 25, 2024

Type: Bug

I asked:

"Is there a AVX512 SIMD instruction that would allow you to reverse the digits of an integer with a single instruction?"

Followed by:

"What instructions would I need to extract digits from a number with x86 assembler?"

I recognize these were stupid questions, don't judge me.

And it started constantly emitting:
mov edx, dword edx
mov edx, [edx]
mov edx, dword edx
mov edx, [edx]
mov edx, dword edx
mov edx, [edx]
mov edx, dword edx
mov edx, [edx]
mov edx, dword edx
mov edx, [edx]
mov edx, dword edx
mov edx, [edx]
mov edx, dword edx
mov edx, [edx]
mov edx, dword

Extension version: 0.21.2
VS Code version: Code 1.94.1 (Universal) (e10f2369d0d9614a452462f2e01cdc4aa9486296, 2024-10-05T05:44:32.189Z)
OS version: Darwin arm64 22.6.0
Modes:

System Info
Item Value
CPUs Apple M1 Pro (10 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) 15, 16, 15
Memory (System) 32.00GB (0.08GB free)
Process Argv --crash-reporter-id 1b86a075-3653-4ba1-9584-929718db13f7
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaat:30438848
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
pythonnoceb:30805159
asynctok:30898717
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
9c06g630:31013171
dvdeprecation:31068756
dwnewjupytercf:31046870
newcmakeconfigv2:31071590
impr_priority:31102340
nativerepl1:31139838
refactort:31108082
pythonrstrctxt:31112756
wkspc-onlycs-t:31132770
wkspc-ranged-t:31151552
cf971741:31144450
defaultse:31146405
iacca2:31156134
notype1:31157159
5fd0e150:31155592
dwcopilot:31164048
icondisabled:31158250

@github-actions github-actions bot added the triage-needed Issues needing to be assigned to the prospective feature owner label Oct 25, 2024
@vs-code-engineering vs-code-engineering bot removed the triage-needed Issues needing to be assigned to the prospective feature owner label Oct 25, 2024
Copy link

This issue is a duplicate of #2628. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem.

@github-actions github-actions bot added duplicate This issue or pull request already exists infinite-response-loop and removed ~infinite-response-loop labels Dec 10, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists infinite-response-loop
Projects
None yet
Development

No branches or pull requests

3 participants