I am relatively new to julia, and really not sure how to handle a problem with a package I am developing. When I call a function defined in it, I get a segmentation fault. However, if I paste the exact same code into the REPL, it works just fine. Previously, after importing the package I was getting many copies of the error:
It was enabled, but I took it out to see if it would help resolve the problem (it didn’t). I’m not sure what you mean by compiled pointers. Where do I look for them?