rjkroege / edwood

Go version of Plan9 Acme Editor
Other
383 stars 34 forks source link

Repeatable crash #467

Open paul-lalonde opened 1 year ago

paul-lalonde commented 1 year ago

Open edwood (top of tree, master) on a file containing

            <data inType="win:AnsiString" name="Description" />
            <data inType="win:Int32" name="Depth" />
            <data inType="win:AnsiString" name="Description" />
            <data inType="win:Int32" name="Depth" />
            <data inType="win:Float" name="Duration (ms)" />
Edit ,x/^[^"]*"/d

Execute the edit command, then Undo.

paul-lalonde commented 1 year ago

I should add: Mac OS, Go 1.19 (though it was happening with an earlier, unknown version - I recompiled to top of tree with 1.19].

rjkroege commented 1 year ago

Oh dear. Will take a look.

rjkroege commented 1 year ago

See #471 for additional details.