martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.64k stars 125 forks source link

[BUG]: Constant crashes in 4.7.3 Lite Win10 #1485

Closed seventyiris83 closed 1 month ago

seventyiris83 commented 2 months ago

Brief description of the issue

since 4.7.3 Lite and following dev builds, the windows 10 variant of rss guard consistently crashes and closes when scrolling through the article list.

@RonnyTNL pointed out in the discord this could be Qt related as the win7 variant of 4.7.3 Lite isn't affected by this issue

How to reproduce the bug?

  1. have 4.7.3 lite or the latest lite devbuild installed
  2. create standard RSS account
  3. load default feeds
  4. fetch articles from default feeds
  5. go to article list
  6. select first article at the top of the list
  7. press and hold down key
  8. rss guard should randomly crash at any point when scrolling through the article list and consistenly crash when repeating steps 5, 6 and 7

What was the expected result?

scroll through articles with no crashing

What actually happened?

rss guard crashes and closes when scrolling through article list

Debug log

procdump produces a 276mb dmp when set as post-mortem debugger.

you can have it produce one on your end by configuring procdump as post-mortem debugger so it automatically catches a crash with procdump -ma -i c:\<some folder>\ (thanks @RonnyTNL for the tip)

Operating system and version

martinrotter commented 1 month ago

My testing revealed that this is caused by the same bug as #1495, which was fixed few days ago. Wait for new version to be released or test via devbuild.