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

std: adjust requested stack size for thread-local storage. #11284

Merged
merged 1 commit into from
Jan 4, 2014

Commits on Jan 4, 2014

  1. std: adjust requested stack size for thread-local storage.

    If there is a lot of data in thread-local storage some implementations
    of pthreads (e.g. glibc) fail if you don't request a stack large enough
    -- by adjusting for the minimum size we guarantee that our stacks are
    always large enough. Issue rust-lang#6233.
    huonw committed Jan 4, 2014
    5 Configuration menu
    Copy the full SHA
    f1b5f59 View commit details
    Browse the repository at this point in the history