From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Taylan Ulrich Bayirli/Kammer Newsgroups: gmane.lisp.guile.devel Subject: Re: boehm-gc troubles with 2.0.11 on NetBSD/i386 Date: Tue, 22 Apr 2014 16:39:21 +0200 Message-ID: <87lhuxo2cm.fsf@taylan.uni.cx> References: <87mwfrg4to.fsf@yeeloong.lan> <87ioqffztd.fsf@yeeloong.lan> <87eh13fs6a.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398177575 13080 80.91.229.3 (22 Apr 2014 14:39:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2014 14:39:35 +0000 (UTC) Cc: Mark H Weaver , guile-devel@gnu.org To: Greg Troxel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 22 16:39:30 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wcbr7-0007sr-BR for guile-devel@m.gmane.org; Tue, 22 Apr 2014 16:39:29 +0200 Original-Received: from localhost ([::1]:55526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcbr6-0001fX-QC for guile-devel@m.gmane.org; Tue, 22 Apr 2014 10:39:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcbr4-0001fS-Qb for guile-devel@gnu.org; Tue, 22 Apr 2014 10:39:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wcbr3-0004Ey-UF for guile-devel@gnu.org; Tue, 22 Apr 2014 10:39:26 -0400 Original-Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:52990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcbr3-0004El-NB for guile-devel@gnu.org; Tue, 22 Apr 2014 10:39:25 -0400 Original-Received: by mail-ee0-f41.google.com with SMTP id t10so4776217eei.14 for ; Tue, 22 Apr 2014 07:39:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=aJZmZ+vtALyHLTPvs8zsg4McocgVIGAGWPRJgzjFkis=; b=PaCDps146kbonW2x4sXIEnxdCk4m1Ae5RLuwkZuWEgkcM/fXoidqfzv4xCcxZSR9ZG dwUnLngE+HEx+R2wXEI0/W7Pj5PoXYus3VOJRd3m78f/dW5JwB2zKlhcHw4NzwOwOLD7 jfDA/LHR3yN3w8U5WHT/OZ8K8+8ALOCx8j2WFaGnldRFAT2p2l4lTyUXpUnNhV/1Oj9p TXk2bqMlKcPhEbG6u7BYmWBDIKMtNWLfbQX3lH8gss7DCuu88wyGQxeJFMT3hE5pFQg+ Q4YQTQaUbKPNoDVAac/vgN/yUGuEgFiB+Jvu2bdNW4rmPVf6O3k01RN/cVvymCvc1/KT 6MyA== X-Received: by 10.14.194.70 with SMTP id l46mr2774187een.95.1398177564746; Tue, 22 Apr 2014 07:39:24 -0700 (PDT) Original-Received: from taylan.uni.cx (p200300514A658DCC0213E8FFFEED36FB.dip0.t-ipconnect.de. [2003:51:4a65:8dcc:213:e8ff:feed:36fb]) by mx.google.com with ESMTPSA id cb5sm113585515eeb.18.2014.04.22.07.39.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Apr 2014 07:39:24 -0700 (PDT) In-Reply-To: (Greg Troxel's message of "Tue, 22 Apr 2014 09:01:56 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::229 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17096 Archived-At: Greg Troxel writes: > I am curious if others are having success on other *BSD, and which > versions and architectures. 2.0.11 was fine on OpenBSD 5.3 amd64 AKA x86_64, with libgc 7.4. (Sadly I'm not on OpenBSD anymore so in case you have detailed questions I may not be able to answer them.) OS X 10.9 is also mostly fine, though with some issues. See relevant ML thread, "2.0.11 on OS X 10.9 / Xcode 5.1". Taylan