[Nasm-bugs] [Bug 3392532] New: panic: assertion pass0 == 0 failed at output/outobj.c:1915

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Nov 24 04:06:43 PST 2018


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

            Bug ID: 3392532
           Summary: panic: assertion pass0 == 0 failed at
                    output/outobj.c:1915
           Product: NASM
           Version: 2.14 (development)
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: stsp at list.ru
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: From OS distribution

Created attachment 411691
  --> https://bugzilla.nasm.us/attachment.cgi?id=411691&action=edit
kernel.asm

I see that assertion on the launchpad build-log of my project:
https://launchpadlibrarian.net/398836675/buildlog_ubuntu-disco-amd64.fdpp_0.1~beta2-0~201811240037~ubuntu19.04.1_BUILDING.txt.gz

It is specific to ubuntu disco (nasm 2.14) and have just
started to appear.

Presumably, you can reproduce that problem with the following command-line:
---
nasm -DXCPU=386 -f obj -o kernel.obj kernel.asm
---

... on the attached kernel.asm.
I am not reproducing it locally, because any older
versions of nasm does not have this problem.

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


More information about the Nasm-bugs mailing list