Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A serious bug in execution – where to debug?
- X-seq: zsh-workers 44604
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- Subject: Re: A serious bug in execution – where to debug?
- Date: Tue, 30 Jul 2019 21:34:16 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cs9G0s+44vvWtFKX0eUEDWfiVn1krS2C2LKX0kEVrNw=; b=B+ZxecY/4opxK04UoxMJfsmc1yU4grLekfMdSztC1YkEjhGSuANCrQKFMGsGvjMRnX EGrMWHIbiVHf37DcFGHXvhBlmEl2rBq9IRO4/1KoU6X6hlNBuBC3fZrg5tD/mNRnPmeY qQHh4watVlZLSqe9LKfXz4TcEdUSRPH9mIHLDdjD+JZbGYxMw4M/SAF4tfO/tKlCcbM6 DC7Rt7FTjC1KwBfDqb72lQvUfgmfOqrSg0nmeBALuCwmpcx3reVijOAJThs9Y/cIl3Bk fiME3+aQBzYcFrvQAr8IiSl6ZSQIErSGJxtHjK+mT0GUcXGgLgt2sTIpp953LvsLsAR1 2HfQ==
- In-reply-to: <CAN=4vMqhVGbZDUd59aHkqh90U2+fTriEz741t1dTQQ_vSqbFsw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCKrg_PnZ6jKLoAwR8XQnswT-Bs2TJA7oefhd_gRtHKUQ@mail.gmail.com> <CAN=4vMpWFR=_TPZ2hcQC_FvKSiPFW2_isn_BYxYaoUKLqu-4Gw@mail.gmail.com> <CAKc7PVCn0PNzu5PxCW=nwZ6unt5CtTarPOo387yvg0+bekuSyQ@mail.gmail.com> <CAN=4vMqtA5k_rDfyn_Pk0Q6isxcJVN1mE+8-k+O=21qYDS+HCg@mail.gmail.com> <CAKc7PVB0piw70MfggmkWpGdkOxZNJrb2tZ+2LAao9N9QZ00bPA@mail.gmail.com> <CAN=4vMqYCXz79kVoUN6dN7psOdcGmF-i2XGtccXZgd+Ti1fkEg@mail.gmail.com> <CAKc7PVBeVzKHeeq_kFfbMhx7iF-nBnk2O4dSJVtXCoZW=517pQ@mail.gmail.com> <CAN=4vMqhVGbZDUd59aHkqh90U2+fTriEz741t1dTQQ_vSqbFsw@mail.gmail.com>
On Tue, 30 Jul 2019 at 21:24, Roman Perepelitsa
<roman.perepelitsa@xxxxxxxxx> wrote:
>
> On Tue, Jul 30, 2019 at 8:53 PM Sebastian Gniazdowski
> <sgniazdowski@xxxxxxxxx> wrote:
> >
> > On Tue, 30 Jul 2019 at 20:22, Roman Perepelitsa
> > <roman.perepelitsa@xxxxxxxxx> wrote:
> > >
> > > Do you think it's possible to implement clean shutdown and reentrant
> > > initialization for a piece of code as blackbox?
> >
> > What do you mean exactly? As a blackbox - as a regular, repeatable method?
>
> In order to implement clean shutdown for a piece of code with
> non-trivial capabilities you have to rely on its implementation
> details. You cannot implement generic clean shutdown that will work
> with any code.
Yeah but this is solved by the unload function that I've described in
the previous post.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author