[Darshan-users] Minor issues
Phil Carns
carns at mcs.anl.gov
Fri Apr 11 15:34:21 CDT 2014
This thread is pretty old at this point, but I wanted to provide one
more update: in addition to the bug fixes Kevin described below, the
trunk version of Darshan now also adds an extra 3 KiB of room to the
metadata field (which is used for annotations in darshan-convert) so
that you can generally store more information there now.
The upcoming 2.2.9 release is going to increment the log format version
anyway so it was a good time to make this change.
thanks,
-Phil
On 12/17/2013 03:04 PM, Harms, Kevin N. wrote:
> Thank you for the bug reports.
>
>> 1 - darshan-convert --annotate option : nb of character is limited to 6 for the metadata name
>>
>> When I tried to configure a metadata with annotate option, if the number of character of metadata name is superior to 6, the metadata is malformated.
> This one is partially fixed in 2.2.8. The outcome might not be exactly desirable but when darshan-convert runs it appends the previous log version in the metadata. When adding this, there is a check if the metadata field would be exceeded and if so, it drops all other metadata and inserts only the prev_ver=x.yz data. Given that the current size of the metadata is limited to 64 characters, when we try to add prev_ver=2.02 to the existing metadata, the size will always be exceeded so no existing or new metadata will be inserted and only the prev_ver data will be present.
>
> I created a RT ticket for this: https://trac.mcs.anl.gov/projects/darshan/ticket/121
>
> I also committed a new code change that explicitly checks for overflow when appending user metadata.
>
> https://trac.mcs.anl.gov/projects/darshan/changeset/808
>
>> 2 - darshan-convert with bad argument -> segmentation fault
>>
>> When I used a bad argument for darshan-convert command, a segmentation occurred.
>>
>> Note : for the other Darshan commands, the help is displayed.
>>
>> [petit-v at valx13 darshan]$ darshan-convert --anotate
>> Segmentation fault (core dumped)
> I opened an RT ticket and fixed this in revision 808 as well.
>
> https://trac.mcs.anl.gov/projects/darshan/ticket/120
> https://trac.mcs.anl.gov/projects/darshan/changeset/808
>
> kevin
>
More information about the Darshan-users
mailing list