> In the case of longjmp.c siglongjmp.c, these diffs
> will fix things:
> [EMAIL PROTECTED] sccs diffs longjmp.c siglongjmp.c
> 
> ------- longjmp.c -------
> 29c29
> <       int                     i = 0;
> ---
> >       volatile int            i = 0;
> 
> ------- siglongjmp.c -------
> 38c38
> <       int i = 0;
> ---
> >       volatile int i = 0;
> 
> We'll look into this further (including what's going
> on with connection)

 Thanks that fixed it.  There is probably nothing wrong with connection it just 
toke
123sec on a 3.2ghz machine.  I just didn't wait long enough.  

---Bob
This message posted from opensolaris.org
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to