From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7503 invoked from network); 24 Sep 2023 03:28:59 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 24 Sep 2023 03:28:59 -0000 Received: from mx.sdf.org ([205.166.94.24]) by 9front; Sat Sep 23 23:24:14 -0400 2023 Received: from sdf.org (IDENT:dmadhatr@sverige.sdf.org [205.166.94.6]) by mx.sdf.org (8.16.1/8.14.5) with ESMTPS id 38O3OBVi014309 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for <9front@9front.org>; Sun, 24 Sep 2023 03:24:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sdf.org; s=sdf.org; t=1695525852; bh=HpWvUNb3jK2WS8LaB/fKXSGxWf56Qf00GO9OylXlawQ=; h=Date:From:To:Subject:In-Reply-To:References; b=L08hVahs6yVBI0SdDWw+olevFFrjp77NQ9DQPivojE+O9QWkyMAcifl+HJFtt0Q+K g4aUgb2RfM/rP6kH1Ml/VmNieeUA7wRyo6oGlT1ifjgA4X4w2mHu4qpr32vCCTN7WF s1+BzqONmFrH2kViZAUpit33L4LSsEx58ReLddzM= Received: from localhost (dmadhatr@localhost) by sdf.org (8.16.1/8.12.8/Submit) with ESMTP id 38O3O9lT007837 for <9front@9front.org>; Sun, 24 Sep 2023 03:24:09 GMT Date: Sun, 24 Sep 2023 03:24:09 +0000 (UTC) From: Dmad To: 9front@9front.org In-Reply-To: <0560683a-9d4a-7361-b6d8-edb5155808f0@sdf.org> Message-ID: <3157c339-4797-604c-34f6-306dc2967107@sdf.org> References: <8ea3b9d6-c797-179b-cf09-860ebbb4ade5@sdf.org> <5bd1f3ec-58ee-9618-fbfe-caefe906e1f4@sdf.org> <0e548cd8-4376-de24-6a78-000f0d98beb0@sdf.org> <931efd84-9713-5263-02ca-8dc5a93e8304@sdf.org> <921e22d1-a126-4009-ac17-c1c730769b3e@sdf.org> <45006331-8EBC-4A0C-9B3F-4C160EB587B9@ftrv.se> <0560683a-9d4a-7361-b6d8-edb5155808f0@sdf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: compliant module-aware storage-oriented cache Subject: Re:SOLVED [9front] 9Front Drawterm Code 139 Sig 11 SIGSEGV Reply-To: 9front@9front.org Precedence: bulk On Sun, 24 Sep 2023, Dmad wrote: > Date: Sun, 24 Sep 2023 03:11:13 +0000 (UTC) > From: Dmad > Reply-To: 9front@9front.org > To: 9front@9front.org > Subject: Re: [9front] 9Front Drawterm Code 139 Sig 11 SIGSEGV > > On Sun, 24 Sep 2023, Sigrid Solveig Hafl?nud?ttir wrote: > >> Date: Sun, 24 Sep 2023 04:28:27 +0200 >> From: Sigrid Solveig Hafl?nud?ttir >> Reply-To: 9front@9front.org >> To: 9front@9front.org >> Subject: Re: [9front] 9Front Drawterm Code 139 Sig 11 SIGSEGV >> >> Try to replace the entirety of your amd64/tas.c "tas" function with just >> "return __atomic_test_and_set(x, __ATOMIC_ACQ_REL);", as appears in >> arm64/tas.c >> See if that helps. >> >> > > Backed up tas.c > Replaced tas function with just 'return' ... from arm64 tas.c to amd84 > Recompiled > ./drawterm -h IP -a IP -u glenda > No crash, but no RIO just yet. > Progress! > Thanks! > > dmadhatr@sdf.org > SDF Public Access UNIX System - http://sdf.org > Retarted drawterm session, removed -r option and was able to get rio running from 9p.sdf.org without any crash/segsdev 11 or stack issue. Replacing the tas function for AMD64 before recompiling appears to have worked. Cheers and thanks again, appreciated. dmadhatr@sdf.org SDF Public Access UNIX System - http://sdf.org