-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordtest hang on Windows if shared build by Zig using msvc #640
Comments
I tried to reproduce it locally, but failed to setup build environment with Zig using MSVC (I don't have such issue with e.g. cmake):
|
@kassane If possible, please help investigating this issue. |
This comment was marked as outdated.
This comment was marked as outdated.
Please give me more details: which build configuration? Do you have ideas why process.h is not found? |
Sorry! It was a winSDK dependency failure. [ignore] After using windbg, I realized that it always marked the same point, so I tested each test function separately. |
CMake - msvc libs - more complete Zig - msvc libs |
Source: master (2eaa40c)
Build: https://github.com/ivmai/bdwgc/actions/runs/8928784437/job/24525078409
Zig version: 0.12.0
Command: zig build -Dtarget=native-native-msvc -DBUILD_SHARED_LIBS=true -Ddisable_handle_fork=false -Denable_cplusplus=false -Denable_gc_assertions=true -Denable_gc_debug=false -Denable_large_config=false -Denable_munmap=true -Denable_parallel_mark=false -Denable_redirect_malloc=false -Denable_rwlock=false -Denable_thread_local_alloc=false -Denable_threads=false -Denable_werror -Dbuild_cord=true "-DCFLAGS_EXTRA=-DGC_PRINT_VERBOSE_STATS -DCONSOLE_LOG" test
Output (cordtest):
The text was updated successfully, but these errors were encountered: