AUDIT: r15966 - gnucash/trunk - Extend the stack size when pulling price quotes (#428133)

Derek Atkins warlord at cvs.gnucash.org
Sat Apr 21 15:43:11 EDT 2007


Author: warlord
Date: 2007-04-21 15:43:11 -0400 (Sat, 21 Apr 2007)
New Revision: 15966
Trac: http://svn.gnucash.org/trac/changeset/15966

Modified:
   gnucash/trunk/
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Extend the stack size when pulling price quotes (#428133)
Patch from Mike Alexander.
BP



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14543
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14601
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2007-04-21 19:32:04 UTC (rev 15965)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2007-04-21 19:43:11 UTC (rev 15966)
@@ -364,6 +364,8 @@
     SCM mod, add_quotes, scm_book, scm_result = SCM_BOOL_F;
     QofSession *session = NULL;
 
+    scm_c_eval_string("(debug-set! stack 200000)");
+    
     mod = scm_c_resolve_module("gnucash price-quotes");
     scm_set_current_module(mod);
 



More information about the gnucash-changes mailing list