-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug: Some problems in the compilation process #740
Comments
Another problemWhen I use the Debug default sanitizer (AddressSanitizer), I encounter some relatively hard to reproduce problems. It occurs intermittently.
When I execute the
I tried to debug it using gdb but didn't find any useful information that I could understand.
I guess this might be related to multithreading, something like a "data race"? But of course, it's just a guess; I still don't know the actual cause. |
I also run into this (as a TA) and my solution is to just rerun things until it stops happening. Of course, this is not a long term solution, so once us as a staff have more time we will take a look into this. |
Problem
Steps to Reproduce the Problem
build_support/packages.sh
cmake -DCMAKE_BUILD_TYPE=Debug -DBUSTUB_SANITIZER=thread -Bbuild && cmake --build build
cd build && make -j$(nproc) hyperloglog_test
Specifications
#40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2
The text was updated successfully, but these errors were encountered: