bruce3557 / word2vec

Automatically exported from code.google.com/p/word2vec
Apache License 2.0
0 stars 0 forks source link

word2phrase segmentation fault #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I run demo-phrases.sh on Linux I get the following error message:

./demo-phrases.sh: line 6:  5492 Segmentation fault      ./word2phrase -train 
text8 -output text8-phrase -threshold 500 -debug 2

Original issue reported on code.google.com by matthias...@gmail.com on 25 Aug 2013 at 11:12

GoogleCodeExporter commented 9 years ago
having the same. Compiled with gcc47 on amazon standard image. word2vec works 
fine.

Original comment by Jacco.J...@gmail.com on 13 Sep 2013 at 12:04

GoogleCodeExporter commented 9 years ago
ditto

Original comment by brent.pa...@gmail.com on 17 Nov 2013 at 6:24

GoogleCodeExporter commented 9 years ago
Hit this as well and found the box out of memory and no swap configured
might want to check for NULL on mallocs

Original comment by long.ke...@gmail.com on 17 Nov 2014 at 3:40