Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: TRAPINT doesn't work reliably
- X-seq: zsh-users 24292
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: TRAPINT doesn't work reliably
- Date: Thu, 26 Sep 2019 16:27:11 +0100
- Cc: <zsh-users@xxxxxxx>, Dennis Schwartz <dennis.schwartz@xxxxxxxxxxxxxx>
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout1.w1.samsung.com 20190926152713euoutp016abd1f73b26045853686fa7ef204897a~IBoPSNSye1544415444euoutp01p
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1569511633; bh=JZVDngPYOn/UfNJLV4rWUms1MN9wDt61pSbVE3lWgYM=; h=Subject:From:To:CC:Date:In-Reply-To:References:From; b=b7FuFVeL2VMEwC+6P2vawVTdZ2kLN9tZ3fKwbOwqx9VJGQX1GUXv/ULQKM+JB18W6 CrwSovWXVBPrFiDOyu5qpmyLJA7NolW2FRty/sBFK6bd8w5rrNyUCO1XLTSsM3i6Pr ADCJy1xGU5rbg+C0G1oa6Xbba3ozUnUij5tDe7IU=
- In-reply-to: <20190925184609.dxzfvcimy6ydilkm@tarpaulin.shahaf.local2>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20190917164905epcas1p4ad458ffcd504501780d522880c81de3e@epcas1p4.samsung.com> <XwKNAg1qGlWEVe6teZMU0FhD554sBKMAVDblWDoIFxZeOktj1B6qY4Jl7BESBBQFtRKy8SeAa7UzBcB5vShOqFQTgNcZoWShxyjeLaLrCKI=@protonmail.com> <1569314663.5531.4.camel@samsung.com> <Bczpjmkq93UC9ogVXedAec4MSWn1xm79AtK56m7J7_XKU3g1oWkhoUeoj9_CjqM_bdhDM3WFcb0IWT04yMJctdhKDGj_fiAyOLAfaMatz5k=@protonmail.com> <1394985674.3969083.1569420087673@mail2.virginmedia.com> <22AgAhXQWzavJGhNA8tFbGSMGk8z3KDGGa-pICX0lWszH622z2_nnc1acuvW3OcIbqAaXM_WAGJwmQU5Oph83DGbfQEplu1t3o7F5omeC4w=@protonmail.com> <1569431085.10786.23.camel@samsung.com> <20190925184609.dxzfvcimy6ydilkm@tarpaulin.shahaf.local2>
On Wed, 2019-09-25 at 18:46 +0000, Daniel Shahaf wrote:
> Peter Stephenson wrote on Wed, Sep 25, 2019 at 18:04:45 +0100:
> >
> > On Wed, 2019-09-25 at 16:25 +0000, Dennis Schwartz wrote:
> > >
> > > I haven't tried compiling from the latest source code yet. If this is
> > > desired I could try this again at a later point in time.
> > I suspect that's going to have to be the next step, if you get the
> > chance. In the top-level directory, run configure as
> >
> > ./configure --enable-zsh-debug
> >
> Should Dennis use any of these flags as well? —
It's not clear anything else is going to help debugging, certainly
if the build that's showing the problem was made (as almost all
distro builds are made) using the system allocators. In that
case none of the zsh memory specials apply, and if we turn
on zsh memory management we are in a different world --- which
might shows the problem but could well perturb it somewhere
completely different.
cheers
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author