From owner-freebsd-stable@FreeBSD.ORG Fri Feb 7 13:17:14 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF7B82AD for ; Fri, 7 Feb 2014 13:17:14 +0000 (UTC) Received: from mail-ve0-x22a.google.com (mail-ve0-x22a.google.com [IPv6:2607:f8b0:400c:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E8061AF2 for ; Fri, 7 Feb 2014 13:17:14 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id cz12so2746330veb.15 for ; Fri, 07 Feb 2014 05:17:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FeUXzSY35hUU6gWOBO0UgP8eT+Fg3ctp9x//vTz3YHI=; b=zAqMhNS5A8cIf0N6KNNaVoDahrSePpDJvI1qNYNm9ML4Q+SIc8YBX93TyW3LsYwXTO EKQ3qXHXBL9JfeN2D8x6rHkMuTGcba5zB3DmElSC7EFgqAqc4snc+I0zy1Lib2mZWy44 6CpKt3mEm62NrSga3UWK9SWNyy2r0vJHcGdI3kAYLFVkLleODpDGLm4fWmJK4iqYwHpQ 2YljOTTWnlCB0Xt1k8tIIYx+tuBwlYGztozsCWC4cZsrsRK+cjWJdAqAMd0lCpqYavdK Ghne68IlUP/fD7PBhnetr45bfhbXtsoE7+aF3DZ0oSi5SvBhEN/tvC3jFePgWx50NlKi C1kA== MIME-Version: 1.0 X-Received: by 10.220.97.145 with SMTP id l17mr53903vcn.35.1391779033153; Fri, 07 Feb 2014 05:17:13 -0800 (PST) Received: by 10.52.171.80 with HTTP; Fri, 7 Feb 2014 05:17:13 -0800 (PST) Date: Fri, 7 Feb 2014 17:17:13 +0400 Message-ID: Subject: Squid aufs crashes under 10.0 From: Pavel Timofeev To: freebsd-stable stable Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 13:17:14 -0000 Hi! There is a problem with squid under FreeBSD10.0. Squid crashes immediately if storage type is set to aufs. It goes down during read of config file. No problem with diskd. No problem with aufs under FreeBSD9.2. Someone thinks that it's related to clang which is default compiler on FreeBSD 10.0. I recompiled www/squid33 with DEBUG option. Got coredump. Then I did and got this: gdb /usr/local/sbin/squid /var/squid/squid.core .... Reading symbols from /usr/lib/private/libheimipcc.so.11...done. Loaded symbols for /usr/lib/private/libheimipcc.so.11 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 Segmentation fault (core dumped) Gdb goes down too =) Any ideas?