[Nasm-bugs] [Bug 3392599] git nasm: nondeterministic errors when building lDebug assembler tables

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Sep 28 00:43:50 PDT 2019


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

--- Comment #7 from C. Masloch <pushbx at ulukai.org> ---
Still occurs with
https://repo.or.cz/nasm.git/commitdiff/9781db8906a769507a85280829c42dfe7b02f600

source$ newnasm -v
NASM version 2.15rc0 compiled on Sep 28 2019
source$ newnasm debug.asm -I ../../../lmacros/ 2>&1 | head
debugtbl.inc:59: error: expression syntax error
debugtbl.inc:62: error: control character in string not allowed here
debugtbl.inc:79: error: expression syntax error
debugtbl.inc:85: error: control character in string not allowed here
debugtbl.inc:86: error: control character in string not allowed here
debugtbl.inc:86: error: `%assign' expects a macro identifier
debugtbl.inc:90: error: expression syntax error
debugtbl.inc:130: error: expression syntax error
debugtbl.inc:133: error: expression syntax error
debugtbl.inc:136: error: expression syntax error
source$ 


This is nondeterministic even on the server without modifying the source:

source$ newnasm debug.asm -I ../../../lmacros/ 2>&1 | head
debugtbl.inc:59: error: expression syntax error
debugtbl.inc:62: error: control character in string not allowed here
debugtbl.inc:62: error: expression syntax error
debugtbl.inc:74: warning: unterminated string [-w+other]
debugtbl.inc:74: warning: trailing garbage after expression ignored [-w+other]
debugtbl.inc:83: error: expression syntax error
debugtbl.inc:89: error: control character in string not allowed here
debugtbl.inc:130: error: expression syntax error
debugtbl.inc:133: error: expression syntax error
debugtbl.inc:136: error: expression syntax error
source$ newnasm debug.asm -I ../../../lmacros/ 2>&1 | head
debugtbl.inc:59: error: expression syntax error
debugtbl.inc:74: warning: unterminated string [-w+other]
debugtbl.inc:74: warning: trailing garbage after expression ignored [-w+other]
debugtbl.inc:77: error: expression syntax error
debugtbl.inc:82: warning: unterminated string [-w+other]
debugtbl.inc:82: warning: trailing garbage after expression ignored [-w+other]
debugtbl.inc:90: error: expression syntax error
debugtbl.inc:130: error: expression syntax error
debugtbl.inc:133: error: expression syntax error
debugtbl.inc:136: error: expression syntax error
source$ newnasm debug.asm -I ../../../lmacros/ 2>&1 | head
debugtbl.inc:59: error: expression syntax error
debugtbl.inc:62: error: expression syntax error
debugtbl.inc:64: error: control character in string not allowed here
debugtbl.inc:74: warning: unterminated string [-w+other]
debugtbl.inc:74: warning: trailing garbage after expression ignored [-w+other]
debugtbl.inc:83: error: expression syntax error
debugtbl.inc:88: error: control character in string not allowed here
debugtbl.inc:130: error: expression syntax error
debugtbl.inc:133: error: expression syntax error
debugtbl.inc:136: error: expression syntax error
source$

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