Regression in JIT matching with ^
Bug #1945493 reported by
Stuart Auchterlonie
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MythTV |
New
|
Undecided
|
Unassigned | ||
pcre2 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Impish |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
pcre2 10.37 has a regression with its (jit) matching results.
Steps to Reproduce:
1. Install pcre2-tools
2. Run `pcre2test -jit`
3. At re> prompt, enter (with the quotes):
"#(A+)#\d+"
4. At the data> prompt, enter:
#A#A#0
Actual results:
"No Match" in 21.10 - Impish Indri Beta
Expected results:
"#A#0" / "A" in 21.04 - hirsuite
Upstream:
- https:/
Other info:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Impish Indri (development branch)
Release: 21.10
Codename: impish
Changed in mythtv: | |
importance: | Unknown → Undecided |
status: | Unknown → New |
Changed in pcre2 (Ubuntu Impish): | |
status: | New → Confirmed |
Changed in pcre2 (Ubuntu): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
This was fixed upstream in https:/ /vcs.pcre. org/pcre2? view=revision& revision= 1315
which won't land before the next pcre2 release, leaving impish with a regression to
previous releases