[GNC] Error noted

John Ralls jralls at ceridwen.us
Fri Nov 15 11:30:49 EST 2019



> 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