From owner-freebsd-current@FreeBSD.ORG Thu Dec 1 20:35:10 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D312E1065675 for ; Thu, 1 Dec 2011 20:35:10 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 953FA8FC08 for ; Thu, 1 Dec 2011 20:35:10 +0000 (UTC) Received: by qaea17 with SMTP id a17so5267831qae.13 for ; Thu, 01 Dec 2011 12:35:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=eUSq+HYQVs049m2c0wLJ/0uoV962aOk22xZPauLGeZo=; b=HuyeW2FkTLZR1ffcuQNHpOPN1DAQf2JulJZb/BbeMQEXTuvqspmETpG8k5rrelrngK Q4ECk0mw1yju50D2jVbPA7YcSopsk9IP/yCbYigEK1FOrtceElHPwqkco7jTwu5iC0C3 vmrG7tGfxVsZe6py9TvdCPa3mykT2TRi/o7tU= MIME-Version: 1.0 Received: by 10.229.101.72 with SMTP id b8mr1751821qco.209.1322770088036; Thu, 01 Dec 2011 12:08:08 -0800 (PST) Received: by 10.224.189.135 with HTTP; Thu, 1 Dec 2011 12:08:08 -0800 (PST) Date: Thu, 1 Dec 2011 22:08:08 +0200 Message-ID: From: George Liaskos To: freebsd-current Content-Type: text/plain; charset=UTF-8 Subject: r227487 breaks C++ programs that use __isthreaded X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2011 20:35:10 -0000 Hello One example is Google's tcmalloc [1], is this behaviour intended? [1] http://code.google.com/p/google-perftools/source/browse/trunk/src/maybe_threads.cc Regards, George