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
I noticed that one of the appveyor runs triggering an assertion failure in printer.cpp. The MS documentation is clear enough:
The behavior of isprint and _isprint_l is undefined if c isn't EOF or in the range 0 through 0xFF, inclusive.
When a debug CRT l>ibrary is used and c isn't one of these values, the functions raise an assertion.
I noticed that one of the appveyor runs triggering an assertion failure in printer.cpp. The MS documentation is clear enough:
https://ci.appveyor.com/project/epics-base-7/epics-base/builds/45492554/job/5tauw07hyhd8qn22
This is pointing to
pvDataCPP/src/factory/printer.cpp
Line 485 in 45671fa
...
pvDataCPP/src/factory/printer.cpp
Line 500 in 45671fa
The text was updated successfully, but these errors were encountered: