<div dir="ltr"><div><div><div>Hi Stephan Oepen,<br><br></div>This is the result I've got when I execute this command (print *features*)<br><br>(:ALLEGRO-CL-ENTERPRISE :CHUNGA :FLEXI-STREAMS :ASDF2 :ASDF :ACLDNS NET.ASERVE::QUEUE-DOES-NOT-TIMEOUT :IO-TIMEOUT :ZLIB-DEFLATE :INFLATE-BUG20472 :RETROACTIVITY :SMAF<br> :LSP :LM :PSQL :LUI :PREPROCESSOR :POOLING :PXML :XML :LKB-V5.4 :CL-PPCRE :PPCRE :REGISTRY :CL-FAD :FAD :|YACC Release 0.98| :HAS-LOCKF :HAS-MKDTEMP :PVM :DRAKMA :ITSDB<br> :DISCO-LOADUP :ANSI-FUNCTIONP :ANSI-EVAL-WHEN :CASE-INSENSITIVE :MK-DEFSYSTEM :CLTL2 :SLAVE :BDB :LOGON :MT :TSDB :MRS :LKB :IPV6 :ACL-SOCKET :HIPER-SOCKET<br> :RUNTIME-STANDARD :STANDARD-RUNTIME :CLIM-MOTIF :ANSI-90 :SILICA :CLIM-2.1 :CLIM-2 :CLIM :ALLEGRO-CL-RUNTIME :CLOS :ATOMIC-SUBWORD-SETF :ATOMIC-SETF :DYNLOAD :DLFCN :UNIX<br> :LINUX :AMD64 :LINUX86-64 :X86-64 :LITTLE-ENDIAN :ENCAPSULATING-EFS :DOUBLE-FLOAT-RANDOM-FIX :RELATIVE-PACKAGE-NAMES :MODULE-VERSIONS :IEEE :IEEE-FLOATING-POINT<br> :CONFORMING-IEEE :GNU-SOURCE :ICS :COMMON-LISP :ANSI-CL :DRAFT-ANSI-CL-2 :X3J13 :ALLEGRO :EXCL :FRANZ-INC :ALLEGRO-VERSION>= :ALLEGRO-VERSION= :NEW-ENVIRONMENTS :GSGC<br> :FLAVORS :MULTIPROCESSING :USE-THREAD-LIBS :DYNLOAD-ACL-LIBRARY :ALLEGRO-V8.2 :64BIT :SMP-MACROS :SSL-SUPPORT) <br>(:ALLEGRO-CL-ENTERPRISE :CHUNGA :FLEXI-STREAMS :ASDF2 :ASDF :ACLDNS NET.ASERVE::QUEUE-DOES-NOT-TIMEOUT :IO-TIMEOUT :ZLIB-DEFLATE :INFLATE-BUG20472 ...)<br><br></div>The LKB version I'm using is the default version in the trunk of Logon repo. I have double checked that I have all three listed libraries installed (glibc.i686, libXext.i686, and fontconfig.i686)<br><br></div>Sincerely,<br><div><br></div><div>Le Tuan Anh<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 October 2014 03:19, Stephan Oepen <span dir="ltr"><<a href="mailto:oe@ifi.uio.no" target="_blank">oe@ifi.uio.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi again,<br>
<br>
i am afraid, i have no good theory why it should make a difference<br>
whether the grammar loading is initiated from the GUI or the command<br>
prompt. i assume in all cases you have loaded the same ‘script’ file,<br>
right?<br>
<br>
from the trace you sent, it appears the system was in the process of<br>
reporting an error from loading the grammar. this should not cause<br>
the behavior you get, of course, but i also wonder why there should<br>
occur an error during the grammar loading?<br>
<br>
are you actually running the 64-bit version of the LKB? could you (at<br>
the Lisp prompt) evaluate the following and email me the result:<br>
<br>
(pprint *features*)<br>
<br>
from what we see so far, i have no reason to suspect a lack of 32-bit<br>
compatibility libraries. but, just in case, here is a report i<br>
received earlier this year about required 32-bit libraries on Fedora<br>
20:<br>
<br>
> [...] installing glibc.i686, libXext.i686, and fontconfig.i686 gave me an error free startup.<br>
<br>
best wishes, oe<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Fri, Oct 10, 2014 at 4:12 AM, Tuấn Anh Lê <<a href="mailto:tuananh.ke@gmail.com">tuananh.ke@gmail.com</a>> wrote:<br>
> Hi Stephan Oepen,<br>
><br>
> Thank you so much for your fast reply. I'm working on a grammar with Dan<br>
> Flickinger and I hope I can fix this before Francis try to convert my laptop<br>
> to Ubuntu, lol. Strangely, It's pretty simple to make Logon works on Ubuntu<br>
> 64 bit.<br>
><br>
> I understand that (rsa :eng) will try to load a grammar at<br>
> ~/logon/uio/tm/eng/lkb/script. I tried that and surprisingly it's working<br>
> fine. I also tried to load a grammar with (lkb::read-script-file-aux<br>
> "/home/tuananh/erg/lkb/script") and I can parse sentence with<br>
> (lkb::do-parse-tty "Logon works."). The tree can be shown too.<br>
><br>
> I tried to load grammar from the menu of LKB and it's failed as before. So I<br>
> guess that the bug was raised by the LKB menu. I have attached the<br>
> *common-lisp* buffer for the three tries with this email for your reference.<br>
> Thanks again for your efforts to help.<br>
><br>
> Sincerely yours,<br>
> --<br>
> Tuan Anh, Le<br>
><br>
><br>
> On 9 October 2014 18:29, Stephan Oepen <<a href="mailto:oe@ifi.uio.no">oe@ifi.uio.no</a>> wrote:<br>
>><br>
>> hi tuấn anh<br>
>><br>
>> > [...] every time I load a grammar, this error show up on Emacs<br>
>> ><br>
>> > Error: Received signal number 11 (Segmentation fault)<br>
>> > [condition type: SYNCHRONOUS-OPERATING-SYSTEM-SIGNAL]<br>
>><br>
>> i develop on 64-bit Fedora 20 and RHEL6 platforms, so your setup<br>
>> should certainly be supported.<br>
>><br>
>> but to understand better what is going on, we will need more information.<br>
>><br>
>> in a stock (i.e. unmodified) LOGON tree, i assume you run M-x logon<br>
>> RET in emacs, and both the LKB and [incr tsdb()] windows pop up? if<br>
>> so, could you run the following from the Lisp prompt in the emacs<br>
>> *common-list* buffer, please:<br>
>><br>
>> (rsa :erg)<br>
>><br>
>> from your earlier report, i expect this to lead to the same error you<br>
>> reported above. as you look at the error message, could you please<br>
>> evaluate the following commands at the Lisp prompt:<br>
>><br>
>> :bt<br>
>> :zoom<br>
>> :local<br>
>><br>
>> then, please save the entire *common-lisp* buffer, i.e. the log of<br>
>> your session, into a file and email it to this list.<br>
>><br>
>> with thanks in advance, oe<br>
><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>