[Nasm-bugs] [Bug 3392685] dav1d build for Firefox fails to build on macOS using Homebrew NASM 2.15.01

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue Jun 30 05:30:41 PDT 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392685

debohman at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debohman at gmail.com

--- Comment #7 from debohman at gmail.com ---
I ran into a similar crash in nasm-2.15.01 when trying to build x264 on macOS:

nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f macho64 -DPREFIX
-DSTACK_ALIGNMENT=64 -DPIC -o common/x86/cpu-a.o common/x86/cpu-a.asm
nasm(39777,0x7fffef2943c0) malloc: *** mach_vm_map(size=140335343734784) failed
(error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
critical: common/x86/cpu-a.asm:35: out of memory!
make: *** [common/x86/cpu-a.o] Error 2

This is a copy of nasm I built myself using the public llvm/clang-10.0.0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list