Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shuffle.c segmentation fault Windows #184

Open
FastCognition opened this issue Jan 12, 2021 · 1 comment
Open

Shuffle.c segmentation fault Windows #184

FastCognition opened this issue Jan 12, 2021 · 1 comment

Comments

@FastCognition
Copy link

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

@AngledLuffa
Copy link
Contributor

AngledLuffa commented Jan 12, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants