robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

v2: repeated keypresses eventually crash #127

Open robbielyman opened 3 months ago

robbielyman commented 3 months ago

current thought is that this is related to string lifetimes—if the Lua VM garbage-collects a string before it has left the "previous screen" buffer, it's possible we could see the sort of corruption the stack trace is pointing to