yanyiwu / gojieba

"结巴"中文分词的Golang版本
MIT License
2.43k stars 303 forks source link

运行例子,直接报 signal: killed #24

Closed xinzf closed 7 years ago

xinzf commented 7 years ago

运行例子,直接报 signal: killed ,请问是什么原因呢?

yanyiwu commented 7 years ago

内存不够?

zituocn commented 7 years ago

新版macox问题,把go更新到最新版本

songtianyi commented 7 years ago

@zituocn 哪个版本?1.8.1都不行。

xinzf commented 7 years ago

1.8 mac64

不行

在 2017年7月14日,下午3:15,songtianyi notifications@github.com 写道:

@zituocn https://github.com/zituocn 哪个版本?1.8.1都不行。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yanyiwu/gojieba/issues/24#issuecomment-315289169, or mute the thread https://github.com/notifications/unsubscribe-auth/AHKRh8_2_QtAehugWv2Iw8fFrUotpaYVks5sNxV3gaJpZM4N63xc.

yanyiwu commented 7 years ago

https://github.com/golang/go/issues/19734

@songtianyi @xinzf 看这个issue是说升级到 1.8.1 就修复了。不行吗?

songtianyi commented 7 years ago

@yanyiwu issue里好像说的是改cgo的编译参数

songtianyi commented 7 years ago

@yanyiwu ok了,我更新到了

go version go1.8.3 darwin/amd64