[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
Mon Jun 29 14:13:29 PDT 2020


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

--- Comment #3 from H. Peter Anvin <hpa at zytor.com> ---
OK, the value 140432626442240 corresponds to 0x7fb904d06000 which is almost
certainly an address, probably a stack address as it is very close to the end
of the address space, but could be something else depending on how MacOS X lays
out its user space memory. So this implies a pointer is being misinterpreted as
a size somewhere.

Now, when I tried this on my Linux system, it didn't fail, but an strace showed
one very large memory allocation (106 MB) so there might be a connection.

-- 
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