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. -- ...jsled _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
