kenlm icon indicating copy to clipboard operation
kenlm copied to clipboard

interrupted by signal 11: SIGSEGV after running "model = new lm::ngram::Model()" in ubuntu 18.04.5

Open lucky-dersan opened this issue 4 years ago • 2 comments

model = new lm::ngram::Model(); when i run it in deepin, there no error; but i run it in ubuntu18.04.5, it report "interrupted by signal 11: SIGSEGV". who can help me?

lucky-dersan avatar Mar 02 '21 01:03 lucky-dersan

model = new lm::ngram::Model(language_model_path.c_str()); Program received signal SIGSEGV, Segmentation fault. 0x00007f89afe93e54 in std::basic_string<char, std::char_traits, std::allocator >::~basic_string() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 Program terminated with signal SIGSEGV, Segmentation fault.

lucky-dersan avatar Mar 03 '21 02:03 lucky-dersan

no body can help me solve above questions?

lucky-dersan avatar Mar 12 '21 08:03 lucky-dersan