From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 20 Apr 2010 14:05:02 -0400 To: ebo@sandien.com, 9fans@9fans.net Message-ID: <780ed75a14dff599ad7d2e1adef556a4@coraid.com> In-Reply-To: References: <4BCD85B5.1060404@tecmav.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 9vx crashing Topicbox-Message-UUID: 0af41ad0-ead6-11e9-9d60-3106f5b1d025 > 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