I have found the bug leading to a seg fault that I reported
previously (on the flightgear-users list). Though this is on
an ia64, the bug is not completely architecture dependant.

In misc.c in simgear/nasal in the function naNum
add the line
          r.ref.reftag = ~NASAL_REFTAG;
ahead of the line
          r.num = num;

For several architectures, reftag does not overlay num and needs
to be explicitly set.

Richard Harke


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to