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 2429 invoked from network); 23 Sep 2023 13:53:10 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 23 Sep 2023 13:53:10 -0000 Received: from mx.sdf.org ([205.166.94.24]) by 9front; Sat Sep 23 09:52:10 -0400 2023 Received: from sdf.org (IDENT:dmadhatr@ryo.sdf.org [209.160.32.186]) by mx.sdf.org (8.16.1/8.14.5) with ESMTPS id 38NDq4kt014385 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for <9front@9front.org>; Sat, 23 Sep 2023 13:52:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sdf.org; s=sdf.org; t=1695477128; bh=I3Ue+aGjx321Ld53pf4A9mQooKxZ/lKYnNhIPxoKNCg=; h=Date:From:To:Subject:In-Reply-To:References; b=I+nOr5T3aKBLGWVH0VJ428txPDAIe3URz3sKb854o5kE3fq88ULE7AwElQdIbUwGk r9CyTI158TmcoNv9JACzWpusFzk96TRmo45t7TGMRWTJdZtfhj2OSqFS+wVzgiGPTe ilra024Xz9BnfDcMFhQXIYuabsgSheo4e01sdlQw= Received: from localhost (dmadhatr@localhost) by sdf.org (8.16.1/8.12.8/Submit) with ESMTP id 38NDq42Q014817 for <9front@9front.org>; Sat, 23 Sep 2023 13:52:04 GMT Date: Sat, 23 Sep 2023 13:52:04 +0000 (UTC) From: Dmad To: 9front@9front.org In-Reply-To: Message-ID: <5bd1f3ec-58ee-9618-fbfe-caefe906e1f4@sdf.org> References: <8ea3b9d6-c797-179b-cf09-860ebbb4ade5@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: proven configuration storage grid-aware proxy-oriented locator Subject: Re: [9front] 9Front Drawterm Code 139 Sig 11 SIGSEGV Reply-To: 9front@9front.org Precedence: bulk On Fri, 22 Sep 2023, Amavect wrote: > Date: Fri, 22 Sep 2023 20:10:29 -0500 > From: Amavect > Reply-To: 9front@9front.org > To: 9front@9front.org > Subject: Re: [9front] 9Front Drawterm Code 139 Sig 11 SIGSEGV > > On Fri, Sep 22, 2023 at 2:21?PM Dmad wrote: >> Let me know if anyone has any advice on how to debug/troubleshoot. >> >> Really appreciate your time, beat the shit out of the internet trying to >> find an answer on the lists/forums/etc. > Do you know how to get a backtrace with gdb or any other debugger? > For gdb, just pass the executable filename, type r to run. > Trigger the crash, and type bt for a backtrace. > > Additionally, you can recompile with "-O0 -ggdb" in the CFLAGS. > If that changes the behavior, that's a hint as to what's wrong. > > Thanks, > Amavect > > Amavect, I started reading up on using backtrace with gdb yesterday as well- so that too is solid advice - thanks. Will continue to hunt. Will run with the recompile and the CFLAGS you gave. Apprciate it, thanks.. dmadhatr@sdf.org SDF Public Access UNIX System - http://sdf.org