From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cp165172.hpdns.net (cp165172.hpdns.net [91.238.165.172]) by sourceware.org (Postfix) with ESMTPS id A79D1386F46E for ; Thu, 28 May 2020 10:57:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A79D1386F46E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dyxyl.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=qqxnjvamvxwx@dyxyl.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dyxyl.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uNjFmMmLw8BpkQuSGg/mAQplhNssQAOFxoxoGmYd8d4=; b=SY94plhbiz7/MMG3n0tVIajyaL L++01TGyKkksRm6OxP75p6RSDIF2qBe/lDxYRiM+/yBwNwmU9ihnDfL9ohX/nKbsZHZyfYTcdFoKs 4oeXLnumTpUnbDKBdwWiWFjPaDWqEP17TpmQT5iwGXOmq8REw7d2Oyc0r8KHx1nBrRLk=; Received: from cpc92314-cmbg19-2-0-cust794.5-4.cable.virginm.net ([82.11.187.27]:39522 helo=localhost.localdomain) by cp165172.hpdns.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jeGDk-008VAm-1c; Thu, 28 May 2020 11:57:08 +0100 Received: by localhost.localdomain (Postfix, from userid 597) id 85E25600FA; Thu, 28 May 2020 11:57:07 +0100 (BST) From: Martin Simmons To: Chris Nicol Cc: qqxnjvamvxwx@dyxyl.com, simark@simark.ca, gdb@sourceware.org Subject: Re: gdb 8.3: "handler for the OSI ABI "FreeBSD" is not built into this configuration" In-Reply-To: <46566349-c023-6a75-7006-268aad4913c6@uleth.ca> (message from Chris Nicol on Wed, 27 May 2020 22:08:03 -0600) References: <052613da-fdbe-707b-3a52-da7ce437d424@uleth.ca> <1b20f6d8-9736-02d8-73dc-bc4843e36ed3@simark.ca> <198ff4bc-8195-750e-84f5-e3d76974a223@uleth.ca> <88abec76-ad36-1562-d93b-d1159430bf2d@uleth.ca> <04509e3f-e5d9-72fb-1b1a-6d58a08482a2@simark.ca> <359bdbb1-c4ab-b89c-6d0a-f18025c64da8@simark.ca> <46566349-c023-6a75-7006-268aad4913c6@uleth.ca> Date: Thu, 28 May 2020 11:57:07 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-cPanel-MailScanner-Information: Please contact the ISP for more information X-cPanel-MailScanner-ID: 1jeGDk-008VAm-1c X-cPanel-MailScanner: Found to be clean X-cPanel-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.799, required 5, ALL_TRUSTED -1.00, BAYES_50 0.80, HK_RANDOM_FROM 1.00) X-cPanel-MailScanner-From: qqxnjvamvxwx@dyxyl.com X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HK_RANDOM_ENVFROM, HK_RANDOM_FROM, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp165172.hpdns.net X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dyxyl.com X-Get-Message-Sender-Via: cp165172.hpdns.net: authenticated_id: dyxyl/from_h X-Authenticated-Sender: cp165172.hpdns.net: qqxnjvamvxwx@dyxyl.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 10:57:14 -0000 Hi Chris, I received your email below but it looks like the mailing list rejected it. For a small amount of output, it is better to just paste the text into the email rather than attaching an rtf. I can see what causes the warning but I think it might be unrelated to the problem of debugging llvm-tblgen. Rather than running gdb inside gdb, please just run: /usr/local/bin/gdb ./llvm-tblgen llvm-tblgen.core and then use the gdb commands: info all where and send the full output. __Martin >>>>> On Wed, 27 May 2020 22:08:03 -0600, Chris Nicol said: > > Martin, > > Thanks for your continued interest. Attached is a rtf with the results > of running the gdb against the llvm-tblgen.core. I ran the sequence of > commands that you suggested, to see if this would shed light on the > osabi problem. > > As I mentioned, I thought I would try to build the /usr/ports version to > see if there was any difference. This produced the attached crash log, > and the *.c file that was responsible for that. The file in question > does not appear in the standard distribution of gdb-9.1, and must be > something that the /usr/ports port has added. Perhaps this sheds some > light on matters. There could be other files in /usr/ports that are > unique to that version of the build. I did not have a chance to check. > Perhaps what is in this brain dump is of some assistance. I hope. > > So many of the /usr/ports builds seem dependent on llvm90. This is a bit > of a nuisance, but I suppose that is the lot of someone using an ancient > piece of hardware, such as the SunBlade 100. I was surprised to find > that I was able to build and run the sylpheed mailer on that system last > night. It not only built quickly, but accepts and delivers my mail, and > looks a lot like thunderbird. The latter which does not build as it, > like firefox, wants to have llvm90 built to support it... > > > Thanks again. > > Chris. > > On 5/27/2020 3:31 PM, Martin Simmons wrote: > > Hi Chris, > > > > Please post of the full output (including all start up messages) of > > running gdb 9.1 with the llvm-tblgen core file and the gdb commands > > > > info all > > where > > > > __Martin > >