Ark icon indicating copy to clipboard operation
Ark copied to clipboard

Segmentation fault (core dumped) on import

Open marwal-88 opened this issue 10 months ago • 6 comments

What happened?

I'm using Manjaro and installed arkscript 3.1.3-1 from repo. It works.. unless I try import.

(import "http.arkm")

This single line is enough to send it into seg-fault. I run it like this: arkscript webtest.ark

So I uninstalled and cloned the latest version. No problems.. but it installed in /usr/local/bin and /usr/local/lib (I used sudo for the final compile (following the instructions))

Now the program has no clue where the libraries are. So I moved everything to /usr/bin and usr/lib. Now it works the same as before. Not a problem unless I try import.

arkscript --version Version 4.0.0

What ArkScript version are you seeing the problem on?

v4.0.0

Relevant code & log output

No response

Documentation

  • [X] I have read existing related documentation before submitting this report
  • [X] I have searched for an existing issue before posting

marwal-88 avatar Aug 21 '23 18:08 marwal-88