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

Bump the stack size for ASAN builds. #20790

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Bump the stack size for ASAN builds. #20790

merged 1 commit into from
Feb 25, 2017

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 24, 2017

After #17057, building the system image seems to take significantly more stack space, resulting in a StackOverflowError. With this raise, I can build Julia using ASAN again.
Haven't run the tests yet, but I'll do so overnight (it takes ages).

I've also written down some notes on compiling Julia+ASAN; see this script for a summary in code.

cc @andreasnoack

After #17057, building the system image seems to take significantly more stack space,
resulting in a StackOverflowError.
@maleadt maleadt added the bugfix This change fixes an existing bug label Feb 24, 2017
@maleadt maleadt merged commit c0a324d into master Feb 25, 2017
@maleadt maleadt deleted the tb/asan_stacksize branch February 25, 2017 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant