Skip to content
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

0.10 fix for crashes on OSX 10.6 #5926

Merged
merged 1 commit into from
Mar 19, 2015
Merged

0.10 fix for crashes on OSX 10.6 #5926

merged 1 commit into from
Mar 19, 2015

Conversation

theuni
Copy link
Member

@theuni theuni commented Mar 19, 2015

As discussed with @laanwj on IRC. Fixes #5797. This is a hammer approach, but it's the most straightforward.

strnlen is available at build-time but not at runtime, causing a crash.

0.11 drops support for 10.6, so this is not needed in master.

strnlen is available at build-time but not at runtime, causing a crash.

0.11 drops support for 10.6, so this is not needed in master.
@paveljanik
Copy link
Contributor

utACK

@fanquake
Copy link
Member

@ericpashman @Pyanne Are you able to test this on 10.6?

@jonasschnelli It might help if you spin up some test binaries incase they can't build from source.

utACK for 0.10 branch

@laanwj
Copy link
Member

laanwj commented Mar 19, 2015

utACK for 0.10 branch, I'm glad we don't need it on master

@laanwj laanwj merged commit 8752b5c into bitcoin:0.10 Mar 19, 2015
laanwj added a commit that referenced this pull request Mar 19, 2015
8752b5c 0.10 fix for crashes on OSX 10.6 (Cory Fields)
@jonasschnelli
Copy link
Contributor

@fanquake currently i have no easy option to build a non-master branch... will update my script soon and try to provide binaries.

@jonasschnelli
Copy link
Contributor

@jonasschnelli
Copy link
Contributor

Did a quick test on 10.7 and 10.10. Runs as expected.
I don't have a 10.6 VM anymore.

@jgarzik
Copy link
Contributor

jgarzik commented Mar 19, 2015

sad face ACK

@ericpashman
Copy link

Tested on 10.6. All is well.

@laanwj
Copy link
Member

laanwj commented Mar 19, 2015 via email

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants