bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27838: grep error: "regexec.c:1375: pop_fail_stack: Assertion `num >


From: Paul Eggert
Subject: bug#27838: grep error: "regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed."
Date: Wed, 26 Jul 2017 09:24:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Thanks, that is due to an already known bug in glibc; see:

https://sourceware.org/bugzilla/show_bug.cgi?id=18986
https://debbugs.gnu.org/21513

To work around the problem with grep, use './configure --with-included-regex' when building grep, or encourage your upstream distributor to do so (or better yet, to fix glibc). You might also follow up on the glibc bug report to mention that the problem affects you too.

In the meantime I installed the attached patch, to add your test case to grep's test suite. The test is expected to fail if glibc regex is used.

Attachment: 0001-tests-add-Bug-27838-test-case.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]