|
From: <kin...@us...> - 2003-12-20 12:05:43
|
Update of /cvsroot/teem/teem/src/unrrdu In directory sc8-pr-cvs1:/tmp/cvs-serv5214/unrrdu Modified Files: pad.c Log Message: documenting debugging of mysterious segfaults on hammerhead.ucsd.edu, an ia64 machine Index: pad.c =================================================================== RCS file: /cvsroot/teem/teem/src/unrrdu/pad.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** pad.c 23 Jul 2003 01:20:31 -0000 1.22 --- pad.c 20 Dec 2003 12:05:40 -0000 1.23 *************** *** 59,62 **** --- 59,63 ---- USAGE(_unrrdu_padInfoL); + /* hammerhead problems were here */ PARSE(); airMopAdd(mop, opt, (airMopper)hestParseFree, airMopAlways); |