Can add-ons make Blender unstable even while not being used?

btw i’m using e-cycles
hardware i5 8600k, 1080ti, 1070, 64gb ram, win 10
nvidia driver: 461.92

for easy lookup, make a new textfile in script editor and execute this:

import bpy

for addon in bpy.context.preferences.addons:
    print(addon.module)

see the result in system console

lets track this down because there are several threads at the bugtracker but the devs doesnt found anything…

these are the similar addons activated by me and @phoenixart
please contribute so we can check:

add_curve_extra_objects
add_curve_ivygen
add_mesh_extra_objects
AI_denoise_addon
animation_animall
archipack_20
assetninja-assetimport
bakeToVertexColor_1_0_7
blender_cloud
blender_id
BlenderGIS-master
boundary_alinged_remesh
chocofur_model_manager_28
cycles
Exr_auto-pass_saver
extra_lights-master
Extreme PBR_v3_3_45
fspy_blender
hdri_maker_v2_0_85
IES_for_cycles
iMeshh-Asset-Manager-master
io_anim_bvh
io_curve_svg
io_export_after_effects
io_export_dxf
io_import_dxf
io_import_images_as_planes
io_import_multiple_objs
io_mesh_ply
io_mesh_stl
io_mesh_uv_layout
io_scene_fbx
io_scene_gltf2
io_scene_obj
io_scene_x3d
Lodify
MapsModelsImporter
mesh_hidesato_offset_edges
Node Kit
node_arrange
node_wrangler
object_boolean_tools
object_scatter
oscurart_tools
photographer
physical-starlight-atmosphere
renderset_pro
Scatter
SimpleBake
slcad_transform
space_view3d_align_tools
STEPper
sun_position
system_blend_info
textools

greets phil