The chunk method saveReference (version 1.3.3) freezes the GUI when specifying multiple columns.
# This works fine and return immediately
chunk.saveReference(path, columns='n')
# This freezes the GUI, need to kill the process
chunk.saveReference(path, columns='nuvw')