Khiops is an AutoML suite for supervised and unsupervised learning
BSD 3-Clause Clear License
36
stars
4
forks
source link
The test `TestKhiops/TextVariables/TextLoadFile` provokes segmentation fault in macOS #317
Closed
folmos-at-orange closed 1 month ago
Description
The test
TestKhiops/TextVariable/TextLoadFile
which tests reading texts from paths specified in a data table provokes a segmentation fault in macOS.Questions/Ideas
SystemFile::Read
returns-1
, then this result is used to allocate memory.nLocalRead != 0
testnLocalRead > 0
.fread
returns -1 in macOSkht_apply logs
command :Context
TestKhiops/TextVariables/TextLoadFile