/usr/bin/as: out of memory allocating 4194304 bytes after a total of 524288000 bytes

Dimitry Andric dim at FreeBSD.org
Fri Apr 20 20:37:18 UTC 2012


On 2012-04-20 22:21, Jason Evans wrote:
> On Apr 20, 2012, at 1:14 PM, Jason Evans wrote:
>> On Apr 20, 2012, at 1:10 PM, Dimitry Andric wrote:
>>> On 2012-04-20 21:54, Jason Evans wrote:
>>>> On Apr 20, 2012, at 12:49 PM, Dimitry Andric wrote:
>>>>> I think the best solution would be for jemalloc to avoid using obvious
>>>>> names like "chunksize" for its globals, because it is basically a
>>>>> library that could be linked to any sort of program out there.
>>>>>
>>>>> For example, it could prefix all its internal-use only globals with
>>>>> "jemalloc_" or some other mangling scheme.  Jason, any thoughts?
>>>>
>>>> jemalloc has optional namespace mangling support built in for just this reason.  I'll turn it on, hopefully today.
>>>
>>> Indeed, I had just found jemalloc/internal/private_namespace.h. :)  It
>>> does seem to list only functions, not variables, is that right?
>>
>> Ah right, functions only.  Well then, I don't have any bright ideas for solving this problem in the short run.
>
> I take it back.  There's spotty mangling coverage for variables.  I'll try to add full coverage.

I'm now using the attached.  It seems to work...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jemalloc-mangle-1.diff
Type: text/x-diff
Size: 6909 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20120420/82ff276e/jemalloc-mangle-1.bin


More information about the freebsd-current mailing list