[Nasm-bugs] [Bug 3392459] New: Internal assert failure when creating elfx32 executable

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Jan 27 08:58:48 PST 2018


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

            Bug ID: 3392459
           Summary: Internal assert failure when creating elfx32
                    executable
           Product: NASM
           Version: 2.13.xx
          Hardware: PC
                OS: Linux
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: creyes123 at yahoo.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Build from source archive using configure

Created attachment 411622
  --> https://bugzilla.nasm.us/attachment.cgi?id=411622&action=edit
source code and Makefile

I am trying to create an ELF x32 executable. This is Nasm 2.13.02. The attached
source code and Makefile fails as follows:

$ make
~/bin/nasm.d/bin/nasm -W+all -Ox -g -F dwarf -f elfx32 -o foolp.o foolp.nasm
nasm: panic: assertion is_elf64() failed at output/outelf.c:3259
Makefile:33: recipe for target 'foolp.o' failed
make: *** [foolp.o] Error 3

Looking at the Nasm source code, it appears to be missing the code to handle
x32 files.

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