Can I tell what is missing by viewing the XML data file? Is this anything of concern?
Rick -----Original Message----- From: John Ralls [mailto:[email protected]] Sent: Friday, November 15, 2019 10:31 AM To: Rick Mobley <[email protected]> Cc: gnucash-user <[email protected]> Subject: Re: [GNC] Error noted > On Nov 15, 2019, at 8:10 AM, Rick Mobley <[email protected]> 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 _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
