Thanks for the report and sample project.
I’ve now been able to reproduce the underlying crash. It happens when a ListBox with flexible/star column widths is resized very narrowly while Avalonia is recalculating the internal DataGrid column widths. In some resize states this can produce a non-finite column width, which causes the desktop host to abort with exit code 134.
The Resize() handler workaround that clamps the window width avoids the crash by preventing the ListBox from reaching the bad layout state, but the underlying issue is in Objo’s ListBox runtime code.
I’ve fixed this so ListBox column width recalculation no longer re-enters Avalonia’s column sizing while a resize notification is still being processed. The fix will be included in the next Objo Studio release: https://feedback.objo.dev/bug/523