-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
issue under mac? #239
Comments
Hi @gf777 , I'm away from home and I can't have a good look at your code right now. I believe there should not be any problem accessing I'll look at your code in more detail when I get home. |
Hi Gregory |
ps. dereferencing the individual map in the maps vector should be ok because this is how the vector is defined https://github.com/vgl-hub/kreeq/blob/int32/include/kreeq.h#L68 |
Makes sense. I'll do a more careful code review when I'm back from vacation. |
Don't you access in read/write the same |
Hi @greg7mdp |
Hi @greg7mdp
You helped me a few months ago implementing parallel joining of maps:
#234
This was working fine, but recently I started having trouble under Mac. As a matter of fact the process seems to be working fine, but I get some warning and test failures so I am wondering if this could be highlighting something deeper.
Basically on my mac (Sonoma 14.2) I pass the test but in github actions it fails: https://github.com/vgl-hub/kreeq/actions/runs/9065660799/job/24906743274#step:4:62
If I revert to macos-13 in github action it passes the test. Locally I get this warning when the test is run though:
Do you have any clue as what might be causing this? Maybe it is just a bug in my implementation, which is here: https://github.com/vgl-hub/kreeq/blob/int32/src/graph-builder.cpp#L860
Many thanks and all the best
Giulio
The text was updated successfully, but these errors were encountered: