[Nasm-bugs] [Bug 3392602] git nasm: segmentation fault when assembling lmacros tests

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Aug 10 08:12:27 PDT 2019


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

--- Comment #5 from C. Masloch <pushbx at 38.de> ---
The recursing infinitely bit alerted me to the fact that it may be my "call"
macro, so here's a minimal test case:

$ nasm -v
NASM version 2.15rc0 compiled on Aug 10 2019
$ cat test.asm
                ; Call with word parameters behind opcode
        %imacro call 1-*.nolist
                %? %1
%rep %0 - 1
%rotate 1
                dw %1
%endrep
        %endmacro


        call fun1
$ nasm test.asm
Segmentation fault (core dumped)
$

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