Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1A223429E26 for ; Thu, 15 Dec 2011 14:35:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mD4QwUQkGEcT for ; Thu, 15 Dec 2011 14:35:16 -0800 (PST) X-Greylist: delayed 1630 seconds by postgrey-1.32 at olra; Thu, 15 Dec 2011 14:35:16 PST Received: from gateway14.websitewelcome.com (gateway14.websitewelcome.com [67.18.82.11]) by olra.theworths.org (Postfix) with ESMTP id 5646A431FD0 for ; Thu, 15 Dec 2011 14:35:16 -0800 (PST) Received: by gateway14.websitewelcome.com (Postfix, from userid 5007) id 40163F98D71FE; Thu, 15 Dec 2011 16:08:04 -0600 (CST) Received: from terminator.websitewelcome.com (terminator.websitewelcome.com [74.53.228.194]) by gateway14.websitewelcome.com (Postfix) with ESMTP id 32488F98D71D9 for ; Thu, 15 Dec 2011 16:08:04 -0600 (CST) Received: from [76.90.166.13] (port=39634 helo=newb) by terminator.websitewelcome.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RbJT9-0007w2-Lu; Thu, 15 Dec 2011 16:08:04 -0600 Date: Thu, 15 Dec 2011 14:08:02 -0800 From: Nathan Edson To: Austin Clements Subject: Re: Error Running "notmuch new" Message-ID: <20111215220802.GA19961@newb> References: <20111215181826.GA14760@newb> <87r505a4ok.fsf@convex-new.cs.unb.ca> <20111215215609.GA12245@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111215215609.GA12245@mit.edu> User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - terminator.websitewelcome.com X-AntiAbuse: Original Domain - notmuchmail.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nedson.net X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: cpe-76-90-166-13.socal.res.rr.com (newb) [76.90.166.13]:39634 X-Source-Auth: nedson@nedson.net X-Email-Count: 1 X-Source-Cap: bmVkc29ubmU7dHJpY2s7dGVybWluYXRvci53ZWJzaXRld2VsY29tZS5jb20= Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 15 Dec 2011 22:35:17 -0000 On Thu, Dec 15, 2011 at 04:56:23PM -0500, Austin Clements wrote: > Quoth David Bremner on Dec 15 at 5:46 pm: > > On Thu, 15 Dec 2011 10:18:26 -0800, Nathan Edson wrote: > > > When I run "notmuch new" I'm getting the following error: > > > > > > Processed 1 files (0 files/sec.) > > > GLib-ERROR **: /build/buildd/glib2.0-2.28.6/./glib/gmem.c:239: failed to allocate 2147483648 bytes > > > aborting... > > > Aborted > > Hi Nathan; > > > > That looks like debian/ubuntu. Can you tell us more about your > > environment? The version of gmime is usually pretty important. > > A backtrace would also be useful. Something like > > $ gdb --args notmuch new > (gdb) run > ... wait until it aborts > (gdb) bt Hello, I am running Ubuntu. Here is what I get: yabai@newb:~$ gdb --args notmuch new GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/notmuch...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/notmuch new [Thread debugging using libthread_db enabled] GLib-ERROR **: /build/buildd/glib2.0-2.28.6/./glib/gmem.c:239: failed to allocate 2147483648 bytes aborting... Program received signal SIGABRT, Aborted. 0xb7fe1424 in __kernel_vsyscall () (gdb) bt #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb7ce7e71 in raise () from /lib/i386-linux-gnu/libc.so.6 #2 0xb7ceb34e in abort () from /lib/i386-linux-gnu/libc.so.6 #3 0xb7e8bf27 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb7e8bf62 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb7e89c3c in g_realloc () from /lib/i386-linux-gnu/libglib-2.0.so.0 #6 0xb7e54965 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb7e54d5d in g_array_append_vals () from /lib/i386-linux-gnu/libglib-2.0.so.0 #8 0xb7e560c0 in g_byte_array_append () from /lib/i386-linux-gnu/libglib-2.0.so.0 #9 0xb7f83c94 in ?? () from /usr/lib/libgmime-2.4.so.2 #10 0xb7f84fbf in ?? () from /usr/lib/libgmime-2.4.so.2 #11 0xb7f85761 in ?? () from /usr/lib/libgmime-2.4.so.2 #12 0xb7f869ea in g_mime_parser_construct_message () from /usr/lib/libgmime-2.4.so.2 #13 0xb7fc40fd in ?? () from /usr/lib/libnotmuch.so.1 #14 0xb7fc1a45 in notmuch_database_add_message () from /usr/lib/libnotmuch.so.1 #15 0x0804f521 in ?? () #16 0x080501fe in ?? () #17 0x0804c9c0 in ?? () #18 0xb7cd3e37 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6 #19 0x0804ba91 in ?? () (gdb) quit