-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
valgrind 3.12.0 #6231
valgrind 3.12.0 #6231
Conversation
Forgot to vendor the patch apparently. On it, before anyone calls me out. |
dd30ac2
to
d318992
Compare
Test fails on 10.12, which is expected, see https://bugs.kde.org/show_bug.cgi?id=365327#c2:
After all this is "preliminary support", and in the case of Valgrind it means "still useless". We can keep depends_on MaximumMacOSRequirement => :el_capitan or not. Either case it's not our problem and there will be a little bit of support burden which we can deflect. Thoughts on keeping MMOSR? |
d318992
to
5eb301a
Compare
Lacking feedback, I'll keep the MMOSR instead of shipping a broken binary. |
Announcement: https://sourceforge.net/p/valgrind/mailman/message/35447135/. Highlight: * Preliminary support for MacOS 10.12 (Sierra) has been added.
5eb301a
to
6fb7611
Compare
@zmwangx do you feel like giving the patch in https://bugs.kde.org/show_bug.cgi?id=365327#c12 a try? |
@ilovezfs I tried it and here's what happens when instrumenting a simple program: #include <stdlib.h>
int main() {
void *buf = malloc(65536);
return 0;
} Valgrind:
So, it is at least in a working state. |
Hurray! Thanks for testing it. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Announcement:
https://sourceforge.net/p/valgrind/mailman/message/35447135/.
Highlight:
Shame it needs a patch to build.