Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: TRAPINT doesn't work reliably
- X-seq: zsh-users 24289
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: TRAPINT doesn't work reliably
- Date: Wed, 25 Sep 2019 18:46:09 +0000
- Cc: zsh-users@xxxxxxx, Dennis Schwartz <dennis.schwartz@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:content-transfer-encoding :in-reply-to; s=fm1; bh=x+f5C4toB3/TCh9VWuurmOhDvK09NH46Z4KDH1q7 bnc=; b=km/8KwnoknEyWJ2tIZ9g7fJo13emNfbjYj/4iMG3ZYCqcP+wtQrAotub fVVP0idtUlIt8JCijdJT2z+VV9uAqRN5HOV6/QrWsWQktecLCwlY2Iq2C7HUzY0A Ih6Ae8g5x6mwpeOaXiRPaR0GV7543WPlNoSkVa3k7uDfPYx881Com18Ro8cjeTJr FA3y43mj03jL5248FO8SJq5R56kwL0oHmUgrx3Lvqh++CmUTgRNAGsOw+n9EJ3A4 Gsmdn/S06jcxkb1onpQKatdt8Pnr6s4UPfcaBjKMP0nBmCb1QGpr7yf7b4KMbUya Zdk2jlMNgf3XO5il0y05xzPDCjbQPA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=x+f5C4toB3/TCh9VWuurmOhDvK09NH46Z4KDH1q7b nc=; b=bMMBTljMQLL3zsgMXQvnMuq4AUHQ4LqzsGnxitDKhQYnQqC+Z4EmOLwQC MIuq5FQqhDMObs/IlWiKHXJChoDtd6g0piUe4q/WLFt0htzKo3UQaS96GYEZMAED e8pSZc0Mtrj6cMSWtf8foNuoLUTpgkhNblV8IBvgkeJJnA1tJBdAszfEnDduVGQO bL7Kh/AxLMXplOaPAvJ2H/kKd5RDzDAsHBfoy6u8spOvcsv8X0On+nXziCtmVmgZ WmlaWoNwg5S6H4n4grq9bnsvuxiI8nZPfkS+7QGnXkWOLeRwiOyyCc6u2OW21MvX TciqQY4nTOP83GSLV+328gaMp000w==
- In-reply-to: <1569431085.10786.23.camel@samsung.com>
- 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>
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? —
[[[
% ./configure --help=short | vipe
--enable-zsh-mem compile with zsh memory allocation routines
--enable-zsh-mem-debug debug zsh memory allocation routines
--enable-zsh-mem-warning
print warnings for errors in memory allocation
--enable-zsh-secure-free
turn on error checking for free()
--enable-zsh-heap-debug turn on error checking for heap allocation
--enable-zsh-valgrind turn on support for valgrind debugging of heap
memory
--enable-zsh-hash-debug turn on debugging of internal hash tables
--enable-stack-allocation
allocate stack memory e.g. with `alloca'
]]]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author