calling a method on a static moirai::error_handling::error_log
now leads to 0xC0000005: Access violation executing location
on some windows platforms.
#1
Labels
Observations
Initially tracked in csiro-hydroinformatics/uchronia-time-series#1. Trials on Windows 11 with debug mode libraries helped narrow to an exception thrown in
moirai
related code.errorHandleUchronia
is instantiated as a static moirai::error_handling::error_log errorHandleUchronia; so this is definitely a value object, not a pointer that would be null or dangling to a random memory location.I am almost certain this runs on linux compiled with gcc.
This codebase has been stable for quite a while, at the very least two years. Any such glaring issue would have manifested itself. Why is is now showing, and consistently so?
The text was updated successfully, but these errors were encountered: