Re: [Moses-support] Segmentation fault in Moses

2012-07-13 Thread Barry Haddow
Hi Tom Thanks investigating this, you've provided some very useful information. In particular the valgrind log (below) apears to point to KenLM - although it's possible that something else is stomping on memory KenLM is trying to use. There was a major update of KenLM on June 28th, so that

Re: [Moses-support] Segmentation fault in Moses

2012-07-13 Thread Kenneth Heafield
Hi, Sorry I'm in and out of contact for EMNLP (come to my talk tomorrow!). This particular segfault can happen for two reasons: 1) an invalid vocabulary id was passed or 2) I messed up. If an invalid vocabulary id is passed, interpolation search goes out of bounds and tries to read memory

[Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Mauro Zanotti
Dear all, I tried to install moses (latest version from repository) with Irstlm and RandLM but i receive some errors regarding RandLM. Launching the command ./bjam -a --with-irstlm= /opt/tools/irstlm --with-randlm=/opt/tools/randlm/ --with-giza=/opt/tools/bin the output shows this error ...

[Moses-support] A problem with a Moses compilation.

2012-07-13 Thread Aleksandr Belyaev
Good day, I'm trying to compile Moses on our Ubuntu cluster where I don't have a root access. I have the latest version of Boost, but gcc is quite old there. Here's the output : http://pastebin.com/e4FWcP0k Most likely I've missed similar problems in your archive but I honestly tried to find

Re: [Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Mauro Zanotti
Hi Miles, I get the same error. Mauro On Fri, Jul 13, 2012 at 3:24 PM, Miles Osborne mi...@inf.ed.ac.uk wrote: Can you try it again without the trailing slash? Miles On Jul 13, 2012 2:09 PM, Mauro Zanotti mau.zano...@gmail.com wrote: Dear all, I tried to install moses (latest version

Re: [Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Ales Tamchyna
There is also an extra space: --with-irstlm=here/opt/tools/irstlm. I don't know if this can cause the error you're reporting though. Ales Tamchyna Dne 13.7.2012 09:39, Mauro Zanotti napsal(a): Hi Miles, I get the same error. Mauro On Fri, Jul 13, 2012 at 3:24 PM, Miles Osborne

Re: [Moses-support] Segmentation fault in Moses

2012-07-13 Thread Tom Hoar
Ken, Good luck with your presentation. Wish I could be there. I ran bjam --clean to clean/reset the existing code, replaced lm/model.cc with your new file, then re-ran bjam. bjam terminated with the failure below. Returning to the original file compiled without failures. Tom *** No

Re: [Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Mauro Zanotti
Hi Ales, I removed the extra space... I still get the same error. Mauro On Fri, Jul 13, 2012 at 3:44 PM, Ales Tamchyna a.tamch...@gmail.comwrote: There is also an extra space: --with-irstlm=here/opt/tools/irstlm Ales Tamchyna On Jul 13, 2012 2:39 PM, Mauro Zanotti mau.zano...@gmail.com

Re: [Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Barry Haddow
Hi Mauro What's actually in /opt/tools/randlm ? Could you run bjam with -d+2 -q to see where it's looking? cheers - Barry On Friday 13 July 2012 15:42:12 Mauro Zanotti wrote: Hi Ales, I removed the extra space... I still get the same error. Mauro On Fri, Jul 13, 2012 at 3:44 PM,

Re: [Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Tom Hoar
Are you installing from svn or tarball? RandLM svn revision 40 compiles into Moses with gcc-4.4.3 fine. I see RandLM revision 41 was updated 10 days ago, but I haven't tested that. You might try forcing subversion pull with this: svn co -r 40

Re: [Moses-support] Error compiling moses with RandLM

2012-07-13 Thread Mauro Zanotti
Hi Tom, thank you for the suggestion, i reinstalled RandLM with your instruction and now, all seems to work fine. Mauro On Fri, Jul 13, 2012 at 5:04 PM, Tom Hoar tah...@precisiontranslationtools.com wrote: Are you installing from svn or tarball? RandLM svn revision 40 compiles into Moses

[Moses-support] State of LR Score

2012-07-13 Thread Lane Schwartz
What is the current state of LR Score? Is it integrated into master? Is it ready for people other than Lexi to use it? Cheers, Lane ___ Moses-support mailing list Moses-support@mit.edu http://mailman.mit.edu/mailman/listinfo/moses-support