From owner-freebsd-x11@FreeBSD.ORG Thu Feb 13 18:03:05 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7A89CFA; Thu, 13 Feb 2014 18:03:05 +0000 (UTC) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93B741039; Thu, 13 Feb 2014 18:03:05 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id w8so16771425qac.14 for ; Thu, 13 Feb 2014 10:03:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=LOf+Nl1vBl5MrfDgeX2xoMQ/FWcUL3lM+z4JSjuoRXA=; b=cF77aMekdelw7EiO+p2PeS24j53H1Flw+V0G5GOO/5Q0Y5bnupNQF1xn0jfxdVIZYk yqe+u/9+okrKVc16P/T+Z7ThabXNSfDZbwX1vxwQX5UavMRJnpuOMB7roMMwbehl4e7k aukw8z6gJl3UTdsInhJABzLOuqe95k8U4y3XwIPzQBi48ofA6HdkiYpaouWTsmHVSaJU LJCbNmnAByGZzVRAWSehcCJ4bdDcgb7UP+HjpHeYcjus0r1FHvl9e6g4c/82hv2jTZkj nd0EQmeH62eLfuv0crfhIn+cdSgnieAZE75R1PGbX4OAcCZGFQQ2+dNsIc5SKTWbeinX OzCA== MIME-Version: 1.0 X-Received: by 10.224.88.3 with SMTP id y3mr4963585qal.80.1392314584705; Thu, 13 Feb 2014 10:03:04 -0800 (PST) Sender: carpeddiem@gmail.com Received: by 10.140.31.68 with HTTP; Thu, 13 Feb 2014 10:03:04 -0800 (PST) In-Reply-To: <52FCD50E.50605@FreeBSD.org> References: <52FCD50E.50605@FreeBSD.org> Date: Thu, 13 Feb 2014 13:03:04 -0500 X-Google-Sender-Auth: BT--h0g8f1TIrjMb7lFwL8q2ZNA Message-ID: Subject: Re: support for printing stack traces in xorg server From: Ed Maste To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 18:03:06 -0000 On 13 February 2014 09:22, Andriy Gapon wrote: > > So, I think that it should be pretty easy to patch the xorg port to use > libexecinfo. Should we do this? Sure, but we should really get the configure.ac change applied upstream too. Others (e.g. NetBSD) also have backtrace() in libexecinfo. I happened across Varnish's autoconf change for this: https://www.varnish-cache.org/trac/changeset/079e68bae34b303abdff49722d656b12f620a0b3