[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 07:11:32 PDT 2019


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

--- Comment #2 from C. Masloch <pushbx at 38.de> ---
Minimal test case that fails:

$ nasm -v
NASM version 2.15rc0 compiled on Aug 10 2019
$ cat test.asm

%include "lmacros2.mac"


        call fun1

fun1:
$ nasm test.asm -I ../
Segmentation fault (core dumped)
$

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