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
An unset KOMPUTE_ENV_DEBUG_LAYERS leads KP_LOG_DEBUG to pass envLayerNamesVal==nullptr along to fmt, which rejects that due to "string pointer is null".
#245
Closed
ItsBasi opened this issue
Sep 15, 2021
· 1 comment
· Fixed by #246
An unset KOMPUTE_ENV_DEBUG_LAYERS leads KP_LOG_DEBUG to pass envLayerNamesVal==nullptr along to fmt, which rejects that due to "string pointer is null".
I used kompute/0.8.0 and fmt/8.0.1.
The relevant entries of the stack trace are level 19 line 182 in Manager.cpp (KP_LOG_DEBUG) and level 10 line 1926 in format.h (FMT_THROW).
Thank you for reporting this @ItsBasi , I was able to confirm with 7.x fmt library with KOMPUTE_OPT_ENABLE_SPDLOG=0 is set. I have now added #246 as fix.
An unset KOMPUTE_ENV_DEBUG_LAYERS leads KP_LOG_DEBUG to pass envLayerNamesVal==nullptr along to fmt, which rejects that due to "string pointer is null".
I used kompute/0.8.0 and fmt/8.0.1.
The relevant entries of the stack trace are level 19 line 182 in Manager.cpp (KP_LOG_DEBUG) and level 10 line 1926 in format.h (FMT_THROW).
The text was updated successfully, but these errors were encountered: