You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edwood crashed while doing a Put on a .go file. Most likely the crash happened when Put triggered acme-lsp to format the .go file and show diagnostics.
I can reproduce this after putting a 5 seconds sleep before the loop where we're getting the "index out of range" panic in Column.Grow. Follow these steps to reproduce:
Open acme with only one column.
Open few windows. Let's call the topmost window T. Make sure nothing in the window body is showing (t.fr.GetFrameFillStatus().Maxlines == 0).
This will trigger xfidwrite to call Text.Show, which will call Column.Grow:
Edwood crashed while doing a
Put
on a.go
file. Most likely the crash happened whenPut
triggered acme-lsp to format the.go
file and show diagnostics.Full stack trace: edwood_crash.txt
The text was updated successfully, but these errors were encountered: