-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tests failing due to linker issues #23
Comments
Thanks Zoltan. Here for my memory's sake I am going to elaborate a bit on the problem, although I haven't fixed it yet. in
... even though:
i.e. My suspicion is that the dynamic linker internally depends on a |
Here is the backtrace from a failing request for
|
And in
i.e. the code is assuming there is a We could work around this by bundling a |
Looking at an old version of the glibc ld.so, I find that it did have This commit might be relevant. |
Actually, this one is the culprit. |
I've now reported this here. |
Tests such as the
generic/time
are failing due to issues with eagerly dynamic-linked symbols, usuallycalloc
.Given the library is mature enough, the convoluted way of linking the tests may be unnecessary.
The text was updated successfully, but these errors were encountered: