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

(FloatingPoint -> String),sprintf not thread safe #21335

Closed
Keno opened this issue Apr 9, 2017 · 0 comments · Fixed by #26562
Closed

(FloatingPoint -> String),sprintf not thread safe #21335

Keno opened this issue Apr 9, 2017 · 0 comments · Fixed by #26562
Labels
multithreading Base.Threads and related functionality

Comments

@Keno
Copy link
Member

Keno commented Apr 9, 2017

They both use the global DIGITS buffer, so the threads get parts of each other's numbers.

@Keno Keno added the multithreading Base.Threads and related functionality label Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant