[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 06:45:50 PDT 2019


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

C. Masloch <pushbx at 38.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pushbx at 38.de

--- Comment #1 from C. Masloch <pushbx at 38.de> ---
Here's the listing output witn -Lp, the crash leaves an empty (but existing)
file:

$ nasm 001.asm -l 001.lst -Lp
001.asm:2: fatal: unable to open include file `lmacros2.mac'
$ cat 001.lst
     1
     2                                  %include "lmacros2.mac"
     2          XXXXXXXXXXXXXXXXXX       fatal: unable to open include file
`lmacro
s2.mac'
$ nasm 001.asm -l 001.lst -Lp -I ../
Segmentation fault (core dumped)
$ cat 001.lst
$

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