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.
Regular expression database names configured on fbtrace.conf was being wrongly matched as byte strings.
The correct way to do it is to interpret strings on the conf file as in the platform charset, and match the strings using platform rules (i.e., Windows case-insensitive filenames) and UTF8-based.
Submitted by: @asfernandes
Regular expression database names configured on fbtrace.conf was being wrongly matched as byte strings.
The correct way to do it is to interpret strings on the conf file as in the platform charset, and match the strings using platform rules (i.e., Windows case-insensitive filenames) and UTF8-based.
Commits: da1eaae
The text was updated successfully, but these errors were encountered: