Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.56k stars 113 forks source link

Rapdily cycling through commits with down arrow results in application crash. #553

Open safield opened 1 year ago

safield commented 1 year ago

Version: v1.3.0 OS: Ubuntu 22.04 Package: Flatpak

Steps to reproduce: -Open a repo with many commits (mine has about 75). -on the left hand pane, focus the first commit with the mouse. -press and hold the down arrow key, to start cycling down through the commits. -after cycling down through about 4-5 commits, the application crashes.

I launch the app with flatpak run [full gittyup name], and no log messages were logged on crash.

Murmele commented 1 year ago

Hi,

perhabs currently the log messages are only available in debug mode https://github.com/Murmele/Gittyup/blob/8a0dd90f37ade7cf1bff583732721f64e5543aa9/CMakeLists.txt#L97-L101

Can you try the build comming out from this MR? https://github.com/Murmele/Gittyup/pull/555 There I enabled Debug Messages