Opened 10 years ago
Closed 5 years ago
#7634 closed Bugs (fixed)
b2 segfaults when more than 64 jobs are requested
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
b2 segfaults on Linux when more than 64 jobs (-j65) are requested.
Attached patch resolves this problem.
See Gentoo bug report:
Attachments (1)
Change History (6)
by , 10 years ago
Attachment: | boost-build-maxjobs.patch added |
---|
comment:1 by , 10 years ago
The downstream bug is more explicit but it seems that 1.49 segfaults and 1.51 gets killed by hardened kernel due to an overflow.
I am able to test reasonably obscene MAKEOPTS once you pick a solution just let me know and I can happily help test.
comment:4 by , 10 years ago
Component: | Building Boost → build |
---|---|
Owner: | set to |
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
There are no longer any hard-code limits to -j.
Note:
See TracTickets
for help on using tickets.
Patch