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

Sometimes this exception is reported when calling open #745

Open
qianxiansheng opened this issue Mar 15, 2024 · 0 comments
Open

Sometimes this exception is reported when calling open #745

qianxiansheng opened this issue Mar 15, 2024 · 0 comments

Comments

@qianxiansheng
Copy link

C:\Users\leosh\AppData\Roaming\Local\Program\ING_SDK\downloader>"C:\Program Files\Python310\python.exe" icsdw.py "C:\Users\leosh\AppData\Roaming\Local\Program\ING_SDK\downloader\settings.ini"
Exception: exception: stack overflow

Traceback (most recent call last):
File "C:\Users\leosh\AppData\Roaming\Local\Program\ING_SDK\downloader\icsdw.py", line 266, in
r = run_proj(FLAGS.proj, FLAGS.go, FLAGS.port, FLAGS.timeout, FLAGS.counter, FLAGS.user_data)
File "C:\Users\leosh\AppData\Roaming\Local\Program\ING_SDK\downloader\icsdw.py", line 176, in run_proj
ser = open_serial(dict(config.items('uart')), port)
File "C:\Users\leosh\AppData\Roaming\Local\Program\ING_SDK\downloader\icsdw.py", line 103, in open_serial
ser.open()
File "C:\Program Files\Python310\lib\site-packages\serial\serialwin32.py", line 80, in open
self._reconfigure_port()
File "C:\Program Files\Python310\lib\site-packages\serial\serialwin32.py", line 221, in _reconfigure_port
if not win32.SetCommState(self._port_handle, ctypes.byref(comDCB)):
OSError: exception: stack overflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant