NASM Forum > Programming with NASM

NASM crashes

(1/2) > >>

Serge:
I hoped that "exebin.mac" beeing a standard macro is integrated to the executable and tried to compile the following code:


--- Code: ---%use exebin.mac

EXE_begin

section .text
incbin "Test.com"

EXE_end
--- End code ---

NASM crashed. The printscreen of the crash is attached.
OS: XP.

Cyrill Gorcunov:
Good catch! Will take a look, thanks!

Though, if you find kind of bug (such as this crash) -- consider to file it on Bug Tracker.

Cyrill Gorcunov:
Fixed in commit bebf0d2157951250d91390fceac8a51fbc08c3a1 and should appear in nasm-2.08. Meanwhile you may test daily builds.

But I still think such a things better to be filed in BugTracker.

Though I must admit I really-really like this forum MUCH way more the sourceforge  ;)

Cyrill Gorcunov:

--- Quote from: Cyrill Gorcunov on February 12, 2010, 07:05:17 PM ---
Though I must admit I really-really like this forum MUCH way more the sourceforge  ;)


--- End quote ---

I meant not "the" but "then", ie I find forum is much more pleasant to use then sourceforge.
Ops, did I said that? :)

Frank Kotler:
Amen! Thanks Keith!

Best,
Frank

Navigation

[0] Message Index

[#] Next page

Go to full version