rsp4jack

Results 30 issues of rsp4jack

`const volatile unsigned long long int*const&&(*const&& b)(const volatile unsigned long long int*const*const*const(*const*const*const&&v)[0x1fb]);`

When compiling the shared library of DUMA with default /MD, it will raise LNK4006 error. (I forgot the error message... Maybe strcat or something in C runtime library) I set...

build

```cmake if (NOT DUMA_SHARED_WITH_CPP_SUPPORT) target_compile_definitions(DUMA_SHARED PRIVATE DUMA_SO_NO_CPP_SUPPORT) endif() if (NOT DUMA_SHARED_WITH_LEAK_DETECTION) target_compile_definitions(DUMA_SHARED PRIVATE DUMA_SO_NO_LEAKDETECTION) endif() if (DUMA_SHARED_PREFER_ATEXIT) target_compile_definitions(DUMA_SHARED PRIVATE DUMA_SO_PREFER_ATEXIT) endif() if (DUMA_SHARED_PREFER_GETENV) target_compile_definitions(DUMA_SHARED PRIVATE DUMA_SO_PREFER_GETENV) endif() if (DUMA_SHARED_NO_HANG_MSG) target_compile_definitions(DUMA_SHARED...

bug
build

In src/duma.c line 2254: ```cpp void *_duma_memmove(void *dest, const void *src, size_t size) { char *d = (char *)dest; const char *s = (const char *)src; if (d < s)...

Sources in ./stacktrace/ implements StackTraceCleanup() and printStackTrace(), it is necessary in Windows. But it is not even in the CMakeLists.txt. It will not compile and link.

I need to use compdb in cmake. So I try this: ```cmake execute_process(COMMAND "python.exe" "-m" "compdb" "-p" "build" "list" WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} ECHO_ERROR_VARIABLE ECHO_OUTPUT_VARIABLE) ``` But it did not effect. CMake...

Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。 ## Issue Checklist -...

Bug

Server can't boot and crash. s = Server().boot() Process finished with exit code -1073741819 (0xC0000005)