In one of our sites, we are getting tcl errors concerning regex functions.
Sometimes all tcl procs with regex fail. Other times only 1 tcl proc fails. If the site is reset, the messages that failed can be resent without an error.
Sometimes the site crashes with Signal 10 or Signal 11. We are
When we went to Tcl 8.3, we also went to the new regular expression engine which is part of Tcl 8.3. This engine is what they refer to as Advanced Regular Expressions (AREs).
For the most part, regular expressions that were created under the old system will port with no problem. The exception is, in the old REs you could do somthing like: “P”. Since P is not a metacharacter it would simply convert to P. In the AREs, if you escape a non-metacharacter you can get an error. Check for that.
Other than that, I have implemeneted 1000s of AREs and have had no problem.
Let me know how it goes.
Charlie
Author
Replies
Viewing 0 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.