From owner-freebsd-questions@FreeBSD.ORG Sun Jul 15 23:53:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94F2E16A400 for ; Sun, 15 Jul 2007 23:53:36 +0000 (UTC) (envelope-from ioplex@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id 5731813C4B2 for ; Sun, 15 Jul 2007 23:53:36 +0000 (UTC) (envelope-from ioplex@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so822686wxd for ; Sun, 15 Jul 2007 16:53:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YTfxEWvHCg6jl3czo2BSdLPboW1c5wfIRyN48MKjrI/inHLBCV4IWGvEPfN1i0sknttZuazdEYrd1G0inkOLWgbGPddoOUWckLhLSQ8CWZ2T0Vamp2PbDE0i/UhWxMybV1FKYyFooXLP6OFXx3f91sPJaEM567PCkub4N8dygLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rbEAzejED/xbI07BrJkr/hqsHU3uhxgsDbblThCdtWLWq4MUpzpUpUk4ylCAyU2scbtfMj1i2FBXGUDmp4Aq5PpIydE39UxUSp9FTEj73gqKYX7Q7RkQAue2jvyNn+wpuJntBGgsVhahIv3m79tcQZtgNxgM4UaR2YU020SkkU8= Received: by 10.70.113.16 with SMTP id l16mr6846529wxc.1184543615496; Sun, 15 Jul 2007 16:53:35 -0700 (PDT) Received: by 10.70.38.11 with HTTP; Sun, 15 Jul 2007 16:53:35 -0700 (PDT) Message-ID: <78c6bd860707151653m19164d0djd119add0d3a039af@mail.gmail.com> Date: Sun, 15 Jul 2007 19:53:35 -0400 From: "Michael B Allen" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Developer Questions (glibc i386 style backtraces) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2007 23:53:36 -0000 Hello Again, Is there a good list to ask developer questions about porting code to FreeBSD? I have a good chunk of code to port and no doubt I will have numerous questions about FreeBSD specific features like semaphores, posix compliance, shared memory and so on. Actually my current issue is the glibc i386 backtrace function from execinfo.h. It's not a show stopper if I can't have it but I would very much like to have it even if it means writing custom code to walk the stack myself. Any ideas? Googling doesn't seem to turn up anything which is to say I guess FreeBSD doesn't have a backtrace function. Actually does FreeBSD use glibc? Mike