Skip to content

Heavy process started on runinnig phyton script on bash terminal #283339

@paulomnasc

Description

@paulomnasc

Type: Bug

Heavy process started at script suggested by copilot.
It has locked my workstation.

See code below :

AWS_ACCESS_KEY_ID=admin AWS_SECRET_ACCESS_KEY=admin123 python3 - << 'PY'
import pandas as pd, s3fs
fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url':'http://localhost:9000'})
path = 'lab01/silver/orders/1765630965_dd329c2fe06f147f1121.parquet'
with fs.open(path, 'rb') as f:
df = pd.read_parquet(f)
cols = list(df.columns)
print('Total colunas:', len(cols))
print('DataQuality cols:', [c for c in cols if c.startswith('DataQuality')])
print('Primeiras colunas:', cols[:15])
print('Últimas colunas:', cols[-5:])
PY

Extension version: 0.35.0
VS Code version: Code 1.107.0 (618725e, 2025-12-10T07:43:47.883Z)
OS version: Windows_NT x64 10.0.26200
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2

System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz (8 x 2803)
GPU Status 2d_canvas: enabled
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
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 19.70GB (7.91GB free)
Process Argv --crash-reporter-id 821ba986-525c-461b-b66b-27e2bc08de3f
Screen Reader no
VM 0%
Item Value
Remote WSL: Ubuntu
OS Linux x64 5.15.167.4-microsoft-standard-WSL2
CPUs 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz (8 x 0)
Memory (System) 9.57GB (7.67GB free)
VM 0%
A/B Experiments
vsliv368cf:30146710
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
aj953862:31281341
b6b4d950:31327385
nes-set-on:31351930
6abeh943:31336334
cloudbuttont:31379625
todos-1:31405332
3efgi100_wstrepl:31403338
trigger-command-fix:31379601
use-responses-api:31390855
je187915:31401257
d5i5i512:31428709
ec5jj548:31422691
terminalsuggestenabled:31431119
cmp-ext-treat:31426748
cp_cls_c_966_ss:31426491
copilot6169-t2000-control:31431385
c0683394:31419495
478ah919:31426797
ge8j1254_inline_auto_hint_haiku:31431912
a5gib710:31434435
38bie571_auto:31434450
rename_enabled:31433535
7a04d226_do_not_restore_last_panel_session:31434268
anthropic_thinking_t:31432745
cp_cls_c_1081:31433293
copilot-nes-oct-trt:31432596

Metadata

Metadata

Assignees

Labels

new releaseIssues found in a recent release of VS Code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions