[Nasm-bugs] [Bug 3392654] Certain testcase with -felf -g results in segmentation fault

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Apr 8 00:22:44 PDT 2020


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

--- Comment #4 from C. Masloch <pushbx at ulukai.org> ---
I forked my local NASM repo and checked out nasm-2.14.03rc2-445-ge91f5cc1 then
tested that. Result is the same as with ca2d991ec, crashes with -felf -g:

$ cat test.asm
%include "lmacros2.mac"

        bits 32

        lframe near
        lpar dword,     EKey
        lpar dword,     length
        lenter
        lleave

$ tstnasm --version
NASM version 2.15rc0 compiled on Apr  8 2020
$ hg -R ../lmacros/ id
aa2ecb95d799 tip
$ tstnasm -felf -g test.asm -o test.o -I ../lmacros/
Segmentation fault
$ tstnasm -felf test.asm -o test.o -I ../lmacros/
$ tstnasm -fbin -g test.asm -o test.o -I ../lmacros/
$ tstnasm -fbin test.asm -o test.o -I ../lmacros/
$

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