X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 26 Mar 2020 21:23:28 +0100 (CET) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem crashes In-Reply-To: <20200326182136.13300.qmail@rahul.net> Message-ID: References: <20200326182136 DOT 13300 DOT qmail AT rahul DOT net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) 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 Hi John, On Thu, 26 Mar 2020, John Conover wrote: > I keep getting, resulting in segment violations: > > (gschem:12912): GLib-GObject-CRITICAL **: 11:18:35.808: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failedKilled > > Any suggestions would be appreciated. in order to fix this issue, I need more information so ideally I can reproduce it on my machine. Can you isolate a sequence of actions that will lead to the crash? I haven't seen the critical GLib error before, so as a second step, it would be helpful if you could run gschem in gdb with G_DEBUG=fatal-criticals and record a backtrace. Roland