[Nasm-bugs] [Bug 3392738] New: assertion cv8_state.source_files != NULL failed at output/codeview.c:512

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue Feb 16 23:15:18 PST 2021


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

            Bug ID: 3392738
           Summary: assertion cv8_state.source_files != NULL failed at
                    output/codeview.c:512
           Product: NASM
           Version: 2.15.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: mh+anfz at glandium.org
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Build from source archive using configure

In some obscure cases, you can end up with a .asm file that is effectively
empty as far as actual things being assembled go, and in this case, nasm fails
when compiling with cv8 debug info.

A minimal reproduce is:
```
$ touch foo.asm
$ nasm -o foo.obj -f win32 -F cv8 foo.asm
```

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