Query crashes mumi search

  • Open
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Rostislav Svoboda
Owner
unassigned
Submitted by
Arun Isaac
Severity
normal

Debbugs page

Arun Isaac wrote 5 days ago
(address . bug-mumi@gnu.org)
8734fpvh1x.fsf@systemreboot.net
This bug was reported by Bost on guix-devel.

The query 'tag:easy AND (NOT (is:closed OR is:done))' crashes mumi
search.

This query, on the other hand, works: 'tag:easy AND (is:closed OR is:done)'
Arun Isaac wrote 5 days ago
Manipulate bug 76794
(address . control@debbugs.gnu.org)
87y0xhu24c.fsf@systemreboot.net
submitter 76794 Rostislav Svoboda <rostislav.svoboda@gmail.com>
thanks
Rostislav Svoboda wrote 25 hours ago
Re: Query crashes mumi search
(address . 76794@debbugs.gnu.org)
CAEtmmezF4eBaV-26-J1K-0coK=eECY17i7yn4xpzdrsu3WZiPw@mail.gmail.com
Hello,

The bug can also be reproduced by using the following queries:

etc.

I believe the root cause lies in the parse-query procedure within the
guile-xapian package, specifically in the (xapian xapian) module.

Cheers,
Bost
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76794@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76794
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help