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 CCEC56DE0F31 for ; Tue, 28 May 2019 05:59:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.043 X-Spam-Level: X-Spam-Status: No, score=-0.043 tagged_above=-999 required=5 tests=[AWL=-0.042, 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 IjYEAkou1uqe for ; Tue, 28 May 2019 05:59:05 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 8E3626DE0EA8 for ; Tue, 28 May 2019 05:59:05 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hVbh1-0004TB-Ia; Tue, 28 May 2019 08:59:03 -0400 Received: (nullmailer pid 1450 invoked by uid 1000); Tue, 28 May 2019 12:59:02 -0000 From: David Bremner To: sebastien rey-coyrehourcq , Notmuch Mail Subject: Re: Segfault on notmuch compiled using commit 73cebe6e7233f59ba26d9f7c05265b7776795818 In-Reply-To: <162669069.139796.1559047529277@ichabod.co-bxl> References: <1f419873dad2f3034ba709dc58cd958d99b01f44.camel@univ-rouen.fr> <162669069.139796.1559047529277@ichabod.co-bxl> Date: Tue, 28 May 2019 09:59:02 -0300 Message-ID: <87y32qu44p.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Tue, 28 May 2019 12:59:06 -0000 sebastien rey-coyrehourcq writes: > (gdb) backtrace > #0=C2=A0 0x00007ffff6969410 in g_mime_stream_construct () at /usr/lib/x86= _64-linux-gnu/libgmime-3.0.so.0 > #1=C2=A0 0x00007ffff696d124 in g_mime_stream_fs_new_with_bounds () at /us= r/lib/x86_64-linux-gnu/libgmime-3.0.so.0 > #2=C2=A0 0x00007ffff7bc6f3f in g_mime_stream_gzfile_open (filename=3D) at util/gmime-extra.c:54 > #3=C2=A0 0x00007ffff7bb0b51 in _notmuch_message_file_open_ctx (notmuch=3D= notmuch@entry=3D0x5555557b67d0, ctx=3Dctx@entry=3D0x0, filename=3Dfilename@= entry=3D0x5555557eceb0 "/home/reyman/Mail/unthinkingdepths/0_InfoLabos/.mbs= yncstate") at lib/message-file.c:73 1) What can you tell me about .mbsyncstate? Is it a dangling symlink? An empty file? very large? 2) what happens if you add .mbsyncstate to new.ignore with 'notmuch config'?