X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 22 Dec 2020 16:28:37 +0100 (CET) From: Roland Lutz To: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] gschem segfault In-Reply-To: <20201222022216.B95ED8329F78@turkos.aspodata.se> Message-ID: References: <20201222022216 DOT B95ED8329F78 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 Tue, 22 Dec 2020, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > $ gschem > > (gschem:9059): Gdk-CRITICAL **: 03:20:33.040: IA__gdk_drawable_get_size: assertion 'GDK_IS_DRAWABLE (drawable)' failed > > ** (gschem:9059): CRITICAL **: 03:20:33.040: gschem_page_geometry_set_values: assertion 'screen_width > 0' failed > > (gschem:9059): Gdk-CRITICAL **: 03:20:33.040: IA__gdk_cairo_create: assertion 'GDK_IS_DRAWABLE (drawable)' failed > Segmentation fault I can't reproduce this on my machine. In order to do anything about this issue, I need one of the following: Option A: A series of steps which somewhat reliably trigger the problem. Option B: A core dump from the crash and associated binary files. In order to achieve this, compile gEDA/gaf with CFLAGS="-g -O2" or (even better, but may hide the bug) CFLAGS="-g -O0" and enable core dumps, e.g. by invoking gschem as ulimit -c unlimited && gschem Then, pack the resulting core file and the /bin and /lib directories from the gEDA/gaf installation into a tarball and upload or send it to me. Note that, since the core file contains a memory dump, it may contain private information (e.g. the schematic you were working on). Roland