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
After compile the LibraryLinkUtilities\tests\UnitTests\ErrorReporting\TestSources\LoggerTest.cpp with this CMakeLists.txt, I can run the function LogDemo like this:
But when I change the LLU_DEBUG("Library function entered with ", Argc, " arguments."); in line 58 into LLU_DEBUG("函数输入了", Argc, "个参数.");, then I call this function. The kernel will crash now:
After compile the
LibraryLinkUtilities\tests\UnitTests\ErrorReporting\TestSources\LoggerTest.cpp
with this CMakeLists.txt, I can run the functionLogDemo
like this:But when I change the
LLU_DEBUG("Library function entered with ", Argc, " arguments.");
in line 58 intoLLU_DEBUG("函数输入了", Argc, "个参数.");
, then I call this function. The kernel will crash now:The text was updated successfully, but these errors were encountered: