[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Prevent running applications from crashing
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] Prevent running applications from crashing when reinstalling |
Date: |
Mon, 01 Oct 2012 19:55:10 +0200 (CEST) |
From: Christian Kellermann <address@hidden>
Subject: [Chicken-hackers] [PATCH] Prevent running applications from crashing
when reinstalling
Date: Mon, 1 Oct 2012 17:41:59 +0200
> Hi,
>
> thanks to Jim for the suggestion, I have been changing chicken-install
> to remove preexisting files before installing them. This enables me to
> reinstall an egg and have the running application that uses that not
> segfault as it did before. Tried with several eggs so far.
Signed off and pushed. I took the freedom to replace the invocation
of "run" with
(run (,*remove-command* ,(shellpath to)))) ; uses "shellpath"
Thanks.
cheers,
felix