Skip to content

Fix for "REcompile() - panic: parser returns ERR_7" error in some distros.#2339

Merged
ivan-hc merged 3 commits intoivan-hc:mainfrom
vishnu350:main
May 9, 2026
Merged

Fix for "REcompile() - panic: parser returns ERR_7" error in some distros.#2339
ivan-hc merged 3 commits intoivan-hc:mainfrom
vishnu350:main

Conversation

@vishnu350
Copy link
Copy Markdown
Contributor

@vishnu350 vishnu350 commented May 9, 2026

Isolated the error to the function _check_version_filters(). Ran the the awk regex pattern through a model to isolate the error reported in #2334.

The issue was the {1,} quantifier applied directly to a capturing group (\.[0-9]+){1,}. By changing it to (\.[0-9]+)*, it becomes compatible with POSIX awk regex.

@ivan-hc
Copy link
Copy Markdown
Owner

ivan-hc commented May 9, 2026

@vishnu350

Now Your change
Istantanea_2026-05-09_14-24-19 Istantanea_2026-05-09_14-25-03

apps involved: librewolf, qdiskinfo, qbittorrent-enhanced, appimagetoo, appimageupdatetool

@vishnu350
Copy link
Copy Markdown
Contributor Author

Try again?

@ivan-hc
Copy link
Copy Markdown
Owner

ivan-hc commented May 9, 2026

Perfect! Thank you!

@ivan-hc ivan-hc merged commit 4703826 into ivan-hc:main May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants