Re: Seg fault with hla 1.99 on Fedora 8 linux
- From: DaveR <spamtrap@xxxxxxxxxx>
- Date: Tue, 26 Feb 2008 01:36:42 -0800 (PST)
Hi
Thanks for all the help so far. I downloaded v1.97, and got a
slightly different effect:
[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ ./HelloWorldWithVar
Segmentation fault (core dumped)
Whereas with 1.99 I had:
[david@beechwood:~/local/AoA/Volume1/Ch02 ] $ ./"HelloWorldWithVar"
Hello, World of Assembly Language
InitDemo's value is Segmentation fault (core dumped)
Is there anything else I can do to give you more information? I got a
core dump and loaded it into gdb. It didn't have much of a stack
trace , but here it is anyway:
For v1.97:
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
warning: core file may not match specified executable file.
(no debugging symbols found)
Core was generated by `./HelloWorldWithVar'.
Program terminated with signal 11, Segmentation fault.
#0 0x080481d5 in BuildExcepts__hla_ ()
For v1.99:
This GDB was configured as "i386-redhat-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
warning: core file may not match specified executable file.
Core was generated by `./HelloWorldWithVar'.
Program terminated with signal 11, Segmentation fault.
#0 0x0804a02d in ?? ()
Kind Regards
David
.
- Follow-Ups:
- Re: Seg fault with hla 1.99 on Fedora 8 linux
- From: nbaker2328
- Re: Seg fault with hla 1.99 on Fedora 8 linux
- References:
- Seg fault with hla 1.99 on Fedora 8 linux
- From: DaveR
- Re: Seg fault with hla 1.99 on Fedora 8 linux
- From: Frank Kotler
- Re: Seg fault with hla 1.99 on Fedora 8 linux
- From: nbaker2328
- Seg fault with hla 1.99 on Fedora 8 linux
- Prev by Date: Re: MASM ASSUME directives...
- Next by Date: Re: MASM ASSUME directives...
- Previous by thread: Re: Seg fault with hla 1.99 on Fedora 8 linux
- Next by thread: Re: Seg fault with hla 1.99 on Fedora 8 linux
- Index(es):
Relevant Pages
|