From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 16:03:53 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0CD106566C for ; Fri, 27 Aug 2010 16:03:53 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id AFB158FC0A for ; Fri, 27 Aug 2010 16:03:52 +0000 (UTC) Received: by vws7 with SMTP id 7so3459733vws.13 for ; Fri, 27 Aug 2010 09:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=ZBxXh2+d2bJbVvO2ryYUoxVjhAp4+MkxkHiYY5o27ZA=; b=bNPCK7F0aeVoTbHvhGisF2kJ7akohHcq/ZRk+ZQa/Vhwjq19xmpql+Luw/DZxJJljT rTQULy7qlqJlH2EiYMRjyKcG7KBlTLql8f9t+XsXCXPiVaSAC8GvBgJC73zkEcD/KaWI jVK/anTGSb7Puhio8RmCNsW5UKnevWnPNsUQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=kpdZQw5amWy5KoEEpEjpdy6b9p4HG/T4nH58Qh9CvCu3rt5Mrvm/UynyxYSwRFOKRC GrFNQd/wmz6PfpcGq8jk+QthM/v30O1By4U8fas9uXB/kPZMbRfCMxeY0B1QoUdseHES a8M09wbpBv7cXeHyPVpBHk/KXA71+1Svf3sYI= Received: by 10.220.61.6 with SMTP id r6mr632452vch.6.1282923288997; Fri, 27 Aug 2010 08:34:48 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id u1sm1677175vcf.46.2010.08.27.08.34.46 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 08:34:47 -0700 (PDT) Message-ID: <4C77DB15.5010501@gmail.com> Date: Fri, 27 Aug 2010 11:34:45 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 16:03:53 -0000 Hello, I have a few clamav instances running in jails on 32-bit hosts without any issues. A few days ago one of these jails was migrated to a 64-bit host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. The issue seems specific to 32bit/64bit compatibility. I have a gdb session available here: http://gist.github.com/549964 Any thoughts on if this is possible? Regards, -- Glen Barber