From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2C0F76DE0F66 for ; Mon, 22 Jul 2019 16:37:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.697 X-Spam-Level: X-Spam-Status: No, score=-2.697 tagged_above=-999 required=5 tests=[AWL=-0.196, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pZENWKYOUnn5 for ; Mon, 22 Jul 2019 16:37:14 -0700 (PDT) Received: from wedjat.horus-it.com (wedjat.horus-it.com [95.217.42.50]) by arlo.cworth.org (Postfix) with ESMTPS id C36C86DE0F62 for ; Mon, 22 Jul 2019 16:37:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by wedjat.horus-it.com (Postfix) with ESMTP id 8FBC3A6000B6; Tue, 23 Jul 2019 01:37:08 +0200 (CEST) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monksofcool.net; s=k1; t=1563838628; bh=i5NXuteadwXBG0bDUPrCtU32cFYSYZ+JgTnqNv9s3K8=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=b1R9ZxCVxYtbkcxOpLIF5Ypu/e/dahKIKY2J84sM7sksH7H4kbUU5Lm2Pz8Qe3oc+ gLrn/NryXlJmtUXVNKwwdqib9ag3sGDp9D46ux4eiLUai4HJJqG8AbNhRvjqcsu5BW Z2vg47p4quna2CPp54IWKZTqJ4OcvxMZ1U5W2MgbQBxSrTlefFSUx2Csdxcrkbz7L0 AR8Cx1AEHYW4b+qTCv85L27ZO03/BpW+FvopMM927N+hIlpO78Q9bLbgFyEI1k+Als PQx/C+ZSORsChz7nC0iLsyaf7tt1+e65WTgMCCZopIZyMqq9/5SheQA0a2cwIRMkmj WD1HK/XQKSEIA== To: David Bremner , notmuch@notmuchmail.org Subject: Re: Bug: SIGABRT if "notmuch dump" output file is not writeable In-Reply-To: <87d0i1u36h.fsf@tethera.net> References: <877e8929g8.fsf@ra.horus-it.com> <87d0i1u36h.fsf@tethera.net> Mail-Followup-To: David Bremner , notmuch@notmuchmail.org Date: Tue, 23 Jul 2019 01:37:08 +0200 Message-ID: <87blxlmyjf.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2019 23:37:15 -0000 * David Bremner: > I agree it's a bit ugly to look at. Ah, euphemisms. ;-) Personally, I associate "double free or corruption (!prev)" with memory trouble or situations where a library cannot recover from an error state and needs to bail out using abort(). Not being able to (over)write an existing file is not that serious, IMO. > Do you see any database corruption or more serious issues? No, and I don't expect any, as I am assuming that "notmuch dump" will only ever read the DB. -Ralph