Hello, I m trying to run the mosesdecoder via a Java JNI call to moses library and I am hitting some segmentation fault issues.
```siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x00007f11b7fff527``` I have run into this multiple times and most of the time the problem happens in the one of the following 2 methods: ``` 1. Moses::PhraseDecoder::CreateTargetPhraseCollection(Moses::Phrase const&, bool, bool) 2. Moses::Phrase::CreateFromString(Moses::FactorDirection, std::vector<unsigned long, std::allocator<unsigned long> > const&, StringPiece const&, Moses::Word**) ``` Any pointers on this? Thanks. -- Regards, Sameer Bhadouria.
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
