> 2) I installed Erik's find utility and running it gave the error:
> 
>      find 2062: suicide: sys: trap: invalid opcode pc=0x00005001
> 
>    from inside 9vx, and:
> 
>      invalid opcode ff ff ba at eip 00005001
> 
>    in the linux terminal that spawned it.

that pc is in the floating point code.  clearly bogus.
as find doesn't do any floating point.

/sys/src/libc/port/strtod.c:139
 134                                    continue;
 135                            }
 136                            break;
 137                    case 'e':
 138                    case 'E':
>139                            if(state == S2 || state == S4) {
 140                                    state = S5;
 141                                    continue;
 142                            }
 143                            break;
 144                    }

- erik

Reply via email to