Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread Geert Janssens
Hi Chris, What OS are you using again ? On linux it's indeed as simple as installing the appropriate -dev (or -devel) packages. On Fedora, if you run gnucash once under gdb instead of Eclipse, gdb will tell you which command to run to install all missing debug info. It may be more than you nee

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread Geert Janssens
Op woensdag 1 april 2020 07:36:44 CEST schreef jean laroche: > I don't have an idea for you but in my experience trying to follow the > gtk calls leads nowhere. It does if this issue turns out to be a gtk bug. Regards, Geert ___ gnucash-devel mailing

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread Chris Good
From: Geert Janssens Sent: Wednesday, 1 April 2020 6:37 PM To: gnucash-devel@gnucash.org Cc: Chris Good Subject: Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem Hi Chris, What OS are you using again ? On linux it's indeed as simple as installing the appropriate -dev (

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread Christopher Lam
(snipped screenshot showing a very regular savings account with monthly reconciled interest splits until 31.1.2020 and monthly cleared interest splits afterwards). Apologies I cannot understand how/why the starting balance calculator would not show the appropriate amount. I assume you're not inclu

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread Christopher Lam
Would you mind trying the Reconciliation Report. We're confirming that *all* reconciled_dates column are reasonable. Please feel free to send the resulting report privately. Account = Savings Start Date = 1/1/1970 End Date = today On Wed, 1 Apr 2020 at 15:23, Christopher Lam wrote: > (snipped

[GNC-dev] Gnucash on master fails to start

2020-04-01 Thread Robert Fewell
Hi, Rebased one of my branches on master and it now fails to run with this on the terminal... Backtrace: 4 (apply-smob/1 #) In ice-9/boot-9.scm: 2312:4 3 (save-module-excursion #) In ice-9/eval-string.scm: 38:6 2 (read-and-eval # #:lang _) In gnucash/price-quotes.scm: 524:

Re: [GNC-dev] Gnucash on master fails to start

2020-04-01 Thread Robert Fewell
Just noticed fix from Chris, ignore this... Bob On Wed, 1 Apr 2020 at 16:52, Robert Fewell <14ubo...@gmail.com> wrote: > Hi, > > Rebased one of my branches on master and it now fails to run with this on > the terminal... > > Backtrace: >4 (apply-smob/1 #) > In ice-9/boot-9.scm: >

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread Chris Good
Message: 7 Date: Tue, 31 Mar 2020 22:36:44 -0700 From: jean laroche To: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem Message-ID: <6e6269bf-a454-e5cb-41cb-c5b343fa0...@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed I

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread John Ralls
> On Mar 31, 2020, at 9:29 PM, Chris Good wrote: > > > By adding breakpoints in refresh_handler and gnc_reconcile_view_refresh I > can see that gnc_reconcile_view_refresh() is being called 8 times (4 times > for each of the debits + credits panel) and only on the 2nd call for the > debit pane

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread David Reiser via gnucash-devel
The reconcile report is missing all the transactions from June 2006 (06/06…). -- Dave Reiser dbrei...@icloud.com > On Apr 1, 2020, at 11:47 AM, Christopher Lam > wrote: > > Would you mind trying the Reconciliation Report. We're confirming that *all* > reconciled_dates column are reasonable

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread Christopher Lam
My suspicion is that your reconciliation for June 2006 used a bogus date. Try expand the date filter to End-Date = 31/12/. If I'm right then you could unreconcile the June 2006 splits and re-reconcile the 30 June 2006 statement? On Thu, 2 Apr 2020 at 01:49, David Reiser wrote: > The reconci

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread David Reiser via gnucash-devel
And the missing transactions were the result of a reconciliation date of 6/30/2020. I could see that being the result of my typing 6/3/20, while intending to type 6/3/2006. But in the other problematic savings account I had a reconciliation date of 5/31/2034, and I have no idea how that could oc

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread David Reiser via gnucash-devel
Correct. I edited the raw .xml file. Seems to be fixed. -- Dave Reiser dbrei...@icloud.com > On Apr 2, 2020, at 1:04 AM, Christopher Lam wrote: > > My suspicion is that your reconciliation for June 2006 used a bogus date. Try > expand the date filter to End-Date = 31/12/. > > If I'm ri

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread Christopher Lam
Thank you for helping troubleshoot this issue. The dilemma is whether to keep this change which exposes invalid reconciliation statement dates, or revert to previous behaviour. The only UI available to fix these dates is to unreconcile the old splits and rereconcile old statements (or use latest s

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread David Reiser via gnucash-devel
I’m glad it works. The next question is could this calculation be the basis for calculating balance-on-a-date for the purpose of calculating interest on loan payments that include irregular, extra principal payments? I’m just about done paying off loans, but I pay ahead on my mortgage, and my cr

Re: [GNC-dev] [GNC] some of my reconciliations in 3.9 are completely bonkers

2020-04-01 Thread Christopher Lam
All/cleared/reconciled Balance as of anydate has always been available, but is not hooked up to the SX editor nor the mortgage druid AFAIK On Thu, 2 Apr 2020 at 05:17, David Reiser wrote: > I’m glad it works. The next question is could this calculation be the > basis for calculating balance-on-a