<div dir="ltr"><div><div><div>I'm scanning through Darshan logs from Blue Waters, and darshan-parser fails on bunch (1588) of log files. They're all Darshan version 3 files, and all from the same user. Every one of this user's Darshan version 3 files fails.  Their Darshan version 2 files are fine.<br><br></div>I ran darshan-parser in a debugger, and found that the headers seem to have a couple garbage entries.<br><br></div>After the call to darshan_log_get_job(), the "len" fields in fd->name_map and fd->mod_map[6] seem to be invalid:<br><br>(gdb) p /x fd->name_map<br>$42 = {off = 0x1fc, len = 0xfffffffffffffe04}<br>(gdb) p /x fd->mod_map[6]<br>$43 = {off = 0x277, len = 0xfffffffffffffd89}<br><br></div>Have you seen errors like these before? Any idea why they're happening?  Since it's only one user, I suspect it's something in their code, perhaps a failure during MPI_Finalize.<br><br></div>