What I’m trying to do is to implement a complete interface to call any function of Julia from Scilab language.
I think the problem is in garbage collection. I would like to know whether there are any such problems. And also I would like to know in detail about how to do Garbage Collection.
Thank you.
The error is:
while loading no file, in expression starting on line 0
Segmentation fault (core dumped)```
https://github.com/tastelessjolt/scilab-julia-interface/blob/master/sci_call_julia.c
https://github.com/tastelessjolt/scilab-julia-interface/blob/master/double_conv.c
https://github.com/tastelessjolt/scilab-julia-interface/blob/master/integer_conv.c