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

Makefile crashes when running with make -j #14

Open
manodeep opened this issue Jan 29, 2016 · 3 comments
Open

Makefile crashes when running with make -j #14

manodeep opened this issue Jan 29, 2016 · 3 comments

Comments

@manodeep
Copy link
Owner

I think this happens since the io/utils files are specified in each of the required Makefiles, rather than being made once. Multiple threads try to create, e.g., io.o and ends up corrupting the object file. Probably use make -j4 just to be on the safe-side.

@manodeep manodeep added this to the v1.0 milestone Apr 2, 2016
@manodeep manodeep modified the milestones: v2.0, v1.0 Apr 16, 2016
@manodeep
Copy link
Owner Author

This issue is now worse. Previously make would crash for make -j8 or similar; now even make -j2 is enough to crash the code.

@manodeep
Copy link
Owner Author

This will be the next issue to get fixed. Requires full rewrite of the Makefiles and using non-recursive make.

@manodeep manodeep modified the milestones: v2.1, v2.0 Sep 25, 2016
@manodeep
Copy link
Owner Author

While this is very unsatisfactory, overhauling all the Makefiles will require some thinking and re-arrangment. Since the user experience is not hampered, will shelve fixing till the next version.

@manodeep manodeep modified the milestones: v2.1.0, v2.3.0 Aug 17, 2018
@manodeep manodeep removed this from the v2.3.0 milestone Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant