Hardware watchpoint 2: *(0xbfffcb5c)
Old value = -987698962
New value = -987699200
DFANIgetann (filename=0x8125d10 "tdfanF.hdf", tag=<value optimized out>,
ref=<value optimized out>, ann=0xbfffcb3e "Object label #1: sds ",
maxlen=31, type=0) at dfan.c:1103
1103 Lastref = annref; /* remember ref last accessed */
Current language: auto; currently c
(gdb) list
1098 HCLOSE_GOTO_ERROR(file_id,DFE_READERROR,FAIL);
1099 }
1100 if (type == DFAN_LABEL)
1101 ann[annlen] = '\0'; /* terminate string properly */
1102
1103 Lastref = annref; /* remember ref last accessed */
(gdb) print &ann[annlen]
$7 = (uint8 *) 0xbfffcb5c ""
So that's where I get clobbered. Need to figure out why, but at least I
solved the watch location question.