From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1200 invoked by alias); 13 Aug 2012 18:28:43 -0000 Received: (qmail 1190 invoked by uid 22791); 13 Aug 2012 18:28:42 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 18:28:21 +0000 Received: by qafk30 with SMTP id k30so2975132qaf.0 for ; Mon, 13 Aug 2012 11:28:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=lSOlrfJrbNUZU3+Uba0HRPXSnFY297EmOoqf+W0A5m0=; b=UuUhfS82ze2fR9NLqPGlityCwliZQopV6DnosxEj578qlZzN7YBiAHg4eoH//J4So8 fjiEPe2GMyF5cFxUbDLzHKyC5vMqJrDEVmWXhioOMAwOEEQpJDJk4ChOAgyrZLoIcDzg pE1c1RMi8fKqcISA/bZ/3ISM3kTpcptJykbFdZJdB02hHQT/b3NjlS4jdO6xHI4u3Q1a Ck5/XLH50qqHEKEakULOsNgbnAUUPWMJIbIq7nzOcT0TiSGyz5OG47YbRGgkKcTyWrrw MmzbBKCQ3jx8oXvEVjtwgJJnLLiAaftiXB1RKMn3wvb6nkfcLeF8WoQUqMzOpZKY18O/ Wr1A== Received: by 10.224.31.5 with SMTP id w5mr27144476qac.84.1344882500266; Mon, 13 Aug 2012 11:28:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.38.42 with HTTP; Mon, 13 Aug 2012 11:28:00 -0700 (PDT) From: Nathan Rajlich Date: Mon, 13 Aug 2012 18:28:00 -0000 Message-ID: Subject: "closures" not working on OS X 10.8 (Mountain Lion)? To: libffi-discuss Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmxHtbh5bHWaw5YtROgqeFoQcCSxRgbeW46LoKmAyEU8c/YV1xGW+6AEjfJcNpk1Yf0cIsf X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2012/txt/msg00229.txt.bz2 Hello all, It seems to me that closures are no longer working on OS X v10.8 (a.k.a. Mountain Lion). I first noticed this when the node-ffi test suite started failing with a "Bus Error", so just now I ran a simple closure example from the internet and encounter the same error when I try to run that. Note that this is using the libffi v3.0.11 tag. My test case and shell session are outlined in this gist here: https://gist.github.com/3342783. I don't personally know what's going on here, but am hoping somebody on this list will. I can provide any more additional information necessary. Cheers and thanks in advance!