Thread: azone
View Single Post
  #1  
Old 10-27-2006, 02:56 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default azone

Could some one please debug ./azone
I tried to install "GDB/Insight 6.5" on Redhat 8.0 and sofar I cannot get it to compile

But any ways, I am trying to find why azone.exe will not run on a windows machine.

I did find one item, "Use Managed Extensions" is set to yes this causes line 70
s3d.c to not set the value in the structure. Once it is set to "No" a value is assigned.
How ever it still crashes a few lines farther down, might be a segment fault,
Access violation writing location.

I would like for some one to return values for a few items.
The zone file that I have been testing with is "hateplane.s3d"

Set a break point in "s3d.c" at line 69, and execute it
Then execute line 70 and return the value that is put into fncount, for me it is > 35.

Then go through the loop until you come to
j=35

Then execute line 73
s3d_fn_entry = (struct_fn_entry *) &temp[pos];

and return these variables

s3d_fn_entry.fnlen
pos

or if you have any suggestions on debuggers for redhat 8.0

Thanks for your help.
Reply With Quote