From owner-freebsd-questions@freebsd.org Thu Feb 15 07:41:58 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C6D1F04174 for ; Thu, 15 Feb 2018 07:41:58 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C18B87375 for ; Thu, 15 Feb 2018 07:41:57 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1518680509; bh=gNJ+hjbQjEMzI9/EZ2MhoV03mhz8qtXwAKxVKWx+FEs=; h=To:From:Subject:Date; b=zyIHMie7NfwPtjaatHkQ4Llos+UCE9JYlsH3gIkBpA0VHrRFFD5rqlkv14zRpKOLr dkvWRE2mobaU1hBOLDZf2th3hEMTk+QCIevea2UfJ06U0/Nw/YqhEzIuR6g2CNW93v 3jNWUmHyckaogRqA2wc79uwGR0/I6PIZe4nwNXvQ= To: FreeBSD Mailing List From: Per olof Ljungmark Subject: which limit is hit here? Message-ID: Date: Thu, 15 Feb 2018 08:41:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 07:41:58 -0000 Hi, A process "squatter" from Cyrus-IMAP version 2.5.11 exits with signal 11. The purpose of the process is to create an index of the content in a mailbox. On large mailboxes, squatter coredumps, the final message from truss reads: mmap(0x0,700448768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34783363072 (0x819400000) mmap(0x0,936334732,PROT_READ,MAP_SHARED,107,0x0) = 35483811840 (0x843000000) SIGNAL 11 (SIGSEGV) process killed, signal = 11 (core dumped) and a tempfile is produced, always same size: 3017208832 cyrus.squat.NEW Same result on 10.3 and 11-STABLE. Is there a knob to let squatter have the necessary resource to complete the indexing? Thanks, //per