maxharlow/csvmatch

Segmentation Fault: 11 when running fuzzy levenshtein

nicholassewitz opened this issue · 2 comments

Hey when I try run csvmatch test1.csv test2.csv --fuzzy levenshtein in the terminal it crashes my terminal and give segmentation fault 11. I am using python 2.7.11. Sometimes it will output results in ther terminal sometimes it won't.

Looks like this is related to jamesturk/jellyfish#52 and jamesturk/jellyfish#55. I've updated to the latest version of Jellyfish and moved to the Python version of the algorithm (rather than the faster C implementation), which should fix this issue.

Could you try updating to version 1.11 and give it a go with your data?

Believe this is fixed now