Closed rpavlik closed 7 years ago
I've already fixed this in the logger-updates branch: https://github.com/OSVR/OSVR-Core/commit/cc2a697a3642943be23f31b06791df9fa21edf42.
Ah, great. Is that ready for pull request, testing, etc?
It's ready for testing.
I was trying to test it locally, but osvr_server
is crashing on me in a seemingly unrelated place. (It tries to deref a null pointer while copying the (empty) context name from the multiserver plugin. No idea why/how yet.)
Fixed with #484
The most noticeable place is in the canonical "third line of the log", where it would print the location of the app it's logging for.
On a 32-bit build:
Pretty sure this printed a message (string literal?) or something where the pointer is before the spdlog update. There are other points where I see pointers showing up in my log - presumably must be the same call pattern.
cc @godbyk