ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

100% CPU use #21

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago

Hi @ccavanaugh -

I have noticed that jGnash climbs to 100% cpu use after using it a few minutes. Typically I'm entering items into a couple accounts, then reconciling them with my bank's online info. Closing jGnash brings CPU use (and temp!) back to normal.

Environment:

ccavanaugh commented 7 years ago

I found and fixed this a couple of days ago. I goofed and left some debugging code in place to stress test some threading code. To be specific, it should start loading the system after about 45 seconds after start.

The commit is https://github.com/ccavanaugh/jgnash/commit/c1c7702157696e8457396d23ffbb1e2052b7f5bd

Nice to see another Arch user.

Thanks, Craig

lukebakken commented 7 years ago

Great! I'll give it a try as soon as I can.

ccavanaugh commented 7 years ago

Closed, fixed in release 2.29.0

lukebakken commented 7 years ago

Confirmed with 2.29.0, thanks again.