Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: TRAPINT doesn't work reliably
- X-seq: zsh-users 24287
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-users@xxxxxxx>
- Subject: Re: TRAPINT doesn't work reliably
- Date: Wed, 25 Sep 2019 18:04:45 +0100
- Cc: Dennis Schwartz <dennis.schwartz@xxxxxxxxxxxxxx>
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20190925170447euoutp0263e1f73dd4dae859e88af1c14ebfbcae~HvUI9Corp0819008190euoutp020
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1569431087; bh=F6HlIks45tRi3Vo1Qs4mU+EzBDg4hT0QukiG8L8aHlI=; h=Subject:From:To:CC:Date:In-Reply-To:References:From; b=NTVcbAhN0Z/9ia6fxymy4TijzrJ1USZz2QCdYe3d0dPF/dBCaYv4RzF0VjSZzMD0X PFMU00MyZ6RU3HctzD7m9suYBMc86Wo8EtlXWaUf4omlxHKWFq6tZ7T3ioiUZ03O9m AQlM+dC/2uyvBwwxbTfgxpjRWEi0LXcFzDMElieY=
- In-reply-to: <22AgAhXQWzavJGhNA8tFbGSMGk8z3KDGGa-pICX0lWszH622z2_nnc1acuvW3OcIbqAaXM_WAGJwmQU5Oph83DGbfQEplu1t3o7F5omeC4w=@protonmail.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>
On Wed, 2019-09-25 at 16:25 +0000, Dennis Schwartz wrote:
> On Wednesday, September 25, 2019 4:01 PM, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> I run valgrind on zsh and captured the error. Unfortunately, I am
> inexperienced with C programming so I do not know how to interpret the
> output. I've copied the part of the output that I believed is relevant
> below. Please let me know if I could help in debugging it further.
Unforutnately, you haven't got debug symbols in the installed zsh, so
it's not showing much of interest --- though it does certainly suggest
something is up.
> > I'd also suggest trying the latest firmware from git or sourceforge,
> > since there have been some memory fixes (and a release is probably
> > overdue).
> 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
and then "make", and that should give you an installable executable that
gives useful debug information ("sudo make install" will put zsh in
/usr/local/bin; you can remove anything it installs in /usr/local later).
Thanks for the assistance
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author