martinruenz/maskfusion

How to solve `segmentation fault (core dumped)`

punnpkin opened this issue · 7 comments

segmentation fault (core dumped)

Snipaste_2019-07-05_16-35-59.png

Have anyone meet this problem before?

hello pumpkin @punnpkin

i also encounter this problem.

这个问题我用了一个很奇怪的方法解决了。
使用cuda9.0+tf-gpu=1.9.0+keras2.1.4,但是cuda9我在编译的时候会出问题(出现undefined reference to __cudapopcallconfiguration',但是使用cuda10编译没有问题),因此我使用cuda10编译,之后运行再换回来cuda9,就可以正常运行了.

另外之前使用anaconda但是不行,这个环境是在virtualenv下配置的

I have this problem too,could anyone share how to solve this?

我的问题是在编译boost等库和maskfusion的时候所用的g++版本不一样,我用g++5.5重新编译就ok了

作者的build.sh里面不是用的gcc4.9吗,请问是全部替换成5.5可以编译成功吗