git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.44k stars 1.23k forks source link

Regular crashes observed #998

Open vesko opened 2 months ago

vesko commented 2 months ago

Hi!

Sadly I have been getting regular crashes in GitUp when performing various actions.

The most consistent way to invoke a crash has been when switching between views (cmd+1 / cmd+2) - but it occurs while performing other actions too, such as switching between files in the commit view or staging and unstaging files.

Several crash logs are attached here: gitup crash logs.zip

The machine is an M3 Macbook Air running Sonoma 14.4.1 Tried downgrading to 1.3.5 but the issue is present there as well.

Let me know if I can assist with any more information. GitUp is my favourite Git GUI client and I'd hate to have to switch away!

lucasderraugh commented 2 months ago

Thanks for filing. I'll check these out soon.

halhenke commented 2 weeks ago

Downgraded to 1.3.3 - still crashed when changing views

Downgraded to 1.2 - no crashes thus far

lucasderraugh commented 1 week ago

Looks like a bad release, likely caused by part of the codebase that is MRC and then this part being ARC and there being a misunderstanding of ownership. I'll take a look at some of those objects.