-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different behaviour parsing policy syntax the first time under valgrind/memcheck #364
Comments
Yes I saw that too when running with Valgrind. I'd dismissed it as user error as it went away as soon as I'd re-fetched from the server. |
It seems fine in the debugger. But under Memcheck, the regular expression is not being parsed consistently. With a debugging insert:
One run:
Another:
?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is slightly odd, and potentially related to #363.
When running CamCOPS under Linux via valgrind/memcheck through Qt Creator, the first time you view a list of patients, the "bad policy" symbol appears, with these errors:
It vanishes again later. The server's policy text is as shown. And I've not been able to reproduce in release or plain debug modes.
The text was updated successfully, but these errors were encountered: