[GNC] Error noted

John Ralls jralls at ceridwen.us
Sat Nov 16 00:02:04 EST 2019


Probably not, because it's more than likely a field that isn't required to be filled, like reconcile date. You could search for "trn:date-posted" (if you use grep to do so you'll want to use `-A 1` to also get the following line) and see that all of those dates are sane... but if you have more than a few transactions that will be at best tedious.

Regards,
John Ralls

> On Nov 15, 2019, at 9:03 AM, Rick Mobley <rlmobley at sbcglobal.net> wrote:
> 
> Can I tell what is missing by viewing the XML data file?
> 
> Is this anything of concern?
> 
> Rick
> 
> -----Original Message-----
> From: John Ralls [mailto:jralls at ceridwen.us] 
> Sent: Friday, November 15, 2019 10:31 AM
> To: Rick Mobley <rlmobley at sbcglobal.net>
> Cc: gnucash-user <gnucash-user at gnucash.org>
> Subject: Re: [GNC] Error noted
> 
> 
> 
>> On Nov 15, 2019, at 8:10 AM, Rick Mobley <rlmobley at sbcglobal.net> wrote:
>> 
>> I'm not seeing an on-screen error, but today I found these "Trace" log 
>> files in my temp directory today. Gnucash.trace.RNFVA0.log, etc.
>> 
>> 
>> 
>> Is this a concern? Should I post as a bug report?
>> 
>> 
>> 
>> Running GNuCash v3.6 on a Windows 10 PC.
>> 
>> 
>> 
>> 
>> 
>> * 13:50:52  WARN <gnc.app-utils> Could not spawn perl: Failed to 
>> execute child process (Bad file descriptor)
>> 
>> * 13:51:16 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:51:16 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:51:16 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:51:16 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:51:16 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:51:17 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:53:35 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:53:35 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:53:35 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:53:35 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:53:35 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
>> 
>> * 13:53:35 ERROR <gnc.backend.xml> xmlNode* time64_to_dom_tree(const 
>> char*,
>> time64): assertion 'time != INT64_MAX' failed
> 
> The first one is routine and just means that you're not using Finance::Quote
> to retrieve stock prices or currency exchange rates.
> 
> The others indicate an attempt to write an invalid time stamp into the data
> file--we use INT64_MAX as the not a time/unknown time value--and that's
> probably just an indication that some date field is empty.
> 
> Regards,
> John Ralls
> 



More information about the gnucash-user mailing list