Re: Seg fault with hla 1.99 on Fedora 8 linux



Hi Frank - looks like our post's crossed!

I'm pretty sure my setup's ok - but I've gone with the "vanilla" hla
setup to remove any doubt:

[root@beechwood:/usr/hla ] # ls -l /usr/hla/hla /usr/hla/hlaparse /usr/
hla/hlalib/hlalib.a
-rwxr-xr-x 1 root root 519176 2008-01-07 21:02 /usr/hla/hla
-rw-r--r-- 1 root root 1575420 2008-01-07 21:09 /usr/hla/hlalib/
hlalib.a
-rwxr-xr-x 1 root root 2191935 2008-01-07 21:02 /usr/hla/hlaparse

The file sizes ( and timestamps - ignoring timezones ) match, which
looks good.
Environment variables below:

[david@beechwood:~ ] $ env | grep hla
hlalib=/usr/hla/hlalib/hlalib.a
hlainc=/usr/hla/include
PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/hla:/home/
david/bin

And the switch assemblers test repeated:

[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ which hla
/usr/hla/hla
[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ hla -xo
HelloWorldWithVar.hla
[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ ./HelloWorldWithVar
Hello, World of Assembly Language
InitDemo's value is Segmentation fault
[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ hla -xg
HelloWorldWithVar.hla
[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ ././HelloWorldWithVar
Hello, World of Assembly Language
InitDemo's value is 5

So I have uploaded the hla file and the output from both compiles to
http://hla.webhop.org/ for anyone who want a closer look.

Do you know the best way to raise this with Randy? Bug on
Sourceforge / email etc?

Back to the books now....

Kind Regards
David

.



Relevant Pages

  • Re: [Clax86list] Seg fault with hla 1.99 on Fedora 8 linux
    ... I see two potential problems with your setup. ... symlinks control which "hla" module is being called, ... So, if you really want to test different HLA versions, you ... need to install each one in its own directory and modify the path to ...
    (comp.lang.asm.x86)
  • Re: Problem using HLA with RadASM
    ... I downloaded HLA executable and RadASM. ... All MASM projects work fine. ... But when I try to build an HLA project I ... RadAsm with HLA requires some setup. ...
    (alt.lang.asm)