[kepler-dev] [Bug 5332] cr1k_d doesn't reliably connect to logger
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed Mar 9 16:25:29 PST 2011
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5332
--- Comment #2 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2011-03-09 16:25:29 PST ---
Dan and I tracked the
[ERR] Response Code is not "complete(0x00)" (0E)
error down to a path parsing problem in pakbus_cmd.c -- the code can't handle
a path with a period in it:
------
/* find extension and create dump file name*/
ext = strstr(DCD_CONF+1, ".");
dump_file = (char*) malloc( strlen(ext) + strlen("CPU:conf") + 1 );
-----
It's unclear if the RING error is due to a separate issue.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Kepler-dev
mailing list