Hello everyone,
I have this program that i have been developing for a lot of time that is supposed to check in multiple CSV like files if some specific type of data is present.
As a example lets say with have multiple csv files one with the columns username,score and one with username,language
If we search for all the users with the language (fr) the program is supposed to check in all the CSV files for this collumn
Basicly it is a fucked SQL. (Before telling me so i have some obligations to do it like this)
My problem is a SIGSEGV (Segmentation fault) when searching in a lot of large files (RAM didn't seem to get overloaded when i check with HTOP)
Thread 1 "program" received signal SIGSEGV, Segmentation fault.
__memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:262
262 ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: No such file or directory.
Specific code triggering the error: