X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 27 May 2021 18:24:13 +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: <20210527152030.03D81832CA7E@turkos.aspodata.se> Message-ID: References: <20210527152030 DOT 03D81832CA7E AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 On Thu, 27 May 2021, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > (gschem:7419): libgedacairo-CRITICAL **: 17:15:42.563: file > edarenderer.c: line 585 (eda_renderer_draw_hatch): should not be reached > > (gschem:7419): libgedacairo-WARNING **: 17:15:42.563: > (edacairo.c:401):eda_cairo_stroke: code should not be reached > > (gschem:7419): libgedacairo-WARNING **: 17:15:42.563: > (edacairo.c:401):eda_cairo_stroke: code should not be reached These mean the "line_type" and "fill_type" fields in an OBJECT structure have invalid values. > ** (gschem:7419): CRITICAL **: 17:15:43.903: update_cap_style_widget: > assertion 'dialog->line_end != NULL' failed The "line_end" field is initialized before the hook which calls update_cap_style_widget is set, so in theory, this cannot happen. My guess would be some kind of memory corruption. Maybe you could run gschem under memcheck (valgrind) and see if there's anything suspicious? Roland