nebulasio / go-nebulas

Official Go implementation of the Nebulas protocol.
https://nebulas.io
GNU Lesser General Public License v3.0
711 stars 203 forks source link

neb-crashreporter not found #198

Closed prettyCoders closed 5 years ago

prettyCoders commented 5 years ago

image

prettyCoders commented 5 years ago

create one file? or directory ?

Samuelchen85 commented 5 years ago

neb-crashreporter is not generated, however, we do not really need it.

To get rid of the error, you can change the option "enable_crash_report" to be false in the default configuration file(conf/default/config.conf).

prettyCoders commented 5 years ago

OK,Thanks

发自我的iPhone

------------------ Original ------------------ From: SamChen notifications@github.com Date: 周一,6月 10,2019 19:13 To: nebulasio/go-nebulas go-nebulas@noreply.github.com Cc: prettyCoders 3086961507@qq.com, Author author@noreply.github.com Subject: Re: [nebulasio/go-nebulas] neb-crashreporter not found (#198)

neb-crashreporter is not generated, however, we do not really need it.

To get rid of the error, you can change the option "enable_crash_report" to be false in the default configuration file(conf/default/config.conf).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

prettyCoders commented 5 years ago

image image What happened?

prettyCoders commented 5 years ago

image

Samuelchen85 commented 5 years ago

Find where the nbre.db is located, and see if the binary code files (_auth1.bc, _nr1.bc, *_dip1.bc) were generated. If not, then you need to check if clang was built sucessfully and is working properly.

prettyCoders commented 5 years ago

thanks!But ......... image

prettyCoders commented 5 years ago

image

prettyCoders commented 5 years ago

It`s my data image

qywang2012 commented 5 years ago

It appears that your .bc file did not compile successfully. What is your system environment? We recommend using Ubuntu 16.04. Or you can use our docker version.

prettyCoders commented 5 years ago

ubuntu16.04,what should i do.

xianglinhe commented 5 years ago

neb-crashreporter is not generated, however, we do not really need it.

To get rid of the error, you can change the option "enable_crash_report" to be false in the default configuration file(conf/default/config.conf).

should update the codes if it's not used.

qywang2012 commented 5 years ago

@xianglinhe I will update the config , Thanks.