Stack Overflow when tried to get all object attributes in console in debug mode
In debugging and in a breakpoint stop, Opened the debug console, typed the object name the typed “.” => booom this stack trace appears.Windows fatal exception: stack overflow
Thread 0x00004fb0 (most recent call first):
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 327 in wait
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\queues.py", line 231 in _feed
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 982 in run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1045 in _bootstrap_inner
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1002 in _bootstrap
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_monkey.py", line 862 in __call__
Thread 0x000027cc (most recent call first):
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\connection.py", line 828 in _exhaustive_wait
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\connection.py", line 896 in wait
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\concurrent\futures\process.py", line 417 in wait_result_broken_or_wakeup
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\concurrent\futures\process.py", line 344 in run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1045 in _bootstrap_inner
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1002 in _bootstrap
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_monkey.py", line 862 in __call__
Thread 0x00004fac (most recent call first):
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 331 in wait
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 629 in wait
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\pydevd.py", line 157 in _on_run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 219 in run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1045 in _bootstrap_inner
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1002 in _bootstrap
Thread 0x000022f4 (most recent call first):
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 293 in _on_run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 219 in run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1045 in _bootstrap_inner
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1002 in _bootstrap
Thread 0x00000d38 (most recent call first):
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 331 in wait
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\queue.py", line 180 in get
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 370 in _on_run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 219 in run
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1045 in _bootstrap_inner
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1002 in _bootstrap
Current thread 0x00002f28 (most recent call first):
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydev_bundle\_pydev_imports_tipper.py", line 216 in generate_imports_tip_for_module
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydev_bundle\_pydev_completer.py", line 151 in attr_matches
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydev_bundle\_pydev_completer.py", line 89 in complete
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydev_bundle\_pydev_completer.py", line 172 in generate_completions_as_xml
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 1600 in do_it
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\pydevd.py", line 900 in process_internal_commands
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\pydevd.py", line 1215 in _do_wait_suspend
File "C:\Users\saifeddine.jarboui\AppData\Local\Programs\PyCharm Community\plugins\python-ce\helpers\pydev\pydevd.py", line 1201 in do_wait_suspend
File "C:\Workspace\antlyzer\src\antlyzer\analyzers\pairing\_tcp.py", line 54 in on_tls_received
Please sign in to leave a comment.
Please note that Code Completion is in Runtime mode… I switched to static and now problem disappears
Hi Saif Jarboui , I am not able to reproduce this behavior on the recent 2024.1.4 version.
May I ask you to share a minimal project sample required to reproduce it? Would you please also share logs from Help | Collect Logs and Diagnostic Data after reproducing it? Please upload it to https://uploads.services.jetbrains.com and let me know the upload ID.