trealla-prolog / trealla

A compact, efficient Prolog interpreter written in plain-old C.
MIT License
268 stars 13 forks source link

Segmentation Dump with NOFFI=1 NOSSL=1 NOTHREADS=1 ISOCLINE=1 Enabled #551

Closed infradig closed 3 months ago

infradig commented 3 months ago

Discussed in https://github.com/trealla-prolog/trealla/discussions/550

Originally posted by **jgarte** June 16, 2024 Hi, Building with the following flags results in a segmentation dump: ```sh make NOFFI=1 NOSSL=1 NOTHREADS=1 ISOCLINE=1 ``` Is that expected?
infradig commented 3 months ago

@jgarte