On 22 Jan 2007, at 8:46:14 PM, Josh Sled wrote: > On Mon, January 22, 2007 8:36 pm, David Reiser wrote: >>> "up" at the (gdb) prompt), and you should be able to print the >>> value of >>> 'num_marks' ... at the point, we can assume it's not valid, but >>> it'd be >>> good to know exactly what value it has. >> >> Is this the right snippet? >> >> (gdb) up >> #5 0x01047914 in gdc_add_tag_markings (cal=0x732b170, tag=1) at gnc- >> dense-cal.c:1572 >> 1572 dates = g_new0(GDate*, num_marks); > > Getting there. At this point, try "p num_marks" at the (gdb) prompt. >
Derek wins again... (gdb) p num_marks $1 = -1 > -- > ...jsled > Dave -- David Reiser [EMAIL PROTECTED] _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
