[Bug 184733] bsdgrep(1) doesn't match a regular expression containing "|" against UTF-16 file [regression]

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 21 03:45:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184733

Kyle Evans <bsdports at kyle-evans.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bsdports at kyle-evans.net

--- Comment #1 from Kyle Evans <bsdports at kyle-evans.net> ---
A couple of notes here, as of right now:

`egrep -c` and `bsdgrep -Ec` seem to be behaving consistently on this one now.
Also, I've gotten as far as isolating it to a problem somewhere in the GNU
compatibility bits. Enabling WITHOUT_GNU_GREP_COMPAT in /etc/src.conf and
rebuilding bsdgrep makes it Just Work (TM).

At this point, I'm not sure how to proceed. I did verify that we're setting the
cflags right (in accordance with /usr/include/gnu/regex.h), other than that
nothing else sticks out as blatantly wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list