On Mon, 15 Sep 2003 22:38:35 +0200
Knut Eckstein <[EMAIL PROTECTED]> wrote:

>                  Current_Time = time(NULL);
> 
> At this point, I gave up because I had absolutely no idea what could be wrong
> with this line :-) To me this looks like something goes wrong a little bit
> earlier and the actual crash happens on a not directly related line. Would
> that be possible with the alignment issue that Dave mentioned?
> 
> Thanks,
> 
> Knut

Yes, it could be... i think SPARC doesn't wait for the signal Memory Operation 
completed. The only thing that does care are memory barriers... You could try to 
"dissass" inside gdb that piece of code and dig into barriers... going back in 
previous lines of code... but's not easy at all... you could easily get bad headaches 
:(
sandr8
_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to