Hi all, I am currently running code that reads in multiple datasets, merging them into one dataset. I keep encountering a "segmentation fault" error. I've done some google searches and understand this relates to me accessing some form of memory I don't have access to.
Has anyone else seen this error before? What did you come up with for a solution? Is this simply a case of my data being too big too handle?
Note: I've previously run this code without error, so I don't believe it's a problem with syntax.
Has anyone else seen this error before? What did you come up with for a solution? Is this simply a case of my data being too big too handle?
Note: I've previously run this code without error, so I don't believe it's a problem with syntax.
Comment