X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 28 May 2021 19:49:40 +0200 (CEST) From: Roland Lutz To: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] errors in git gschem In-Reply-To: <20210528160449.9E70083B0DDA@turkos.aspodata.se> Message-ID: References: <20210527152030 DOT 03D81832CA7E AT turkos DOT aspodata DOT se> <20210528121930 DOT 617BC83B0DDA AT turkos DOT aspodata DOT se> <20210528160449 DOT 9E70083B0DDA AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Ok, so I found the 'dialog->line_end != NULL' error. The widgets in the text/object dialogs were updated when closing the window even though there's no guarantee that the dialog has ever been created: http://git.geda-project.org/geda-gaf/commit/?h=stable-1.10&id=271c8a56 (I forgot mentioning you in the commit message; sorry about that. Your contribution is still much appreciated!) This bug only happens when closing the window, though. Did the other errors occur before pressing F Q or afterwards? I'm still tracking down the problems found by memcheck; but if they only occurred after pressing F Q, this bug was the real cause, and the problem should be fixed in current `master'. On Fri, 28 May 2021, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > Is there a way to make gschem to ignore local config like thoose in > ~/.gEDA ~/.config/gEDA/ or it now fancy its place, to rule out local > config errors ? I don't recall any way to do so, though it may be possible to achieve that using environment variables. My standard procedure is to rename my local configuration when doing gEDA/gaf development.