#17707 closed bug (invalid)
x86: Out of memory allocation error during build (Webkit 614.1.6)
Reported by: | cocobean | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Web Kit | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Getting '[2138/4718] - out of memory allocating 2097152 bytes after a total of 0 bytes' error on a 4GB RAM workstation. Same hardware used on all previous Webkit (< Webkit 614.1) x86 builds.
Haiku x86 hrev55181+66
Tag Ref: https://github.com/haiku/haikuwebkit/commit/30f313d79a21bdbde1e5af4c4e0e4709fd96e482
Change History (2)
comment:1 by , 3 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 3 years ago
Probably this is https://github.com/haikuports/haikuports/issues/3875 then.
Note:
See TracTickets
for help on using tickets.
This is a bug in gcc11, disabling aslr does not work properly there. This has nothing to do with haiku or webkit, and the webkit readme was already updated to mention a workaround.
You can report the gcc11 issue at haikuports