bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nohup causes clisp startup to sigsegv


From: Paul Eggert
Subject: Re: nohup causes clisp startup to sigsegv
Date: Fri, 12 Jun 2009 19:45:16 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

address@hidden (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]