stanfordnlp/GloVe

Shuffle.c segmentation fault Windows

FastCognition opened this issue · 1 comments

Hi, I'm a Windows-user and I installed MinGW to train GloVe vectors. I solved some issues I had due to missing packages or functions not working:

  1. Replaced fseeko() and ftello() by fseek() and ftell()
  2. Posix_memalign() --> aligned_malloc()

However, I can't seem to solve the issue below (Segmentation fault), even after checking previous posts. Older posts usually mention a lack of memory. If this is the case, how do I fix it and if this is not the case, how would I be able to get the actual logs?
I have tried applying gdb, but for some reason it does not seem to work either.
I will try using Cygwin & pip now, but in the meantime I'll leave this post here.

image