Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.56k stars 216 forks source link

How to trace Segmentation fault ? #167

Closed budimm closed 4 years ago

budimm commented 4 years ago

I just write my code, input using text and use tfidf tokenizing..

Screenshot from 2019-09-16 12-06-35_

How to trace it ?

QinbinLi commented 4 years ago

A possible solution is to use valgrind. Or you can provide the script or dataset for us to reproduce the issue and fix it.