emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50069: closed (grep-3.7 test-regex fails when configured with --with


From: GNU bug Tracking System
Subject: bug#50069: closed (grep-3.7 test-regex fails when configured with --without-included-regex)
Date: Sun, 15 Aug 2021 18:23:01 +0000

Your message dated Sun, 15 Aug 2021 11:22:10 -0700
with message-id <296ae023-89cf-3042-f108-ac7bdc01e435@cs.ucla.edu>
and subject line Re: bug#50069: grep-3.7 test-regex fails when configured with 
--without-included-regex
has caused the debbugs.gnu.org bug report #50069,
regarding grep-3.7 test-regex fails when configured with 
--without-included-regex
to be marked as done.

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


-- 
50069: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50069
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: grep-3.7 test-regex fails when configured with --without-included-regex Date: Sun, 15 Aug 2021 18:49:12 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.0
According to configure --help

--without-included-regex
don't compile regex; this is the default on systems
with recent-enough versions of the GNU C Library
(use with caution on other systems).


I have installed glib-2.34 so I assumed --without-included-regex would save some time. Instead I got

===============================================
   GNU grep 3.7: gnulib-tests/test-suite.log
===============================================

# TOTAL: 201
# PASS:  192
# SKIP:  8
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test-regex
================

free(): invalid pointer
FAIL test-regex (exit status: 134)


Without using this option all run through without any failure.

So is this option deprecated, configure/compile logic wrong or do I have overlooked something?

--
Regards Klaus




--- End Message ---
--- Begin Message --- Subject: Re: bug#50069: grep-3.7 test-regex fails when configured with --without-included-regex Date: Sun, 15 Aug 2021 11:22:10 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0
On 8/15/21 9:49 AM, Klaus Dittrich wrote:
--without-included-regex
don't compile regex; this is the default on systems
with recent-enough versions of the GNU C Library
(use with caution on other systems)....

So is this option deprecated, configure/compile logic wrong or do I have overlooked something?

You're running into this glibc bug:

https://sourceware.org/bugzilla/show_bug.cgi?id=11053

Unfortunately yhis has not yet been fixed in glibc. However, GNU grep's implementation fixes the bug.


--- End Message ---

reply via email to

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