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

Exception while running several programs #25

Open
zokrezyl opened this issue Jun 7, 2020 · 0 comments
Open

Exception while running several programs #25

zokrezyl opened this issue Jun 7, 2020 · 0 comments

Comments

@zokrezyl
Copy link
Owner

zokrezyl commented Jun 7, 2020

Running for instance several times examples/voronoi.py

  File "src/asciterm.py", line 134, in <module>
    run()
  File "src/asciterm.py", line 130, in run
    return cmd.run(args)
  File "src/asciterm.py", line 65, in run
    terminal.run()
  File "/g/i/asciterm/src/asciterm_glumpy.py", line 58, in run
    app.__backend__.process(0.05)
  File "/usr/local/lib/python3.8/dist-packages/glumpy/app/window/backends/backend_qt5.py", line 409, in process
    window.dispatch_event('on_draw', dt)
  File "/usr/local/lib/python3.8/dist-packages/glumpy/app/window/event.py", line 386, in dispatch_event
    if handler(*args):
  File "/g/i/asciterm/src/asciterm_glumpy.py", line 83, in on_draw
    self.draw(event)
  File "/g/i/asciterm/src/asciterm_generic.py", line 282, in draw
    self.vt.progman.draw(mouse=self.mouse)
  File "/g/i/asciterm/src/progman.py", line 194, in draw
    for internal_id, prog_wrap in self.prog_wraps.items():
RuntimeError: dictionary changed size during iteration

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