<div dir="ltr"><div><div><div><div><div>I am trying to run ACE on Windows 10&#39;s new Linux Subsystem.  I can run ACE with the ERG, but whatever input I give, I get the message &quot;ERROR: DEADLY SIGNAL!&quot;<br><br></div>It looks like it finishes the token mapping, and fails when applying a syntactic rule.  Verbose output is below.<br><br></div>I&#39;ve already installed repp-0.2.2 (which required me to also install libboost), and I&#39;ve set the TMPDIR environment variable, as suggested on the ACE homepage.<br><br></div>Any ideas on what else I would need to do?  Could there be other dependencies I need to install?<br><br></div>Best,<br></div>Guy<br><br><div><div><br><br>./ace -g erg-1214-x86-64-0.9.24.dat -1Tf -vvv<br>NOTE: loading frozen grammar ERG (1214)<br>NOTE: semantic index hash contains 28857 entries in 65536 slots<br>NOTE: max-ent model hash contains 659414 entries in 1048576 slots<br>NOTE: 9280 types, 38259 lexemes, 293 rules, 47 orules, 101 instances, 48101 strings, 216 features<br>permanent RAM: 4k<br><br>Hello<br>Hello/UH<br>token #12 le 0x7f07295d7fcc vtx [0-1] char [0-5] string &#39;hello&#39; dag #D[token +FORM: #D[&quot;hello&quot;] +FROM: &lt;1&gt;= #D[&quot;0&quot;] +TO: #D[&quot;5&quot;] +ID: #D[*diff-list* LIST: #D[*list*] LAST: #D[*list*] ] +TNT: #D[null_tnt +TAGS: #D[*null*] +PRBS: #D[*null*] +MAIN: #D[tnt_main +TAG: #D[&quot;UH&quot;] +PRB: #D[&quot;1.0&quot;] ] ] +CLASS: #D[alphabetic +INITIAL: #D[+] +CASE: #D[capitalized+lower] ] +TRAIT: #D[token_trait +UW: #D[-] +IT: #D[italics] +LB: #D[bracket_null] +RB: #D[bracket_null] +HD: #D[token_head +LL: #D[ctype -CTYPE-: #D[string] ] +TG: #D[string] +TI: &lt;1&gt; ] ] +PRED: #D[predsort] +CARG: #D[&quot;Hello&quot;] +TICK: #D[bool] ]<br>token #13 le 0x7f07295d87e0 vtx [0-1] char [0-5] string &#39;hello&#39; dag #D[token +FORM: #D[&quot;hello&quot;] +FROM: &lt;1&gt;= #D[&quot;0&quot;] +TO: #D[&quot;5&quot;] +ID: #D[*diff-list* LIST: #D[*list*] LAST: #D[*list*] ] +TNT: #D[null_tnt +TAGS: #D[*null*] +PRBS: #D[*null*] +MAIN: #D[tnt_main +TAG: #D[string] +PRB: #D[string] ] ] +CLASS: #D[bridge_class] +TRAIT: #D[token_trait +UW: #D[+] +IT: #D[italics] +LB: #D[bracket_null] +RB: #D[bracket_null] +HD: #D[token_head +LL: #D[ctype -CTYPE-: #D[string] ] +TG: #D[string] +TI: &lt;1&gt; ] ] +PRED: #D[&quot;_hello_u_bridge_rel&quot;] +CARG: #D[&quot;Hello&quot;] +TICK: #D[bool] ]<br>finished token mapping<br>hello -&gt; hello [2 ways]<br><br>         non_third_sg_fin_v_rbst<br>hello -&gt; hello [2 ways]<br><br>         non_third_sg_fin_v_rbst<br>ERROR: DEADLY SIGNAL! sent = `Hello&#39;<br></div></div></div>