KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
36 stars 4 forks source link

317 the test testkhiopstextvariablestextloadfile provokes segmentation fault in macos #329

Closed bruno-at-orange closed 1 month ago

bruno-at-orange commented 4 months ago

The only commit to consider is c7d2666aa3fdd53e823df314ebe9a8ff994cd754 The other commits will be deleted before the merge, they consists in adding the TextLoadFile test in the CI

bruno-at-orange commented 3 months ago

La segmentation fault se produit également sur Linux (test sur branche dev). J'ai corrigé SystemFileDriverANSI::Freadet SystemFileDriverANSI::Fwrite. ça corrige le bug avec un impact minimal. Il reste à décider si on ajoute SystemFile::Error()et SystemFileDriver::Ferror()? Peut-être qu'on peut faire ça en prenant en compte la nouvelel API des drivers?

bruno-at-orange commented 1 month ago

Je propose de limiter le scope de cette PR à la correction du bug. Je créerai ensuite une issue concernant la modification de l'API des drivers.