X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=cp6KWE7SCy/BSpgDoRaqrxLG1gEysLQNxKARfAjpt3Y=; b=WWNHa4jWiCkpVsaHrSFwge8y0NOB0PBAHIOxUKlTwuxkowHG0jQlKcEgXL050JS8ji uKOrBt2iwLkv2deTJ3E/IgHkPP/SaI3FFBH4fb7U6b+nwaZY1/hUihDcoEDZjpJhZxWo IPrG42l6p+sPTjw8jA+evoOBHKWpYpdBJ1FvLDsvlYHMVnQo4DfkGVujZtjxWoPn5txB VEzu+pbuRHq46LK8xpzxjce+oWItzBrmRo4yXIGOrCJnH767e7Zyqo5dYMD5ICT2m8I5 7CSs9ZbZpzidbSDQgZ5CwkiBRjVezbH8/p7QY6RgL7/X/N8uw060zMoKlV4jNm4pew/q DZcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=cp6KWE7SCy/BSpgDoRaqrxLG1gEysLQNxKARfAjpt3Y=; b=qnHNf76AeVQTDJGHzzjPCjSvrsYv0XUB8B1vxNEhmN6n+M6LlpXU2VPpAnL9ZFxMMH GO9WhVgbmlkEXF2HP6TpkBBb6I+Aqup/XBKAdZ2YmPvKe4WrnkH90k3OdNKJB2EN68Jd m0Ptqffvy4ib0ExNhanqECZyPjv2ZurcWKuRIp4r6fr8QgTd0LpAbygXrge8fl4dRJa4 R9iIQxkplP80Y/8W5r9jUBfVhkPCri/UDb9kBQcpRljrICGsyQn65n0fIoDhO7+OMVEt ZB1ctqk8m65uN+RdSD3PdIKBSeu9ffPLrIhBf+7MBFgVoOIgjDVhmMH6Yab8yAVpHXH1 cNPQ== X-Gm-Message-State: AN3rC/4K+k5G6nnAHyw6NVmCJrvRAxO/K9ZpfcE+EGIW4/3nJRqAq8vk fY6O195ou3gbgICQRYi2UYEmTYFrNA== X-Received: by 10.84.218.71 with SMTP id f7mr30012692plm.135.1493879858361; Wed, 03 May 2017 23:37:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Thu, 4 May 2017 09:37:37 +0300 Message-ID: Subject: Re: [geda-user] gschem crash under x_event_key To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Peter, On 5/3/17, Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: > Hi guys, > > Just wondering if anyone had seen (or fixed?) this crash, either in gaf or > Lepton? ... > Haven't figured out the trigger yet, and will admit this isn't a current > gschem I'm running. (Only an old one, circa 1.9.x). I've looked through the x_event.c history and can say that the file has essential changes since the moment as it had x_event_key() code at line 1286 (about 4 years ago). The state machine code and guile garbage collection have significant changes as well. So I think it is not a very good idea to debug that old code in gschem or lepton. Vladimir