k...@freefriends.org (Karl Berry) writes:

> Running nohup from coreutils 7.4, GNU clisp crashes on startup:
>
>     nohup /home/karl/src/clisp/clisp-build/clisp -q -norc -c 
> ../../../../../utils/xindy/rte/ordrules/ordrulei.lsp -o ordrulei.fas
>     nohup: ignoring input and appending output to `nohup.out'
>     Segmentation fault

That's not a nohup bug; it's a clisp bug.  You can reproduce the problem
without using nohup by using the following shell command:

clisp -q -norc -c ordrulei.lsp -o ordrulei.fas 0>/dev/null

I just now filed a bug report against GNU clisp, here:

http://sourceforge.net/tracker/?func=detail&aid=2805778&group_id=1355&atid=101355

where it seems to be assigned to Bruno Haible.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to