GNU bug report logs - #27838
grep error: "regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed."

Previous Next

Package: coreutils;

Reported by: Jacek Wielemborek <d33tah <at> gmail.com>

Date: Wed, 26 Jul 2017 14:54:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27838: closed (grep error: "regexec.c:1375: pop_fail_stack:
 Assertion `num >= 0' failed.")
Date: Wed, 26 Jul 2017 16:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Jul 2017 09:24:59 -0700
with message-id <b70ed40f-f000-9f6c-bca9-71de268fddac <at> cs.ucla.edu>
and subject line Re: bug#27838: grep error: "regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed."
has caused the debbugs.gnu.org bug report #27838,
regarding grep error: "regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed."
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
27838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27838
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jacek Wielemborek <d33tah <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: grep error: "regexec.c:1375: pop_fail_stack: Assertion `num >= 0'
 failed."
Date: Wed, 26 Jul 2017 16:53:07 +0200
Hi,

Try out the following test case, IIRC found with the aid of afl-fuzz:

grep -E -f <( echo
'fzJ7fymOjgqOjgkfMnt/KSgfVzN8pFyQKR8zfGR7pGuQKR8zfCh8Mnt/KSgfVzN8pFyQKR8zfGR7pGuQKR8zfGR7kCkoCx8zfDJ7fymOrQmOjgkfM3wkXDI='
| base64 -d ) /dev/null
grep: regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed.

I reported it once as on Fedora's Bugzilla, but got no reaction - in
that case it even triggered a segmentation fault.

Cheers,
d33tah


[Message part 3 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Jacek Wielemborek <d33tah <at> gmail.com>, 27838-done <at> debbugs.gnu.org
Subject: Re: bug#27838: grep error: "regexec.c:1375: pop_fail_stack: Assertion
 `num >= 0' failed."
Date: Wed, 26 Jul 2017 09:24:59 -0700
[Message part 4 (text/plain, inline)]
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.
[0001-tests-add-Bug-27838-test-case.patch (text/x-patch, attachment)]

This bug report was last modified 7 years and 305 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.