zxcalc / quantomatic

Quantomatic is a tool for doing automated graph rewriting.
http://quantomatic.github.io
151 stars 22 forks source link

Edge case: index out of bounds on saving first tab #215

Open SaraWolffs opened 6 years ago

SaraWolffs commented 6 years ago

Haven't produced a reliable repro yet, but under some conditions, trying to save the first tab throws IndexOutOfBounds(-1,n) where n is the number of open tabs. Here's a trace for 9 tabs: exception.txt

I'll come back to this at some point, see if I can create a reliable reproduction, but maybe someone can tell from the stack trace alone what happened.