Back to the main page.
Bug 1982 - CalcMD5 does not support input with size > 2^31
Status | CLOSED DUPLICATE |
Reported | 2013-02-12 12:35:00 +0100 |
Modified | 2019-08-10 12:03:37 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Eelke Spaak - 2013-02-12 12:35:13 +0100
when doing freqanalysis on a ~2.5 GB data structure, I get this error: >> freq=ft_timelockanalysis(cfg, datplan); Error using CalcMD5 *** CalcMD5[mex]: Input > 2^31 byte not handled yet. Error in ft_preamble_provenance (line 53) cfg.callinfo.inputhash = cellfun(@CalcMD5, cellfun(@mxSerialize, cellfun(@eval, ft_default.preamble, 'UniformOutput', false), 'UniformOutput', false), 'UniformOutput', false); Error in ft_preamble (line 54) evalin('caller', ['ft_preamble_' cmd]); Error in ft_timelockanalysis (line 125) ft_preamble provenance data I can work around it, but needs to be fixed somehow.
Diego Lozano Soldevilla - 2013-02-13 13:47:01 +0100
duplicate *** This bug has been marked as a duplicate of bug 1917 ***