[PATCH 2/3] ruby: allow build with RUNPATH
[notmuch-archives.git] / eb / 80dd70c12b465c98b8c1ba25a9f6ecf94ca0aa
1 Return-Path: <jeff@ocjtech.us>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9A62B431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 10:00:12 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id qiqjcXbLyIWA for <notmuch@notmuchmail.org>;\r
11         Wed, 18 Nov 2009 10:00:12 -0800 (PST)\r
12 Received: from mail-yx0-f204.google.com (mail-yx0-f204.google.com\r
13         [209.85.210.204])\r
14         by olra.theworths.org (Postfix) with ESMTP id 38392431FAE\r
15         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 10:00:12 -0800 (PST)\r
16 Received: by yxe42 with SMTP id 42so1466551yxe.22\r
17         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 10:00:11 -0800 (PST)\r
18 MIME-Version: 1.0\r
19 Received: by 10.91.26.5 with SMTP id d5mr2700164agj.16.1258567210434; Wed, 18 \r
20         Nov 2009 10:00:10 -0800 (PST)\r
21 Date: Wed, 18 Nov 2009 12:00:10 -0600\r
22 Message-ID: <935ead450911181000w2cddfe95qe9efd5bea9f9209d@mail.gmail.com>\r
23 From: Jeffrey Ollie <jeff@ocjtech.us>\r
24 To: notmuch@notmuchmail.org\r
25 Content-Type: text/plain; charset=UTF-8\r
26 Subject: [notmuch] Segfault searching for tags\r
27 X-BeenThere: notmuch@notmuchmail.org\r
28 X-Mailman-Version: 2.1.12\r
29 Precedence: list\r
30 List-Id: "Use and development of the notmuch mail system."\r
31         <notmuch.notmuchmail.org>\r
32 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
33         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
34 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
35 List-Post: <mailto:notmuch@notmuchmail.org>\r
36 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
37 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
39 X-List-Received-Date: Wed, 18 Nov 2009 18:00:12 -0000\r
40 \r
41 Getting the following segfault with 306635c2 on Fedora 12.  Seems to\r
42 be happening with any 'tag:' search that returns results.  For\r
43 example, 'notmuch search tag:inbox' and 'notmuch search tag:unread'\r
44 segfault but 'notmuch search tag:nosuchtag', 'notmuch search\r
45 subject:logwatch' and 'notmuch search video' seem to work fine.\r
46 \r
47 Core was generated by `/usr/bin/notmuch search --sort=oldest-first tag:inbox'.\r
48 Program terminated with signal 11, Segmentation fault.\r
49 \#0  Xapian::TermIterator::operator* (this=<value optimized out>)\r
50     at api/omtermlistiterator.cc:78\r
51 78          RETURN(internal->get_termname());\r
52 Current language:  auto\r
53 The current source language is "auto; currently c++".\r
54 \r
55 Thread 1 (Thread 15005):\r
56 \#0  Xapian::TermIterator::operator* (this=<value optimized out>)\r
57     at api/omtermlistiterator.cc:78\r
58 No locals.\r
59 \#1  0x000000000040d213 in _notmuch_message_get_in_reply_to (message=0x1594f70)\r
60     at lib/message.cc:288\r
61         prefix = 0x415b77 "XREPLYTO"\r
62         prefix_len = 0\r
63         i = {internal = {dest = 0x0}}\r
64         in_reply_to = ""\r
65 \#2  0x000000000040f842 in _resolve_thread_relationships (thread=0x1595a00)\r
66     at lib/thread.cc:157\r
67         node = 0x1596130\r
68         message = 0x1594f70\r
69         parent = 0x7fff2cade9c8\r
70         prev = 0x1595cd0\r
71         in_reply_to = <value optimized out>\r
72 \#3  _notmuch_thread_create (thread=0x1595a00) at lib/thread.cc:285\r
73         thread = 0x1595a00\r
74         thread_id_query = 0x158beb0\r
75         matched_query = <value optimized out>\r
76         messages = 0x7fff2cade948\r
77         message = <value optimized out>\r
78         thread_id_query_string = <value optimized out>\r
79         matched_query_string = <value optimized out>\r
80 \#4  0x000000000040f3d0 in notmuch_query_search_threads (\r
81     query=<value optimized out>, first=<value optimized out>,\r
82     max_threads=<value optimized out>) at lib/query.cc:217\r
83         threads = 0x158b5f0\r
84         thread = 0x6e00000077\r
85         messages = 0x158b7c0\r
86         message = 0x158c580\r
87         thread_id = 0x158b890 "2065b08615b4cbbb22d9ee874bb84d3e"\r
88         seen = 0x15454a0\r
89         messages_seen = 0\r
90         threads_seen = 0\r
91 \#5  0x00000000004089a1 in do_search_threads (ctx=0x1543140, query=\r
92     0x7fff2cade8a0, sort=NOTMUCH_SORT_OLDEST_FIRST,\r
93     first=<value optimized out>, max_threads=<value optimized out>)\r
94     at notmuch-search.c:40\r
95         thread = <value optimized out>\r
96         threads = 0x1551290\r
97         tags = 0x2\r
98         date = <value optimized out>\r
99         relative_date = 0x2 <Address 0x2 out of bounds>\r
100 \#6  0x0000000000408ddd in notmuch_search_command (ctx=<value optimized out>,\r
101     argc=1, argv=<value optimized out>) at notmuch-search.c:156\r
102         config = <value optimized out>\r
103         query = 0x158b510\r
104         query_str = <value optimized out>\r
105         i = 1\r
106         first = <value optimized out>\r
107         max_threads = <value optimized out>\r
108         opt = <value optimized out>\r
109         end = 0x0\r
110         sort = <value optimized out>\r
111 \#7  0x000000000040636f in main (argc=4, argv=0x7fff2cadec98) at notmuch.c:400\r
112         local = 0x1543140\r
113         command = <value optimized out>\r
114 \r
115 \r
116 -- \r
117 Jeff Ollie\r