If one uses fdump to save a data structure that has identical ndarrays (or possibly other objects), then fdump will recognize this and save space in the output file by having the "first" ndarray that was written be referenced by the following ndarrays. This is great, but it presents a problem when using frestore, I think because it triggers "my variable %s masks earlier declaration in same scope" warnings. Simple example script attached.
dumper_collision.pdl.txt