Summary: | =www-client/chromium-15.0.874.102 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2011-10-30 17:43:14 UTC
From the log: collect2: ld terminated with signal 6 [Aborted] malloc() ../../sandbox-2.4/libsandbox/libsandbox.c:resolve_path():263: malloc(8192) failed: Operation not permitted make: *** [out/Release/chrome] Error 1 I'm not quite sure what to make of that. It seems that sandbox tried to allocate memory and failed? Can you reproduce this consistently? (In reply to comment #1) > Can you reproduce this consistently? No, only when I trying to compile it with debug symbols. I'll try with no sandbox "restrictions" Ah, well compiling with debug symbols requires more than 2 GB of memory on amd64. I think x86 has a 2 GB limit for memory consumed by a single process, so that might be what you are running into here. I have only 2gb, probably is an hardware limit of this machine? :/ I'm also compiling on x86, but have lots of swap. Please re-open if it still fails after adding sufficient amount of swap. # free -m total used free shared buffers cached Mem: 1514 938 576 0 178 522 -/+ buffers/cache: 238 1276 Swap: 1906 139 1766 (In reply to comment #5) > I'm also compiling on x86, but have lots of swap. mee too Swap: 1999 160 1839 |