[PATCH] lib: call g_type_init from notmuch_database_open
authorbjoernb <post@bjoern.homelinux.org>
Mon, 5 Dec 2011 20:55:22 +0000 (21:55 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:35 +0000 (09:40 -0800)
53/e434050632afb4c5069f0e6f3bea55bd5e7939 [new file with mode: 0644]

diff --git a/53/e434050632afb4c5069f0e6f3bea55bd5e7939 b/53/e434050632afb4c5069f0e6f3bea55bd5e7939
new file mode 100644 (file)
index 0000000..3733d76
--- /dev/null
@@ -0,0 +1,62 @@
+Return-Path: <bb@bjoern.homelinux.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id BC701429E26\r
+       for <notmuch@notmuchmail.org>; Mon,  5 Dec 2011 13:02:23 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Kgg10m+3Khhi for <notmuch@notmuchmail.org>;\r
+       Mon,  5 Dec 2011 13:02:23 -0800 (PST)\r
+X-Greylist: delayed 402 seconds by postgrey-1.32 at olra;\r
+       Mon, 05 Dec 2011 13:02:23 PST\r
+Received: from bjoern.homelinux.org\r
+       (static.88-198-164-182.clients.your-server.de [88.198.164.182])\r
+       by olra.theworths.org (Postfix) with ESMTP id 31537429E25\r
+       for <notmuch@notmuchmail.org>; Mon,  5 Dec 2011 13:02:23 -0800 (PST)\r
+Received: from ygramul.phantasia (unknown [85.183.86.106])\r
+       by bjoern.homelinux.org (Postfix) with ESMTPSA id 87EBA122054;\r
+       Mon,  5 Dec 2011 21:55:37 +0100 (CET)\r
+Received: from bb by ygramul.phantasia with local (Exim 4.77)\r
+       (envelope-from <bb@bjoern.homelinux.org>)\r
+       id 1RXfZK-0008H5-23; Mon, 05 Dec 2011 21:55:22 +0100\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+To: david@tethera.net\r
+In-Reply-To: <1323027314-8764-1-git-send-email-david@tethera.net>\r
+From: bjoernb <post@bjoern.homelinux.org>\r
+Subject: [PATCH] lib: call g_type_init from notmuch_database_open\r
+Date: Mon, 05 Dec 2011 21:55:22 +0100\r
+Message-Id: <E1RXfZK-0008H5-23@ygramul.phantasia>\r
+X-Mailman-Approved-At: Mon, 05 Dec 2011 13:34:11 -0800\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 05 Dec 2011 21:02:24 -0000\r
+\r
+\r
+David Bremner david at tethera.net\r
+Sun Dec 4 11:35:14 PST 2011\r
+>This seems to fix the segfault for me. Any other comments/experiences?\r
+\r
+this patch fixes the issue aswell for me. Thanks David.\r
+\r
+Greetings,\r
+bjoernb.\r