Hi,

I have a Unicon program that runs for a long time, more than two days, on a
Sparc Solaris 8 system, and then dies with


Run-time error 302
File nperf-i.nw; Line 1975
memory violation
Traceback:
   main(list_1 = [])
   GC_generate_states(procedure Fospf,&null,0.00011,&null) from line 2408 in nperf-i.nw
   Fospf(set_97855764(3),record state_1072145(list_1247533857(3),1,3.6217351e-11)) 
from line 1857 in nperf-i.nw
Segmentation Fault (core dumped)


The referenced line calls the dynamicaly-loaded C routine "milliclock":

procedure milliclock()
  return (milliclock := pathload("libCutils.so","hrclock"))()
end

int hrclock(int argc, descriptor argv[]) {
  RetReal((double) gethrtime()/1000000.);
}


Does anyone have any suggestions about how to investigate this problem?


                                 Kostas



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to