zzd1992/GBDTMO

Compiling and running on mac lead to segmentation error

Opened this issue · 0 comments

I have tested the code on linux and it works perfectly fine.
However, I am trying to get it to work on macos. The compilation works fine however, whenever i run the code, i get a Segmentation fault: 11 which crashes the process and python.
I've tried replacing a couple of ctypes in the lib_utils.py but no luck there.
Has anyone been able to use this code on mac? Or has any suggestion on how to make it work?