[GNC] Gnucash 3.7 freezes on any report after update from 2.6

andrewTE aos at aoselectronics.com
Sun Oct 20 15:07:23 EDT 2019


I've run it with debug. No messages showing on the console, and in the
tracefile I get something like this:

* 11:57:01  INFO <gnc.gui> [gnc_plugin_page_report_setup] report-id: 11
* 11:57:01  INFO <gnc.gui> [gnc_plugin_page_report_setup] set needs save
* 11:57:02  INFO <gnc.html> [gnc_html_webkit_init] webkit_settings: Set
default font to [[gnc_html_w]
* 11:57:02  INFO <gnc.app-utils.gsettings> [gnc_gsettings_register_cb]
schema: general.report, key: default-zoom, settings_ptr: 0b6a7f40,
handler_id: 20891
* 11:57:02  INFO <gnc.gui> [gnc_plugin_page_report_realize_uri] Realized
Container size is 1w x 1h
* 11:57:02  INFO <qof.object> [qof_object_foreach] type=Split
* 11:57:02  INFO <qof.engine> [qof_collection_foreach] Hash Table size of
Split before is 50912
* 11:57:02  INFO <qof.engine> [qof_collection_foreach] Hash Table size of
Split after is 50912
* 11:57:02  INFO <qof.query> [qof_query_run_internal] matching
objects=1d3f0000 count=50504
* 11:57:03  INFO <qof.object> [qof_object_foreach] type=Split
* 11:57:03  INFO <qof.engine> [qof_collection_foreach] Hash Table size of
Split before is 50912
* 11:57:03  INFO <qof.engine> [qof_collection_foreach] Hash Table size of
Split after is 50912
* 11:57:03  INFO <qof.query> [qof_query_run_internal] matching
objects=14af9a60 count=1284
* 11:57:03 MESSG <gnc.scm> 







<link rel="stylesheet" type="text/css" href="file:///c:\Program Files
(x86)\gnucash/share\gnucash\jqplot/jquery.jqplot.css" />
<div id="chart-24145" style="width:100.0%;height:100.0%;"></div>
<script id="source">
$(function () {var data = [];var series = [];

followed by some javascript code which I can post if needed, it's rather
long but I see nothing unusual. One excerpt that may give hint into what
it's drawing is

$.jqplot.config.enablePlugins = true;
$(document).ready(function() {
var plot = $.jqplot('chart-24145', data, options);
plot.axes.xaxis.ticks = getVisualTicks();
plot.replot();

This was the average balance graph which then froze. CPU use of gnucash is
0, likewise with disk. It's not like 2.6 where it is obviously hard at work
and not frozen and comes back eventually.



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html


More information about the gnucash-user mailing list