You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A regex pattern that uses [*+?] without a preceding element crashes with a segment violation. This includes syntactically correct regexes that would otherwise emit "Unsupported pattern syntax" warnings, eg (?:a|b).
Name and Version
$ build/bin/llama-cli --version
version: 5316 (ee01d71)
built with cc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 for x86_64-linux-gnu
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
llama-cli
Command line
Problem description & steps to reproduce
A regex pattern that uses [*+?] without a preceding element crashes with a segment violation. This includes syntactically correct regexes that would otherwise emit "Unsupported pattern syntax" warnings, eg
(?:a|b)
.First Bad Commit
55b2d08
Relevant log output
The text was updated successfully, but these errors were encountered: