[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
Mon Mar 23 04:43:22 PDT 2020


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

--- Comment #2 from C. Masloch <pushbx at ulukai.org> ---
Not sure whether this is just one and the same error, but I do get a
segmentation fault even with only a single instruction and -felf -g. However,
this only happens if there is a trailing empty line.

$ (echo; echo "pop ebp"; echo) > test1.asm
$ nasm -felf -g test1.asm -o test1.o
Segmentation fault
$ (echo; echo "pop ebp") > test2.asm
$ nasm -felf -g test2.asm -o test2.o
$

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